Java javafx.scene.control TextArea fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.control TextArea fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.control TextArea.

The text is from its open source code.

Constructor

TextArea(String text)
Creates a TextArea with initial text content.
TextArea()
Creates a TextArea with empty text content.

Method

voidappendText(String text)
Appends a sequence of characters to the content.
BooleanPropertydisableProperty()
Defines the individual disabled state of this Node .
ParentgetParent()
ObservableListgetStyleClass()
StringgetText()
booleanisVisible()
voidsetEditable(boolean value)
voidsetId(String value)
voidsetMaxHeight(double value)
voidsetMaxSize(double maxWidth, double maxHeight)
Convenience method for overriding the region's computed maximum width and height.
voidsetMaxWidth(double value)
voidsetMinHeight(double value)
voidsetPrefColumnCount(int value)
voidsetPrefHeight(double value)
voidsetPrefRowCount(int value)
voidsetPrefSize(double prefWidth, double prefHeight)
Convenience method for overriding the region's computed preferred width and height.
voidsetPrefWidth(double value)
voidsetStyle(String value)
A string representation of the CSS style associated with this specific Node .
voidsetText(String value)
voidsetTranslateX(double value)
voidsetVisible(boolean value)
voidsetWrapText(boolean value)
StringPropertytextProperty()