PATH |
- Inherits from:
- EOColumnEditor : Object
- Implements:
- java.awt.event.ActionListener
- java.awt.event.FocusListener
- Package:
- com.webobjects.eointerface.swing
EOTextColumnEditor is a concrete subclass of EOColumnEditor whose instances mediate between EOTextColumnAssociations and EOTextFields (an EOTextColumnEditor's editorComponent is an EOTextField).
For more information on the purpose of EOTextColumnEditors, see the EOColumnEditor class specification.
- java.awt.event.ActionListener
- actionPerformed
- java.awt.event.FocusListener
- focusGained
- focusLost
- All methods
- EOTextColumnEditor
- beginEditing
- createEditorComponent
- endEditing
- getCellEditorValue
- isCellEditable
- setCellEditorValue
public EOTextColumnEditor()
public void actionPerformed(java.awt.event.ActionEvent event)
protected void beginEditing()
protected java.awt.Component createEditorComponent()
protected void endEditing()
public void focusGained(java.awt.event.FocusEvent event)
public void focusLost(java.awt.event.FocusEvent event)
public Object getCellEditorValue()
super
's implementation to return the text value of the receiver's editorComponent, an EOTextField.
public boolean isCellEditable(java.util.EventObject event)
super
's implementation to return true
as long as event is not a java.awt.event.MouseEvent with a click count of less than two.
public void setCellEditorValue(Object anObject)
© 2001 Apple Computer, Inc. (Last Published April 21, 2001)