|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AppDbObjectTreeExtensionEditor
Interface editors in AppDbObjectTreeExtension must implement. The editor must provide a constructor that holds the reference to the object being edited.
| 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 |
|---|
void showEditor(AppDbObjectTree tree,
DefaultMutableTreeNode node,
boolean modal,
boolean showOnly)
tree - the object treenode - is the node in the tree for the current object to editmodal - is true if editor must not return until editing is finishedshowOnly - is true if editor should not allow the object to change
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||