@Service(value=PdoContextMenuFactory.class) public class DefaultPdoContextMenuFactory extends Object implements PdoContextMenuFactory
| Constructor and Description |
|---|
DefaultPdoContextMenuFactory()
Creates the factory.
|
| 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstancepublic DefaultPdoContextMenuFactory()
public <T extends PersistentDomainObject<T>> javafx.scene.control.ContextMenu create(PdoTreeCell<T> cell)
PdoContextMenuFactorycreate in interface PdoContextMenuFactoryT - the PDO's classcell - the tree cellpublic <S,T extends PersistentDomainObject<T>> javafx.scene.control.ContextMenu create(PdoTableCell<S,T> cell)
PdoContextMenuFactorycreate in interface PdoContextMenuFactoryS - the table row's typeT - the table cell's pdo typecell - the table cellTentackle - distributed, domain- and model-driven