Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOGeneration Reference

Table of Contents

EOOneValueEnumerationController


Inherits from:
EOEnumerationController : EOTitlesController : EOAssociationController : EOWidgetController : EOComponentController (eoapplication) : EOController (eoapplication) : Object
Implements:
ActionListener
(java.awt.event package)
EOWidgetController.QueryWidget
Package:
com.apple.client.eogeneration


Class Description


Documentation for this class is forthcoming. For information on using this class, see the book Getting Started with Direct to Java Client.


XML Tag Default Rule System Controller Type
ONEVALUEENUMERATIONCONTROLLER widgetController




Method Types


All methods
EOOneValueEnumerationController
actionPerformed
canPerformActionNamed
deselect
isQueryWidget
newAssociation
newWidget
setIsQueryWidget
startListeningToWidget
stopListeningToWidget


Constructors



EOOneValueEnumerationController

public EOOneValueEnumerationController( com.apple.client.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)




Instance Methods



actionPerformed

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



canPerformActionNamed

public boolean canPerformActionNamed(String aString)



deselect

public void deselect()



isQueryWidget

public boolean isQueryWidget()



newAssociation

protected com.apple.client.eointerface.EOAssociation newAssociation( javax.swing.JComponent aJComponent, com.apple.client.eointerface.EODisplayGroup anEODisplayGroup, String aString, com.apple.client.eointerface.EODisplayGroup anEODisplayGroup)



newWidget

protected javax.swing.JComponent newWidget()



setIsQueryWidget

public void setIsQueryWidget(boolean aBoolean)



startListeningToWidget

protected void startListeningToWidget()



stopListeningToWidget

protected void stopListeningToWidget()




Table of Contents

DRAFT