public class StringEditControl extends java.lang.Object implements GUIControl
| Constructor and Description |
|---|
StringEditControl() |
| Modifier and Type | Method and Description |
|---|---|
void |
doAction()
Subclasses should override this to take action whenever an action should
occur (generally when the user hits return in the field).
|
java.lang.Object |
getEdited() |
java.lang.String |
getEditedString() |
javax.swing.JComponent |
getGUI() |
javax.swing.JTextField |
getJTextField() |
void |
setEdited(java.lang.Object newEdited) |
void |
setEditedString(java.lang.String newEdited) |
void |
valueModified()
Subclasses should override this to take action whenever the value of the
field changes.
|
public void setEdited(java.lang.Object newEdited)
public java.lang.Object getEdited()
public void setEditedString(java.lang.String newEdited)
public java.lang.String getEditedString()
public javax.swing.JTextField getJTextField()
public void valueModified()
public void doAction()
public javax.swing.JComponent getGUI()
getGUI in interface GUIControl