| 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 org.tentackle.pdo.PersistentDomainObject<T>> |
DefaultRdcFactory.createTreeCell() |
<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
RdcFactory.createTreeCell()
Creates a tree cell for a pdo type.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
DefaultPdoContextMenuFactory.create(PdoTreeCell<T> cell) |
<T extends org.tentackle.pdo.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.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.