Package | Description |
---|---|
com.sun.javafx.scene.control.behavior | |
com.sun.javafx.scene.control.skin | |
javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
Constructor and Description |
---|
TextAreaBehavior(TextArea textArea)
Constructors *
|
Modifier and Type | Field and Description |
---|---|
private TextArea |
TextAreaSkin.textArea |
Constructor and Description |
---|
TextAreaSkin(TextArea textArea) |
Modifier and Type | Field and Description |
---|---|
private static CssMetaData<TextArea,java.lang.Number> |
TextArea.StyleableProperties.PREF_COLUMN_COUNT |
private static CssMetaData<TextArea,java.lang.Number> |
TextArea.StyleableProperties.PREF_ROW_COUNT |
private static CssMetaData<TextArea,java.lang.Boolean> |
TextArea.StyleableProperties.WRAP_TEXT |
Modifier and Type | Method and Description |
---|---|
TextArea |
TextAreaBuilder.build()
Deprecated.
Make an instance of
TextArea based on the properties set on this builder. |
Modifier and Type | Method and Description |
---|---|
void |
TextAreaBuilder.applyTo(TextArea x)
Deprecated.
|