Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

EOSwingCheckBoxPlugin


Inherits from:
EOValueAssociation.ValuePlugin (EOInterface) : EOWidgetAssociation.WidgetPlugin (EOInterface) : Object
Implements:
java.awt.event.ItemListener
Package:
com.webobjects.eointerface.swing


Class Description


Documentation for this class is forthcoming.




Interfaces Implemented


java.awt.event.ItemListener
itemStateChanged


Method Types


All methods
EOSwingCheckBoxPlugin
breakConnection
establishConnection
setValue
value
widgetKeysTaken


Constructors



EOSwingCheckBoxPlugin

public EOSwingCheckBoxPlugin( com.webobjects.eointerface.EOWidgetAssociation anEOWidgetAssociation, Object widget)

Description forthcoming.


Instance Methods



breakConnection

public void breakConnection()

See the breakConnection method description in the superclass EOAssociation.

establishConnection

public void establishConnection()

See the establishConnection method description in the superclass (EOAssociation).

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent anItemEvent)

Description forthcoming.

setValue

public void setValue( Object value, boolean isEnabled)

Description forthcoming.

value

public Object value()

Description forthcoming.

widgetKeysTaken

public String[] widgetKeysTaken()

Description forthcoming.

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


Table of Contents