Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOApplication Reference

Table of Contents

EOActionWidgetController


Inherits from:
EOComponentController : EOController : Object
Implements:
EOActionWidgetController.ActionCollector
Package:
com.apple.client.eoapplication


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
None (abstract class) actionWidgetController




Method Types


All methods
EOActionWidgetController
actionWidget
actionWidgetContainer
actionWidgetPosition
actionWidgetToSubcontrollerAreaDistance
collectedActions
componentDidBecomeVisible
createWidgetForActionsAndPlaceInContainer
dispose
disposeActionWidget
generateComponent
resetActions
setActionWidgetContainer
setActionWidgetPosition
subcontrollerActionsDidChange
subcontrollerConnectionDidChange
updateActionWidgetEnabling


Constructors



EOActionWidgetController

public EOActionWidgetController(EOXMLUnarchiver anEOXMLUnarchiver)




Instance Methods



actionWidget

public abstract javax.swing.JComponent actionWidget()



actionWidgetContainer

public javax.swing.JComponent actionWidgetContainer()



actionWidgetPosition

public int actionWidgetPosition()



actionWidgetToSubcontrollerAreaDistance

protected abstract int actionWidgetToSubcontrollerAreaDistance()



collectedActions

public NSArray collectedActions()



componentDidBecomeVisible

protected void componentDidBecomeVisible()



createWidgetForActionsAndPlaceInContainer

protected abstract void createWidgetForActionsAndPlaceInContainer( NSArray aNSArray, javax.swing.JComponent aJComponent, int anInt)



dispose

public void dispose()



disposeActionWidget

protected abstract void disposeActionWidget()



generateComponent

protected void generateComponent()



resetActions

public void resetActions()



setActionWidgetContainer

public void setActionWidgetContainer(javax.swing.JComponent aJComponent)



setActionWidgetPosition

public void setActionWidgetPosition(int anInt)



subcontrollerActionsDidChange

public void subcontrollerActionsDidChange(EOController anEOController)



subcontrollerConnectionDidChange

public void subcontrollerConnectionDidChange(EOController anEOController)



updateActionWidgetEnabling

protected abstract void updateActionWidgetEnabling()




Table of Contents

DRAFT