Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
G
I
L
R
S
U
A
ActionManager
- class com.sun.jaf.ui.
ActionManager
.
The ActionManager manages sets of
javax.swing.Action
.
ActionManager()
- Constructor for class com.sun.jaf.ui.
ActionManager
Creates the action manager
C
com.sun.jaf.ui
- package com.sun.jaf.ui
Contains classes which implement a higher level of functionality on top of the JFC/Swing API.
configureButton(AbstractButton, Action)
- Method in class com.sun.jaf.ui.
UIFactory
This method will be called after buttons created from an action.
configureMenuItem(JMenuItem, Action)
- Static method in class com.sun.jaf.ui.
UIFactory
This method will be called after menu items are created.
configureToggleButton(JToggleButton, Action)
- Method in class com.sun.jaf.ui.
UIFactory
This method will be called after toggle buttons are created.
configureToggleMenuItem(JMenuItem, Action)
- Static method in class com.sun.jaf.ui.
UIFactory
This method will be called after toggle type menu items (like JRadioButtonMenuItem and JCheckBoxMenuItem) are created.
createMenu(Object)
- Method in class com.sun.jaf.ui.
UIFactory
Creates and returns a menu from an action-list id.
createMenuBar(Object)
- Method in class com.sun.jaf.ui.
UIFactory
Constructs a menu tree from an action-list id.
createPopup(Object)
- Method in class com.sun.jaf.ui.
UIFactory
Constructs a popup menu from an action-list id.
createToolBar(Object)
- Method in class com.sun.jaf.ui.
UIFactory
Constructs a toolbar from an action-list id.
G
getAction(Object)
- Method in class com.sun.jaf.ui.
ActionManager
Retrieves the action corresponding to an action id.
getActionIDs()
- Method in class com.sun.jaf.ui.
ActionManager
Returns the ids for all the managed actions.
getActionListIDs()
- Method in class com.sun.jaf.ui.
ActionManager
Retrieve the ids for all the managed action-lists.
getActionManager()
- Static method in class com.sun.jaf.ui.
UIFactory
Gets the ActionManager instance.
getActionSetIDs()
- Method in class com.sun.jaf.ui.
ActionManager
Retrieve the ids for all the managed actions-sets.
getInstance()
- Static method in class com.sun.jaf.ui.
UIFactory
Return the instance of the UIFactory if this will be used as a singleton.
getInstance()
- Static method in class com.sun.jaf.ui.
ActionManager
Return the instance of the ActionManger.
I
isEnabled(Object)
- Method in class com.sun.jaf.ui.
ActionManager
Returns the enabled state of the
Action
.
isSelected(Object)
- Method in class com.sun.jaf.ui.
ActionManager
Gets the selected state of a toggle action.
isStateChangeAction(Object)
- Method in class com.sun.jaf.ui.
ActionManager
Determines if the Action corresponding to the action id is a state changed action (toggle, group type action).
L
loadActions(InputStream)
- Method in class com.sun.jaf.ui.
ActionManager
Adds the set of actions and action-lists from an action-set document into the ActionManager.
loadActions(URL)
- Method in class com.sun.jaf.ui.
ActionManager
Adds the set of actions and action-lists from an action-set document into the ActionManager.
R
registerCallback(Object, Object, String)
- Method in class com.sun.jaf.ui.
ActionManager
Registers a callback method when the Action corresponding to the action id is invoked.
S
setActionManager(ActionManager)
- Static method in class com.sun.jaf.ui.
UIFactory
Sets the ActionManager instance that will be used by this UIFactory
setEnabled(Object, boolean)
- Method in class com.sun.jaf.ui.
ActionManager
Enables or disables the state of the Action corresponding to the action id.
setInstance(ActionManager)
- Static method in class com.sun.jaf.ui.
ActionManager
Sets the ActionManager instance.
setInstance(UIFactory)
- Static method in class com.sun.jaf.ui.
UIFactory
Sets the UIFactory instance.
setSelected(Object, boolean)
- Method in class com.sun.jaf.ui.
ActionManager
Sets the selected state of a toggle action.
U
UIFactory
- class com.sun.jaf.ui.
UIFactory
.
Creates user interface elements based on action-lists managed in an ActionManagaer.
unloadActions(Object)
- Method in class com.sun.jaf.ui.
ActionManager
Unloads the actions that are assocated with the action-set from the action manager.
A
C
G
I
L
R
S
U
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes