|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A panel the inputs a String.
is a Panel that looks similar to
+--------------------------------+
| Name : __________________ |
+--------------------------------+
it is useful to input quickly some names
| Method Summary | |
void |
addListener(Listener listener)
Adds a Listener so that changes are propagated. |
void |
get()
gets the value that is used in the panel. |
void |
removeListener(Listener listener)
Removes a listener for the component. |
void |
set(String value)
Set the value that is used in the panel. |
void |
setLabel(String label)
Set the label that is used in the panel. |
| Method Detail |
public void setLabel(String label)
label - The new label.public void set(String value)
public void get()
public void addListener(Listener listener)
listener - a Listener that listens to the changespublic void removeListener(Listener listener)
listener - a Listener that used to listen to the changes
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||