Uses of Class
org.tentackle.fx.component.delegate.FxTreeTableViewDelegate
-
Packages that use FxTreeTableViewDelegate Package Description org.tentackle.fx.component Extended FX components. -
-
Uses of FxTreeTableViewDelegate in org.tentackle.fx.component
Methods in org.tentackle.fx.component that return FxTreeTableViewDelegate Modifier and Type Method Description protected FxTreeTableViewDelegateFxTreeTableView. createDelegate()Creates the delegate.FxTreeTableViewDelegateFxTreeTableView. getDelegate()Methods in org.tentackle.fx.component with parameters of type FxTreeTableViewDelegate Modifier and Type Method Description voidFxTreeTableView. setDelegate(FxTreeTableViewDelegate delegate)Sets the delegate.
Useful for application specific needs.
-