Methods Summary |
---|
public void | addActionListener(java.awt.event.ActionListener l)Add an ActionListener. An action event is generated when the edited item changes
|
public java.awt.Component | getEditorComponent()Return the component that should be added to the tree hierarchy for
this editor
|
public java.lang.Object | getItem()Return the edited item
|
public void | removeActionListener(java.awt.event.ActionListener l)Remove an ActionListener
|
public void | selectAll()Ask the editor to start editing and to select everything
|
public void | setItem(java.lang.Object anObject)Set the item that should be edited. Cancel any editing if necessary
|