Interface TextInputPane
- All Superinterfaces:
Pane
A pane for text input.
-
Method Summary
Modifier and TypeMethodDescriptionstatic TextInputPanecreate()intgetTitle()setDescription(Component description) default TextInputPanesetDescription(String description) setExitAction(Action exitAction) setInputAction(BiAction<String> inputAction) setMaxLength(int maxLength) setPlaceholder(Component placeholder) default TextInputPanesetPlaceholder(String placeholder) default TextInputPane
-
Method Details
-
create
-
getTitle
Component getTitle() -
setTitle
-
setTitle
-
getDescription
Component getDescription() -
setDescription
-
setDescription
-
getPlaceholder
Component getPlaceholder() -
setPlaceholder
-
setPlaceholder
-
getMaxLength
int getMaxLength() -
setMaxLength
-
getInputAction
-
setInputAction
-
getExitAction
Action getExitAction() -
setExitAction
-