PATH |
EOSwingTextPlugin
- Inherits from:
- EOTextAssociation.TextPlugin (EOInterface) : EOValueAssociation.ValuePlugin (EOInterface) : EOWidgetAssociation.WidgetPlugin (EOInterface) : Object
- Implements:
- java.awt.event.FocusListener
- EOWidgetAssociation.WidgetPlugin.Formatting (EOInterface)
- NSDisposable
- Package:
- com.webobjects.eointerface.swing
Class Description
Documentation for this class is forthcoming.
Interfaces Implemented
- java.awt.event.FocusListener
- focusGained
- focusLost
- EOWidgetAssociation.WidgetPlugin.Formatting
- setValueFormatter
- valueFormatter
- NSDisposable
Method Types
- All methods
- EOSwingTextPlugin
- breakConnection
- establishConnection
- setColors
- setFontProperties
- setValue
- value
- widgetKeysTaken
Constructors
EOSwingTextPlugin
public EOSwingTextPlugin( com.webobjects.eointerface.EOWidgetAssociation anEOWidgetAssociation, Object widget)
Instance Methods
breakConnection
public void breakConnection()
establishConnection
public void establishConnection()
focusGained
public void focusGained(java.awt.event.FocusEvent event)
focusLost
public void focusLost(java.awt.event.FocusEvent event)
setColors
public void setColors( Object textColor, Object backgroundColor)
setFontProperties
public void setFontProperties( int boldState, int italicState)
setValue
public void setValue( Object value, boolean editable)
setValueFormatter
public void setValueFormatter(Object formatter)
value
public Object value()
valueFormatter
public Object valueFormatter()
widgetKeysTaken
public String[] widgetKeysTaken()
© 2001 Apple Computer, Inc. (Last Published April 21, 2001)