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

Table of Contents

EOActionButtonsController


Inherits from:
EOActionWidgetController : EOComponentController : EOController : Object
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
ACTIONBUTTONSCONTROLLER actionWidgetController




Method Types


All methods
EOActionButtonsController
actionWidget
actionWidgetToSubcontrollerAreaDistance
createWidgetForActionsAndPlaceInContainer
disposeActionWidget
setUsesLargeButtonRepresentation
updateActionWidgetEnabling
usesLargeButtonRepresentation


Constructors



EOActionButtonsController

public EOActionButtonsController(EOXMLUnarchiver anEOXMLUnarchiver)




Instance Methods



actionWidget

public javax.swing.JComponent actionWidget()



actionWidgetToSubcontrollerAreaDistance

protected int actionWidgetToSubcontrollerAreaDistance()



createWidgetForActionsAndPlaceInContainer

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



disposeActionWidget

protected void disposeActionWidget()



setUsesLargeButtonRepresentation

public void setUsesLargeButtonRepresentation(boolean aBoolean)



updateActionWidgetEnabling

protected void updateActionWidgetEnabling()



usesLargeButtonRepresentation

public boolean usesLargeButtonRepresentation()




Table of Contents

DRAFT