- Inherits from:
- EOEnumerationController : EOTitlesController : EOAssociationController : EOWidgetController : EOComponentController (eoapplication) : EOController (eoapplication) : Object
- Implements:
- ActionListener
- (java.awt.event package)
- EOWidgetController.QueryWidget
- Package:
- com.apple.client.eogeneration
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 |
- All methods
- EOOneValueEnumerationController
- actionPerformed
- canPerformActionNamed
- deselect
- isQueryWidget
- newAssociation
- newWidget
- setIsQueryWidget
- startListeningToWidget
- stopListeningToWidget
public EOOneValueEnumerationController(
com.apple.client.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)
public void actionPerformed(java.awt.event.ActionEvent anActionEvent)
public boolean canPerformActionNamed(String aString)
public void deselect()
public boolean isQueryWidget()
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)
protected javax.swing.JComponent newWidget()
public void setIsQueryWidget(boolean aBoolean)
protected void startListeningToWidget()
protected void stopListeningToWidget()
DRAFT