Developer Documentation
PATH  WebObjects 4.5 Documentation > EOGeneration Reference

Table of Contents

EOActionController


Inherits from:
EOTitlesController : EOAssociationController : EOWidgetController : EOComponentController (eoapplication) : EOController (eoapplication) : Object
Implements:
java.awt.event.ComponentListener
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
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.apple.client.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)




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.apple.client.eointerface.EOAssociation newAssociation( javax.swing.JComponent aJComponent, com.apple.client.eointerface.EODisplayGroup anEODisplayGroup, String aString, com.apple.client.eointerface.EODisplayGroup anEODisplayGroup)



newTitlesDataSource

public com.apple.client.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()




Table of Contents

DRAFT