PATH Documentation > WebObjects

Table of Contents

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()

Description forthcoming.


Instance Methods



actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)

Description forthcoming.

beginEditing

protected void beginEditing()

Description forthcoming.

createEditorComponent

protected java.awt.Component createEditorComponent()

Description forthcoming.

endEditing

protected void endEditing()

Description forthcoming.

focusGained

public void focusGained(java.awt.event.FocusEvent event)

Description forthcoming.

focusLost

public void focusLost(java.awt.event.FocusEvent event)

Description forthcoming.

getCellEditorValue

public Object getCellEditorValue()

Overrides super's implementation to return the text value of the receiver's editorComponent, an EOTextField.

isCellEditable

public boolean isCellEditable(java.util.EventObject event)

Overrides 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)

Description forthcoming.

© 2001 Apple Computer, Inc. (Last Published April 21, 2001)


Table of Contents