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