| Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
| Method Summary | |
| void | addActionListener(java.awt.event.ActionListener l)
Add an ActionListener. |
| java.awt.Component | getEditorComponent()
Return the component that should be added to the tree hierarchy for this editor |
| java.lang.Object | getItem()
Return the edited item |
| void | removeActionListener(java.awt.event.ActionListener l)
Remove an ActionListener |
| void | selectAll()
Ask the editor to start editing and to select everything |
| void | setItem(java.lang.Object anObject)
Set the item that should be edited. |
| Method Detail |
public java.awt.Component getEditorComponent()
public void setItem(java.lang.Object anObject)
public java.lang.Object getItem()
public void selectAll()
public void addActionListener(java.awt.event.ActionListener l)
public void removeActionListener(java.awt.event.ActionListener l)
| Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||