Class SelectTextArea
java.lang.Object
com.marginallyclever.donatello.select.Select
com.marginallyclever.donatello.select.SelectTextArea
A text input dialog with some limited formatting options.
- Since:
- 7.24.0
- Author:
- Dan Royer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
attach
(JComponent panel, GridBagConstraints gbc) boolean
boolean
getText()
boolean
void
setDragEnabled
(boolean b) void
setEditable
(boolean b) void
setLineWrap
(boolean wrap) void
setReadOnly
(boolean state) void
Methods inherited from class com.marginallyclever.donatello.select.Select
addSelectListener, getName, removeSelectListener, setName
-
Constructor Details
-
SelectTextArea
-
-
Method Details
-
attach
-
setReadOnly
public void setReadOnly(boolean state) - Specified by:
setReadOnly
in classSelect
-
getText
-
setText
-
setLineWrap
public void setLineWrap(boolean wrap) -
getLineWrap
public boolean getLineWrap() -
isEditable
public boolean isEditable() -
setEditable
public void setEditable(boolean b) -
getDragEnabled
public boolean getDragEnabled() -
setDragEnabled
public void setDragEnabled(boolean b)
-