PATH Documentation > WebObjects

Table of Contents

EOActionWidgetController


Inherits from:
EOComponentController : EOController : Object
Implements:
EOActionWidgetController.ActionCollector
Package:
com.webobjects.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)

Description forthcoming.

public EOActionWidgetController()

Description forthcoming.


Instance Methods



actionWidget

public abstract javax.swing.JComponent actionWidget()

Description forthcoming.

actionWidgetContainer

public javax.swing.JComponent actionWidgetContainer()

Description forthcoming.

actionWidgetPosition

public int actionWidgetPosition()

Description forthcoming.

actionWidgetToSubcontrollerAreaDistance

protected abstract int actionWidgetToSubcontrollerAreaDistance()

Description forthcoming.

collectedActions

public NSArray collectedActions()

Description forthcoming.

componentDidBecomeVisible

protected void componentDidBecomeVisible()

Description forthcoming.

createWidgetForActionsAndPlaceInContainer

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

Description forthcoming.

dispose

public void dispose()

Description forthcoming.

disposeActionWidget

protected abstract void disposeActionWidget()

Description forthcoming.

generateComponent

protected void generateComponent()

Description forthcoming.

resetActions

public void resetActions()

Description forthcoming.

setActionWidgetContainer

public void setActionWidgetContainer(javax.swing.JComponent aJComponent)

Description forthcoming.

setActionWidgetPosition

public void setActionWidgetPosition(int anInt)

Description forthcoming.

subcontrollerActionsDidChange

public void subcontrollerActionsDidChange(EOController anEOController)

Description forthcoming.

subcontrollerConnectionDidChange

public void subcontrollerConnectionDidChange(EOController anEOController)

Description forthcoming.

updateActionWidgetEnabling

protected abstract void updateActionWidgetEnabling()

Description forthcoming.

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


Table of Contents