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. |
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.
Copyright © 1997, 2004, Oracle. All rights reserved.