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