public class FwkTextDialogPaneValue extends FwkDialogPaneValue
,
Serialized FormgetHt, ident, propertyChange, setHt, version
Constructor and Description |
---|
FwkTextDialogPaneValue()
The default construtor.
|
FwkTextDialogPaneValue(java.lang.String ident,
java.lang.String t)
The constructor.
|
FwkTextDialogPaneValue(java.lang.String ident,
java.lang.String[] t)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
concatenateText(java.lang.String[] t)
Set the text string array of the value.
|
java.lang.String |
getText()
Retrieves the text of the value separated by \n.
|
java.lang.String[] |
getTextArray()
Retrieves the text string array.
|
java.lang.String |
getTextField()
Retrieves the text of the value separated by \n.
|
static void |
main(java.lang.String[] args)
The Main Body to test the class.
|
void |
setText(java.lang.String t)
Set the text string of the value.
|
void |
setTextArray(java.lang.String[] t)
Set the text string array of the value.
|
void |
setTextField(java.lang.String t)
Set the text string of the value.
|
static java.lang.String[] |
splitText(java.lang.String s)
Retrieves the text string array.
|
addPropertyChangeListener, addPropertyChangeListener, entrySet, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getIdent, getProperties, getProperty, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, getVersion, isPropertyChangeEventSuspended, release, removePropertyChangeListener, removePropertyChangeListener, setIdent, setProperties, setProperty, setSource, suspendPropertyChangeEvents, toString
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
public FwkTextDialogPaneValue()
public FwkTextDialogPaneValue(java.lang.String ident, java.lang.String t)
ident
- The ident of the value.t
- The text value. lines should be separated by \n.public FwkTextDialogPaneValue(java.lang.String ident, java.lang.String[] t)
ident
- The ident of the value.t
- The text string array value.public java.lang.String getText()
public void setText(java.lang.String t)
t
- The new text string.public java.lang.String getTextField()
public void setTextField(java.lang.String t)
t
- The new text string.public static java.lang.String[] splitText(java.lang.String s)
s
- Te text value to be splitted.public java.lang.String[] getTextArray()
public static java.lang.String concatenateText(java.lang.String[] t)
t
- The new text string array.public void setTextArray(java.lang.String[] t)
t
- The new text string array.public static void main(java.lang.String[] args)