|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.fruitioninc.jwc.Component
|
+--com.fruitioninc.jwc.TextField
Display and edit a single line of text.
| Field Summary |
| Fields inherited from class com.fruitioninc.jwc.Component |
NAME_DELIMITER |
| Constructor Summary | |
TextField()
|
|
TextField(java.lang.String name)
|
|
TextField(java.lang.String name,
java.lang.String text)
|
|
TextField(java.lang.String name,
TextFieldModel model)
|
|
| Method Summary | |
TextFieldModel |
getTextFieldModel()
|
| Methods inherited from class com.fruitioninc.jwc.Component |
addComponentListener, addMouseListener, fireComponentSerialize, fireMouseClicked, getApplication, getComponentListenerCount, getComponentListeners, getContainer, getModel, getMouseListenerCount, getMouseListeners, getName, getPathName, getView, setModel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TextField()
public TextField(java.lang.String name)
public TextField(java.lang.String name,
java.lang.String text)
public TextField(java.lang.String name,
TextFieldModel model)
| Method Detail |
public TextFieldModel getTextFieldModel()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||