WebObjects 5.2.3

com.webobjects.eointerface.swing
Interface EOTextComponentAccess

All Known Implementing Classes:
EOFormCell, EOTextArea

public interface EOTextComponentAccess

EOTextComponentAccess is an interface that defines an API for accessing editable text components of Swing components. It can be used by components which use a collection of multiple subcomponents, for example a label and a text field, to identify the editable text component it is using.

See Also:
EOColumnEditor

Method Summary
 JTextComponent textComponent()
          Returns the editable text component of a component.
 

Method Detail

textComponent

public JTextComponent textComponent()
Returns the editable text component of a component.

Returns:
the editable JTextComponent

Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.