| Package | Description |
|---|---|
| org.tentackle.fx.rdc |
FX rich desktop client API.
|
| org.tentackle.fx.rdc.contextmenu |
Predefined context menu items.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends PersistentDomainObject<T>> |
RdcFactory.createTreeCell()
Creates a tree cell for a pdo type.
|
<T extends PersistentDomainObject<T>> |
DefaultRdcFactory.createTreeCell() |
| Modifier and Type | Method and Description |
|---|---|
<T extends PersistentDomainObject<T>> |
DefaultPdoContextMenuFactory.create(PdoTreeCell<T> cell) |
<T extends PersistentDomainObject<T>> |
PdoContextMenuFactory.create(PdoTreeCell<T> cell)
Creates a context menu for a tree cell.
|
| Constructor and Description |
|---|
CollapseItem(PdoTreeCell<T> cell)
Creates a menu item.
|
EditItem(PdoTreeCell<T> cell)
Creates a menu item.
|
ExpandItem(PdoTreeCell<T> cell)
Creates a menu item.
|
ViewItem(PdoTreeCell<T> cell)
Creates a menu item.
|
Tentackle - distributed, domain- and model-driven