- Inherits from:
- EOActionWidgetController : EOComponentController : EOController : Object
- Package:
- com.apple.client.eoapplication
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 |
- All methods
- EOActionButtonsController
- actionWidget
- actionWidgetToSubcontrollerAreaDistance
- createWidgetForActionsAndPlaceInContainer
- disposeActionWidget
- setUsesLargeButtonRepresentation
- updateActionWidgetEnabling
- usesLargeButtonRepresentation
public EOActionButtonsController(EOXMLUnarchiver anEOXMLUnarchiver)
public javax.swing.JComponent actionWidget()
protected int actionWidgetToSubcontrollerAreaDistance()
protected void createWidgetForActionsAndPlaceInContainer(
NSArray aNSArray,
javax.swing.JComponent aJComponent,
int anInt)
protected void disposeActionWidget()
public void setUsesLargeButtonRepresentation(boolean aBoolean)
protected void updateActionWidgetEnabling()
public boolean usesLargeButtonRepresentation()
DRAFT