A B C D G H I L O R S T

A

AbstractActionExt - Class in org.jdesktop.swingx.action
Extends the concept of the Action to include toggle or group states.
AbstractActionExt() - Constructor for class org.jdesktop.swingx.action.AbstractActionExt
Default constructor, does nothing.
AbstractActionExt(AbstractActionExt) - Constructor for class org.jdesktop.swingx.action.AbstractActionExt
Copy constructor copies the state.
AbstractActionExt(String) - Constructor for class org.jdesktop.swingx.action.AbstractActionExt
 
AbstractActionExt(String, Icon) - Constructor for class org.jdesktop.swingx.action.AbstractActionExt
 
AbstractActionExt(String, String) - Constructor for class org.jdesktop.swingx.action.AbstractActionExt
Constructs an Action with the label and command
AbstractActionExt(String, String, Icon) - Constructor for class org.jdesktop.swingx.action.AbstractActionExt
 
ActionContainerFactory - Class in org.jdesktop.swingx.action
Creates user interface elements based on action ids and lists of action ids.
ActionContainerFactory() - Constructor for class org.jdesktop.swingx.action.ActionContainerFactory
Constructs an container factory which uses the default ActionManager.
ActionContainerFactory(ActionMap) - Constructor for class org.jdesktop.swingx.action.ActionContainerFactory
Constructs an container factory which uses managed actions.
ActionFactory - Class in org.jdesktop.swingx.action
A collection of static methods to make it easier to construct Actions.
ActionFactory() - Constructor for class org.jdesktop.swingx.action.ActionFactory
 
ActionManager - Class in org.jdesktop.swingx.action
The ActionManager manages sets of javax.swing.Actions for an application.
ActionManager() - Constructor for class org.jdesktop.swingx.action.ActionManager
Creates the action manager.
actionPerformed(ActionEvent) - Method in class org.jdesktop.swingx.action.BoundAction
Callback for command actions.
actionPerformed(ActionEvent) - Method in class org.jdesktop.swingx.action.CompositeAction
Callback for composite actions.
actionPerformed(ActionEvent) - Method in class org.jdesktop.swingx.action.OpenBrowserAction
actionPerformed(ActionEvent) - Method in class org.jdesktop.swingx.action.ServerAction
Invokes the server operation when the action has been invoked.
actionPerformed(ActionEvent) - Method in class org.jdesktop.swingx.action.TargetableAction
Callback for command actions.
addAction(Action) - Method in class org.jdesktop.swingx.action.ActionManager
 
addAction(Object, Action) - Method in class org.jdesktop.swingx.action.ActionManager
Adds an action to the ActionManager
addAction(String) - Method in class org.jdesktop.swingx.action.CompositeAction
Add an action id to the action list.
addActionListener(ActionListener) - Method in class org.jdesktop.swingx.action.BoundAction
Add an action listener which will be invoked when this action is invoked.
addHeader(String, String) - Method in class org.jdesktop.swingx.action.ServerAction
Adds a name value pair which represents a url connection request property.
addItemListener(ItemListener) - Method in class org.jdesktop.swingx.action.BoundAction
Add an item listener which will be invoked for toggle actions.
addParam(String, String) - Method in class org.jdesktop.swingx.action.ServerAction
Adds a name value pair which represents a url parameter in an http POST request.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.swingx.action.TargetManager
 
addTarget(Targetable, boolean) - Method in class org.jdesktop.swingx.action.TargetManager
Add a target to the target list.
addTarget(Targetable) - Method in class org.jdesktop.swingx.action.TargetManager
Appends the target to the target list.

B

BoundAction - Class in org.jdesktop.swingx.action
A class that represents the many type of actions that this framework supports.
BoundAction() - Constructor for class org.jdesktop.swingx.action.BoundAction
 
BoundAction(String) - Constructor for class org.jdesktop.swingx.action.BoundAction
 
BoundAction(String, String) - Constructor for class org.jdesktop.swingx.action.BoundAction
 
BoundAction(String, Icon) - Constructor for class org.jdesktop.swingx.action.BoundAction
 
BoundAction(String, String, Icon) - Constructor for class org.jdesktop.swingx.action.BoundAction
 

C

CompositeAction - Class in org.jdesktop.swingx.action
A class that represents an action which will fire a sequence of actions.
CompositeAction() - Constructor for class org.jdesktop.swingx.action.CompositeAction
 
CompositeAction(String) - Constructor for class org.jdesktop.swingx.action.CompositeAction
 
CompositeAction(String, String) - Constructor for class org.jdesktop.swingx.action.CompositeAction
 
CompositeAction(String, Icon) - Constructor for class org.jdesktop.swingx.action.CompositeAction
 
