PATH |
EOActionController
Inherits from: EOTitlesController : EOAssociationController : EOWidgetController : EOComponentController (eoapplication) : EOController (eoapplication) : Object
Implements: java.awt.event.ComponentListener
Package: com.webobjects.eogeneration.client
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 |
ACTIONCONTROLLER |
widgetController |
Method Types
All methods EOActionController actionKey buttonPosition canBeTransient componentDidBecomeVisible componentHidden componentMoved componentResized componentShown connectionWasBroken connectionWasEstablished defaultActions disposeAssociations disposeIfTransient newAssociation newTitlesDataSource newWidget preferredWidgetAutosizingMask setActionKey setButtonPosition setTitlesEntityName setUsesAction setUsesButton startListeningToWidget stopListeningToWidget titlesEntityName toString usesAction usesButton
Constructors
EOActionController
public EOActionController( com.webobjects.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)
public EOActionController()
Instance Methods
actionKey
public String actionKey()
buttonPosition
public int buttonPosition()
canBeTransient
public boolean canBeTransient()
componentDidBecomeVisible
protected void componentDidBecomeVisible()
componentHidden
public void componentHidden(java.awt.event.ComponentEvent aComponentEvent)
componentMoved
public void componentMoved(java.awt.event.ComponentEvent aComponentEvent)
componentResized
public void componentResized(java.awt.event.ComponentEvent aComponentEvent)
componentShown
public void componentShown(java.awt.event.ComponentEvent aComponentEvent)
connectionWasBroken
protected void connectionWasBroken()
connectionWasEstablished
protected void connectionWasEstablished()
defaultActions
protected NSArray defaultActions()
disposeAssociations
protected void disposeAssociations()
disposeIfTransient
protected boolean disposeIfTransient()
newAssociation
protected com.webobjects.eointerface.EOAssociation newAssociation( javax.swing.JComponent aJComponent, com.webobjects.eointerface.EODisplayGroup anEODisplayGroup, String aString, com.webobjects.eointerface.EODisplayGroup anEODisplayGroup)
newTitlesDataSource
public com.webobjects.eocontrol.EODataSource newTitlesDataSource()
newWidget
protected javax.swing.JComponent newWidget()
preferredWidgetAutosizingMask
protected int preferredWidgetAutosizingMask()
setActionKey
public void setActionKey(String aString)
setButtonPosition
public void setButtonPosition(int anInt)
setTitlesEntityName
public void setTitlesEntityName(String aString)
setUsesAction
public void setUsesAction(boolean aBoolean)
setUsesButton
public void setUsesButton(boolean aBoolean)
startListeningToWidget
protected void startListeningToWidget()
stopListeningToWidget
protected void stopListeningToWidget()
titlesEntityName
public String titlesEntityName()
toString
public String toString()
usesAction
public boolean usesAction()
usesButton
public boolean usesButton()
© 2001 Apple Computer, Inc. (Last Published April 15, 2001)