org.tentackle.appworx
Interface AppDbObjectTreeExtensionEditor


public interface AppDbObjectTreeExtensionEditor

Interface editors in AppDbObjectTreeExtension must implement. The editor must provide a constructor that holds the reference to the object being edited.

Author:
harald

Method Summary
 void showEditor(AppDbObjectTree tree, DefaultMutableTreeNode node, boolean modal, boolean showOnly)
          Invokes the editor on the given object defined by the node.
The editor is responsible to update the tree!
 

Method Detail

showEditor

void showEditor(AppDbObjectTree tree,
                DefaultMutableTreeNode node,
                boolean modal,
                boolean showOnly)
Invokes the editor on the given object defined by the node.
The editor is responsible to update the tree!

Parameters:
tree - the object tree
node - is the node in the tree for the current object to edit
modal - is true if editor must not return until editing is finished
showOnly - is true if editor should not allow the object to change


Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de