Uses of Class
com.dlsc.gemsfx.ResizableTextArea
Packages that use ResizableTextArea
Package
Description
Contains the public controls provided by the GemsFX library.
Provides the skin implementations for the GemsFX controls.
-
Uses of ResizableTextArea in com.dlsc.gemsfx
Subclasses of ResizableTextArea in com.dlsc.gemsfxModifier and TypeClassDescriptionclassA specialized text area view that imposes restrictions on the input text length, allowing specification of minimum and maximum character limits. -
Uses of ResizableTextArea in com.dlsc.gemsfx.skins
Constructors in com.dlsc.gemsfx.skins with parameters of type ResizableTextAreaModifierConstructorDescriptionResizableTextAreaSkin(ResizableTextArea control) Creates a new skin for the given resizable text area.