CompositeAction(String, String, Icon) - Constructor for class org.jdesktop.swingx.action.CompositeAction
 
configureButton(JToggleButton, AbstractActionExt, ButtonGroup) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
 
configureButtonFromExtActionProperties(AbstractButton, Action) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
This method will be called after buttons created from an action.
configureMenuItemFromExtActionProperties(JMenuItem, Action) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
This method will be called after menu items are created.
configureSelectableButton(AbstractButton, AbstractActionExt, ButtonGroup) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
method to configure a "selectable" button from the given AbstractActionExt.
createBoundAction(String, String, String) - Static method in class org.jdesktop.swingx.action.ActionFactory
Factory Methods for creating BoundActions
createBoundAction(String, String, String, boolean) - Static method in class org.jdesktop.swingx.action.ActionFactory
 
createBoundAction(String, String, String, boolean, String) - Static method in class org.jdesktop.swingx.action.ActionFactory
 
createButton(Object, JComponent) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
Creates, configures and returns an AbstractButton.
createButton(Action, JComponent) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
Creates a button based on the attributes of the action.
createButton(Action) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
Creates a button based on the attributes of the action.
createCompositeAction(String, String, String) - Static method in class org.jdesktop.swingx.action.ActionFactory
Factory Methods for creating CompositeAction
createCompositeAction(String, String, String, boolean) - Static method in class org.jdesktop.swingx.action.ActionFactory
 
createCompositeAction(String, String, String, boolean, String) - Static method in class org.jdesktop.swingx.action.ActionFactory
 
createMenu(Object[]) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
Creates and returns a menu from a List which represents actions, separators and sub-menus.
createMenu(List<?>) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
Creates and returns a menu from a List which represents actions, separators and sub-menus.
createMenuBar(Object[]) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
Constructs a menu tree from a list of actions or lists of lists or actions.
createMenuBar(List<?>) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
Constructs a menu tree from a list of actions or lists of lists or actions.
createMenuItem(Action) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
Creates a menu item based on the attributes of the action.
createPopup(Object[]) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
Constructs a popup menu from an array of action ids.
createPopup(List<?>) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
Constructs a popup menu from a list of action ids.
createServerAction(String, String, String) - Static method in class org.jdesktop.swingx.action.ActionFactory
 
createTargetableAction(String, String) - Static method in class org.jdesktop.swingx.action.ActionFactory
These methods are usefull for creating targetable actions
createTargetableAction(String, String, String) - Static method in class org.jdesktop.swingx.action.ActionFactory
 
createTargetableAction(String, String, String, boolean) - Static method in class org.jdesktop.swingx.action.ActionFactory
 
createTargetableAction(String, String, String, boolean, String) - Static method in class org.jdesktop.swingx.action.ActionFactory
 
createToolBar(Object[]) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
Constructs a toolbar from an action-list id.
createToolBar(List<?>) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
Constructs a toolbar from an action-list id.

D

decorateAction(AbstractAction, String, String, Icon, Icon, KeyStroke) - Static method in class org.jdesktop.swingx.action.ActionFactory
Add additional attributes to the action.
dispose() - Method in class org.jdesktop.swingx.action.AbstractActionExt
Will perform cleanup on the object.
doCommand(Object, Object) - Method in interface org.jdesktop.swingx.action.Targetable
Perform the command using the object value.
doCommand(Object, Object) - Method in class org.jdesktop.swingx.action.TargetableSupport
 
doCommand(Object, Object) - Method in class org.jdesktop.swingx.action.TargetManager
Executes the command on the current targetable component.

G

