public interface PdoContextMenuFactory
| Modifier and Type | Method and Description |
|---|---|
<S,T extends PersistentDomainObject<T>> |
create(PdoTableCell<S,T> cell)
Creates a context menu for a table cell.
|
<T extends PersistentDomainObject<T>> |
create(PdoTreeCell<T> cell)
Creates a context menu for a tree cell.
|
static PdoContextMenuFactory |
getInstance()
The singleton.
|
static PdoContextMenuFactory getInstance()
<T extends PersistentDomainObject<T>> javafx.scene.control.ContextMenu create(PdoTreeCell<T> cell)
T - the PDO's classcell - the tree cell<S,T extends PersistentDomainObject<T>> javafx.scene.control.ContextMenu create(PdoTableCell<S,T> cell)
S - the table row's typeT - the table cell's pdo typecell - the table cellTentackle - distributed, domain- and model-driven