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

Table of Contents

EOActionWidgets


Inherits from:
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.




Method Types


All methods
actionMenuWithActions
buttonRowWithActions
disposeActionMenu
disposeButtonRow
disposeMenuBar
menuBarWithActions
updateEnablingOfActionMenu
updateEnablingOfButtonRow
updateEnablingOfMenuBar


Static Methods



actionMenuWithActions

public static javax.swing.JComboBox actionMenuWithActions( NSArray aNSArray, EOController anEOController, boolean aBoolean, String aString)



buttonRowWithActions

public static javax.swing.JComponent buttonRowWithActions( NSArray aNSArray, EOController anEOController, boolean aBoolean, boolean aBoolean, boolean aBoolean)



disposeActionMenu

public static void disposeActionMenu(javax.swing.JComboBox aJComboBox)



disposeButtonRow

public static void disposeButtonRow(javax.swing.JComponent aJComponent)



disposeMenuBar

public static void disposeMenuBar(javax.swing.JMenuBar aJMenuBar)



menuBarWithActions

public static javax.swing.JMenuBar menuBarWithActions( NSArray aNSArray, EOController anEOController, boolean aBoolean)



updateEnablingOfActionMenu

public static void updateEnablingOfActionMenu(javax.swing.JComboBox aJComboBox)



updateEnablingOfButtonRow

public static void updateEnablingOfButtonRow(javax.swing.JComponent aJComponent)



updateEnablingOfMenuBar

public static void updateEnablingOfMenuBar(javax.swing.JMenuBar aJMenuBar)




Table of Contents

DRAFT