Uses of Class
org.tentackle.fx.component.FxTextArea
-
Packages that use FxTextArea Package Description org.tentackle.fx Extended FX layer.org.tentackle.fx.component.delegate Delegates implementing tentackle features for FX components. -
-
Uses of FxTextArea in org.tentackle.fx
Methods in org.tentackle.fx with parameters of type FxTextArea Modifier and Type Method Description intFxUtilities. getDefaultTextAreaColumns(FxTextArea textArea)Gets the default column width for text areas if not set by the binding or the model's COLS= option. -
Uses of FxTextArea in org.tentackle.fx.component.delegate
Constructors in org.tentackle.fx.component.delegate with parameters of type FxTextArea Constructor Description FxTextAreaDelegate(FxTextArea component)Creates the delegate.
-