| Package | Description |
|---|---|
| org.tentackle.swing.rdc |
Swing rich desktop client API.
|
| Modifier and Type | Method and Description |
|---|---|
static PdoTree |
Rdc.createPdoTree()
Creates an empty tree.
|
PdoTree |
PdoTreeFactory.createPdoTree()
Creates an empty tree.
|
PdoTree |
DefaultPdoTreeFactory.createPdoTree()
Creates an empty tree.
|
static PdoTree |
Rdc.createPdoTree(Collection<?> objects)
Creates a tree.
If the given object is a Collection the objects of the collection
will be shown in the tree. |
PdoTree |
PdoTreeFactory.createPdoTree(Collection<?> objects)
Creates a tree.
If the given object is a Collection the objects of the collection will be shown in the tree. |
PdoTree |
DefaultPdoTreeFactory.createPdoTree(Collection<?> objects)
Creates a tree.
If the given object is a Collection the objects of the collection
will be shown in the tree. |
static PdoTree |
Rdc.createPdoTree(Object object)
Creates a tree.
If the given object is a Collection the objects of the collection
will be shown in the tree. |
PdoTree |
PdoTreeFactory.createPdoTree(Object object)
Creates a tree.
If the given object is a Collection the objects of the collection will be shown in the tree. |
PdoTree |
DefaultPdoTreeFactory.createPdoTree(Object object)
Creates a tree.
If the given object is a Collection the objects of the collection
will be shown in the tree. |
PdoTree |
PdoNavigationPanel.createTree()
Creates the navigation tree.
|
PdoTree |
PdoNavigationPanel.getNaviTree()
Gives access to the navigation tree.
|
PdoTree |
PdoTreeExtensionToggleNode.getTree()
Gets the tree this toggle node is associated to.
|
| Modifier and Type | Method and Description |
|---|---|
JMenuItem[] |
PdoTreeExtension.getExtraMenuItems(PdoTree tree,
DefaultMutableTreeNode node)
Defines additional menu items in the popup menu.
|
JMenuItem |
PdoTreeExtensionToggleNode.getMenuItem(PdoTree tree,
DefaultMutableTreeNode popupNode,
TreePath popupPath)
Creates a JMenuItem for the popup-Menu.
|
PdoTreeExtensionToggleNode[] |
PdoTreeExtension.getToggleNodes(PdoTree tree,
DefaultMutableTreeNode node)
Defines additional toggle nodes.
|
void |
PdoTreeExtensionEditor.showEditor(PdoTree 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! |
Tentackle - distributed, domain- and model-driven