Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

EOActionWidgets


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




Method Types


All methods
actionMenuWithActions
buttonRowWithActions
disposeActionMenu
disposeButtonRow
disposeMenuBar
menuBarWithActions
updateEnablingOfActionMenu
updateEnablingOfButtonRow
updateEnablingOfMenuBar


Constructors



EOActionWidgets

public EOActionWidgets()

Description forthcoming.


Static Methods



actionMenuWithActions

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

Description forthcoming.

buttonRowWithActions

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

Description forthcoming.

disposeActionMenu

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

Description forthcoming.

disposeButtonRow

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

Description forthcoming.

disposeMenuBar

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

Description forthcoming.

menuBarWithActions

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

Description forthcoming.

updateEnablingOfActionMenu

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

Description forthcoming.

updateEnablingOfButtonRow

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

Description forthcoming.

updateEnablingOfMenuBar

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

Description forthcoming.

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


Table of Contents