getAccelerator() - Method in class org.jdesktop.swingx.action.AbstractActionExt
Returns the key stroke which represents an accelerator for the action.
getAction(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Retrieves the action corresponding to an action id.
getActionCommand() - Method in class org.jdesktop.swingx.action.AbstractActionExt
Returns the action command.
getActionIDs() - Method in class org.jdesktop.swingx.action.ActionManager
Returns the ids for all the managed actions.
getActionIDs() - Method in class org.jdesktop.swingx.action.CompositeAction
Returns a list of action ids which indicates that this is a composite action.
getActionListeners() - Method in class org.jdesktop.swingx.action.BoundAction
 
getActionManager() - Method in class org.jdesktop.swingx.action.ActionContainerFactory
Gets the ActionManager instance.
getBoundAction(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Convenience method for returning the BoundAction
getCommands() - Method in interface org.jdesktop.swingx.action.Targetable
Returns an array of supported commands.
getCommands() - Method in class org.jdesktop.swingx.action.TargetableSupport
 
getCompositeAction(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Convenience method for returning the CompositeAction
getGroup() - Method in class org.jdesktop.swingx.action.AbstractActionExt
 
getHeaderNames() - Method in class org.jdesktop.swingx.action.ServerAction
Return a set of parameter names or null if there are no params
getHeaderValue(String) - Method in class org.jdesktop.swingx.action.ServerAction
Return a header value corresponding to name or null if it doesn't exist.
getInstance() - Static method in class org.jdesktop.swingx.action.ActionManager
Return the instance of the ActionManger.
getInstance() - Static method in class org.jdesktop.swingx.action.TargetManager
Return the singleton instance.
getItemListeners() - Method in class org.jdesktop.swingx.action.BoundAction
 
getLargeIcon() - Method in class org.jdesktop.swingx.action.AbstractActionExt
Returns a large icon which represents the action.
getLongDescription() - Method in class org.jdesktop.swingx.action.AbstractActionExt
Returns a long description of the action.
getMnemonic() - Method in class org.jdesktop.swingx.action.AbstractActionExt
Return the mnemonic key code for the action.
getName() - Method in class org.jdesktop.swingx.action.AbstractActionExt
Returns the name of the action.
getParamNames() - Method in class org.jdesktop.swingx.action.ServerAction
Return a set of parameter names or null if there are no params
getParamValue(String) - Method in class org.jdesktop.swingx.action.ServerAction
Return a parameter value corresponding to name or null if it doesn't exist.
getServerAction(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Convenience method for returning the ServerAction
getShortDescription() - Method in class org.jdesktop.swingx.action.AbstractActionExt
Returns a short description of the action.
getSmallIcon() - Method in class org.jdesktop.swingx.action.AbstractActionExt
Returns a small icon which represents the action.
getTarget() - Method in class org.jdesktop.swingx.action.TargetManager
Return the current targetable component.
getTargetableAction(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Convenience method for returning the TargetableAction
getTargetManager() - Method in class org.jdesktop.swingx.action.TargetableAction
Returns the target manager instance which will be used for action dispatch.
getTargets() - Method in class org.jdesktop.swingx.action.TargetManager
Returns an array of managed targets that were added with the addTarget methods.
getURI() - Method in class org.jdesktop.swingx.action.OpenBrowserAction
Gets the current URI.
getURL() - Method in class org.jdesktop.swingx.action.ServerAction
 
GROUP - Static variable in class org.jdesktop.swingx.action.AbstractActionExt
The key for the button group

H

hasCommand(Object) - Method in interface org.jdesktop.swingx.action.Targetable
Return a flag that indicates if a command is supported.
hasCommand(Object) - Method in class org.jdesktop.swingx.action.TargetableSupport
 

I

IS_STATE - Static variable in class org.jdesktop.swingx.action.AbstractActionExt
The key for the flag which indicates that this is a state type.
isBoundAction(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Test to determine if the action is a BoundAction
isCompositeAction(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Test to determine if the action is a BoundAction
isEnabled(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Returns the enabled state of the Action.
isSelected() - Method in class org.jdesktop.swingx.action.AbstractActionExt
 
isSelected(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Gets the selected state of a toggle action.
isServerAction(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Test to determine if the action is a ServerAction
isStateAction() - Method in class org.jdesktop.swingx.action.AbstractActionExt
Indicates if this action has states.
isStateAction(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Determines if the Action corresponding to the action id is a state changed action (toggle, group type action).
isTargetableAction(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Test to determine if the action is a TargetableAction
itemStateChanged(ItemEvent) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Callback method as ItemListener.
itemStateChanged(ItemEvent) - Method in class org.jdesktop.swingx.action.BoundAction
Callback for toggle actions.
itemStateChanged(ItemEvent) - Method in class org.jdesktop.swingx.action.CompositeAction
Callback for toggle actions.
itemStateChanged(ItemEvent) - Method in class org.jdesktop.swingx.action.TargetableAction
Callback for toggle actions.

L

LARGE_ICON - Static variable in class org.jdesktop.swingx.action.AbstractActionExt
The key for the large icon

O

OpenBrowserAction - Class in org.jdesktop.swingx.action
An action for opening a URI in a browser.
OpenBrowserAction() - Constructor for class org.jdesktop.swingx.action.OpenBrowserAction
Creates a new instance of OpenBrowserAction
OpenBrowserAction(String) - Constructor for class org.jdesktop.swingx.action.OpenBrowserAction
Creates a new action for the specified URI.
OpenBrowserAction(URL) - Constructor for class org.jdesktop.swingx.action.OpenBrowserAction
Creates a new action for the specified URL.
OpenBrowserAction(URI) - Constructor for class org.jdesktop.swingx.action.OpenBrowserAction
Creates a new action for the specified URI.
org.jdesktop.swingx.action - package org.jdesktop.swingx.action
Contains classes related to the JDNC actions architecture.

R

registerCallback(Object, Object, String) - Method in class org.jdesktop.swingx.action.ActionManager
Convenience method to register a callback method on a BoundAction
registerCallback(Object, String) - Method in class org.jdesktop.swingx.action.BoundAction
Registers a callback method when the Action corresponding to the action id is invoked.
removeActionListener(ActionListener) - Method in class org.jdesktop.swingx.action.BoundAction
 
removeItemListener(ItemListener) - Method in class org.jdesktop.swingx.action.BoundAction
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.swingx.action.TargetManager
 
removeTarget(Targetable) - Method in class org.jdesktop.swingx.action.TargetManager
Remove the target from the list

S

ServerAction - Class in org.jdesktop.swingx.action
An action which will invoke an http POST operation.
ServerAction() - Constructor for class org.jdesktop.swingx.action.ServerAction
 
ServerAction(String) - Constructor for class org.jdesktop.swingx.action.ServerAction
 
ServerAction(String, String) - Constructor for class org.jdesktop.swingx.action.ServerAction
 
ServerAction(String, Icon) - Constructor for class org.jdesktop.swingx.action.ServerAction
 
ServerAction(String, String, Icon) - Constructor for class org.jdesktop.swingx.action.ServerAction
 
setAccelerator(KeyStroke) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the key stroke which represents an accelerator for the action.
setActionCommand(String) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the action command key.
setActionManager(ActionMap) - Method in class org.jdesktop.swingx.action.ActionContainerFactory
Sets the ActionManager instance that will be used by this ActionContainerFactory
setCallback(String) - Method in class org.jdesktop.swingx.action.BoundAction
The callback string will be called to register the action callback.
setEnabled(Object, boolean) - Method in class org.jdesktop.swingx.action.ActionManager
Enables or disables the state of the Action corresponding to the action id.
setGroup(Object) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the group identity of the state action.
setInstance(ActionManager) - Static method in class org.jdesktop.swingx.action.ActionManager
Sets the ActionManager instance.
setLargeIcon(Icon) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the large icon which represents the action.
setLongDescription(String) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the long description of the action.
setMnemonic(String) - Method in class org.jdesktop.swingx.action.AbstractActionExt
 
setMnemonic(int) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the mnemonic key code for the action.
setName(String) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the name of the action.
setSelected(boolean) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Changes the state of the action.
setSelected(Object, boolean) - Method in class org.jdesktop.swingx.action.ActionManager
Sets the selected state of a toggle action.
setShortDescription(String) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the short description of the action.
setSmallIcon(Icon) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Sets the small icon which represents the action.
setStateAction() - Method in class org.jdesktop.swingx.action.AbstractActionExt
Set the state property to true.
setStateAction(boolean) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Set the state property.
setTarget(Targetable) - Method in class org.jdesktop.swingx.action.TargetManager
Gets the current targetable component.
setTargetManager(TargetManager) - Method in class org.jdesktop.swingx.action.TargetableAction
Set target manager which will handle this command.
setURI(URI) - Method in class org.jdesktop.swingx.action.OpenBrowserAction
Sets the current URI.
setURL(String) - Method in class org.jdesktop.swingx.action.ServerAction
Set the url for the action.

T

Targetable - Interface in org.jdesktop.swingx.action
An interface which exposes the allowable actions to a TargetManager.
TargetableAction - Class in org.jdesktop.swingx.action
A class that represents a dynamically targetable action.
TargetableAction() - Constructor for class org.jdesktop.swingx.action.TargetableAction
 
TargetableAction(String) - Constructor for class org.jdesktop.swingx.action.TargetableAction
 
TargetableAction(String, String) - Constructor for class org.jdesktop.swingx.action.TargetableAction
 
TargetableAction(String, String, Icon) - Constructor for class org.jdesktop.swingx.action.TargetableAction
 
TargetableAction(String, Icon) - Constructor for class org.jdesktop.swingx.action.TargetableAction
 
TargetableSupport - Class in org.jdesktop.swingx.action
 
TargetableSupport(JComponent) - Constructor for class org.jdesktop.swingx.action.TargetableSupport
Creates a new instance of TargetableSupport
TargetManager - Class in org.jdesktop.swingx.action
The target manager dispatches commands to Targetable objects that it manages.
TargetManager() - Constructor for class org.jdesktop.swingx.action.TargetManager
Create a target manager.
toString() - Method in class org.jdesktop.swingx.action.AbstractActionExt
 
toString() - Method in class org.jdesktop.swingx.action.TargetableAction
 

A B C D G H I L O R S T

Copyright © 2012. All Rights Reserved.