Extension SDK 9.0.5

oracle.jdeveloper.palette
Interface ReentrantWizard


public interface ReentrantWizard

Implement the ReentrantWizard if you wish to handle edit operations in the JSP Visual Editor.


Method Summary
 void editTag(oracle.jdevimpl.webapp.model.content.dom.ONode node, Context context)
          Will be called on a double-click or right-click edit tag operation.
 

Method Detail

editTag

public void editTag(oracle.jdevimpl.webapp.model.content.dom.ONode node,
                    Context context)
Will be called on a double-click or right-click edit tag operation.

Parameters:
node - the ONode to edit.
context - the current Context.

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.