PATH |
EOTextColumnEditor
- Inherits from:
- EOColumnEditor : Object
- Implements:
- java.awt.event.ActionListener
- java.awt.event.FocusListener
- Package:
- com.webobjects.eointerface.swing
Class Description
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.
Interfaces Implemented
- java.awt.event.ActionListener
- actionPerformed
- java.awt.event.FocusListener
- focusGained
- focusLost
Method Types
- All methods
- EOTextColumnEditor
- beginEditing
- createEditorComponent
- endEditing
- getCellEditorValue
- isCellEditable
- setCellEditorValue
Constructors
EOTextColumnEditor
public EOTextColumnEditor()
Instance Methods
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
beginEditing
protected void beginEditing()
createEditorComponent
protected java.awt.Component createEditorComponent()
endEditing
protected void endEditing()
focusGained
public void focusGained(java.awt.event.FocusEvent event)
focusLost
public void focusLost(java.awt.event.FocusEvent event)
getCellEditorValue
public Object getCellEditorValue()
super
's implementation to return the text value of the receiver's editorComponent, an EOTextField.
isCellEditable
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.
setCellEditorValue
public void setCellEditorValue(Object anObject)
© 2001 Apple Computer, Inc. (Last Published April 21, 2001)