- Inherits from:
- EOTitlesController : EOAssociationController : EOWidgetController : EOComponentController (eoapplication) : EOController (eoapplication) : Object
- Implements:
- java.awt.event.ComponentListener
- 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 |
ACTIONCONTROLLER |
widgetController |
- 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
public EOActionController(
com.apple.client.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)
public String actionKey()
public int buttonPosition()
public boolean canBeTransient()
protected void componentDidBecomeVisible()
public void componentHidden(java.awt.event.ComponentEvent aComponentEvent)
public void componentMoved(java.awt.event.ComponentEvent aComponentEvent)
public void componentResized(java.awt.event.ComponentEvent aComponentEvent)
public void componentShown(java.awt.event.ComponentEvent aComponentEvent)
protected void connectionWasBroken()
protected void connectionWasEstablished()
protected NSArray defaultActions()
protected void disposeAssociations()
protected boolean disposeIfTransient()
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)
public com.apple.client.eocontrol.EODataSource newTitlesDataSource()
protected javax.swing.JComponent newWidget()
protected int preferredWidgetAutosizingMask()
public void setActionKey(String aString)
public void setButtonPosition(int anInt)
public void setTitlesEntityName(String aString)
public void setUsesAction(boolean aBoolean)
public void setUsesButton(boolean aBoolean)
protected void startListeningToWidget()
protected void stopListeningToWidget()
public String titlesEntityName()
public String toString()
public boolean usesAction()
public boolean usesButton()
DRAFT