Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

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)

Description forthcoming.

public EOActionController()

Description forthcoming.


Instance Methods



actionKey

public String actionKey()

Description forthcoming.

buttonPosition

public int buttonPosition()

Description forthcoming.

canBeTransient

public boolean canBeTransient()

Description forthcoming.

componentDidBecomeVisible

protected void componentDidBecomeVisible()

Description forthcoming.

componentHidden

public void componentHidden(java.awt.event.ComponentEvent aComponentEvent)

Description forthcoming.

componentMoved

public void componentMoved(java.awt.event.ComponentEvent aComponentEvent)

Description forthcoming.

componentResized

public void componentResized(java.awt.event.ComponentEvent aComponentEvent)

Description forthcoming.

componentShown

public void componentShown(java.awt.event.ComponentEvent aComponentEvent)

Description forthcoming.

connectionWasBroken

protected void connectionWasBroken()

Description forthcoming.

connectionWasEstablished

protected void connectionWasEstablished()

Description forthcoming.

defaultActions

protected NSArray defaultActions()

Description forthcoming.

disposeAssociations

protected void disposeAssociations()

Description forthcoming.

disposeIfTransient

protected boolean disposeIfTransient()

Description forthcoming.

newAssociation

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

Description forthcoming.

newTitlesDataSource

public com.webobjects.eocontrol.EODataSource newTitlesDataSource()

Description forthcoming.

newWidget

protected javax.swing.JComponent newWidget()

Description forthcoming.

preferredWidgetAutosizingMask

protected int preferredWidgetAutosizingMask()

Description forthcoming.

setActionKey

public void setActionKey(String aString)

Description forthcoming.

setButtonPosition

public void setButtonPosition(int anInt)

Description forthcoming.

setTitlesEntityName

public void setTitlesEntityName(String aString)

Description forthcoming.

setUsesAction

public void setUsesAction(boolean aBoolean)

Description forthcoming.

setUsesButton

public void setUsesButton(boolean aBoolean)

Description forthcoming.

startListeningToWidget

protected void startListeningToWidget()

Description forthcoming.

stopListeningToWidget

protected void stopListeningToWidget()

Description forthcoming.

titlesEntityName

public String titlesEntityName()

Description forthcoming.

toString

public String toString()

Description forthcoming.

usesAction

public boolean usesAction()

Description forthcoming.

usesButton

public boolean usesButton()

Description forthcoming.

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


Table of Contents