| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UICSimpleAction.Arguments | |
|---|---|
| uic.action | Actions to connect widgets with each other; or with your logic. | 
| uic.model | Provides model classes for Swing GUIs. | 
| Uses of UICSimpleAction.Arguments in uic.action | 
|---|
| Methods in uic.action with parameters of type UICSimpleAction.Arguments | |
|---|---|
 void | 
SwingAction.setUIUpdateCommand(Object object,
                   String targetMethod,
                   UICSimpleAction.Arguments arguments)
Set an additional target for this action which will be in the AWT Thread.  | 
| Constructors in uic.action with parameters of type UICSimpleAction.Arguments | |
|---|---|
AbstractButtonAction(Object targetObject,
                     String targetMethod,
                     UICSimpleAction.Arguments arguments)
Create a new AbstractButtonAction.  | 
|
ComponentEscapeAction(Object targetObject,
                      String targetMethod,
                      UICSimpleAction.Arguments arguments)
Create a new ComponentEscapeAction.  | 
|
ComponentFocusGainedAction(Object targetObject,
                           String targetMethod,
                           UICSimpleAction.Arguments arguments)
Create a new ComponentFocusGainedAction.  | 
|
ComponentFocusLostAction(Object targetObject,
                         String targetMethod,
                         UICSimpleAction.Arguments arguments)
Create a new ComponentFocusLostAction.  | 
|
ComponentKeyboardAction(Object targetObject,
                        String targetMethod,
                        UICSimpleAction.Arguments arguments,
                        int types)
Create a new ComponentKeyboardAction.  | 
|
ComponentMouseClickedAction(Object targetObject,
                            String targetMethod,
                            UICSimpleAction.Arguments arguments)
Create a new ListSelectionAction.  | 
|
ComponentResizedAction(Object targetObject,
                       String targetMethod,
                       UICSimpleAction.Arguments arguments)
Create a new ComponentResizedAction.  | 
|
ComponentShownAction(Object targetObject,
                     String targetMethod,
                     UICSimpleAction.Arguments arguments)
Create a new ComponentShownAction.  | 
|
DocumentChangedAction(Object targetObject,
                      String targetMethod,
                      UICSimpleAction.Arguments arguments)
Create a new DocumentChangedAction.  | 
|
ItemSelectableAction(Object targetObject,
                     String targetMethod,
                     UICSimpleAction.Arguments arguments)
Create a new ItemSelectableAction.  | 
|
JCheckBoxMenuItemAction(Object targetObject,
                        String targetMethod,
                        UICSimpleAction.Arguments arguments)
Create a new JCheckBoxMenuItemAction.  | 
|
JRadioButtonMenuItemAction(Object targetObject,
                           String targetMethod,
                           UICSimpleAction.Arguments arguments)
Create a new JRadioButtonMenuItemAction.  | 
|
JSpinnerChangeAction(Object targetObject,
                     String targetMethod,
                     UICSimpleAction.Arguments arguments)
Create a new JSpinnerChangeAction.  | 
|
JTextComponentEnterAction(Object targetObject,
                          String targetMethod,
                          UICSimpleAction.Arguments arguments)
Create a new JTextComponentEnterAction.  | 
|
JTreeDoubleClickAction(Object targetObject,
                       String targetMethod,
                       UICSimpleAction.Arguments arguments)
Create a new JTreeDoubleClickAction.  | 
|
ListDeselectionAction(Object targetObject,
                      String targetMethod,
                      UICSimpleAction.Arguments arguments)
Create a new ListDeselectionAction.  | 
|
ListDoubleClickAction(Object targetObject,
                      String targetMethod,
                      UICSimpleAction.Arguments arguments)
Create a new ListDoubleClickAction.  | 
|
ListSelectionAction(Object targetObject,
                    String targetMethod,
                    UICSimpleAction.Arguments arguments)
Create a new ListSelectionAction.  | 
|
PropertyChangedAction(Object targetObject,
                      String targetMethod,
                      UICSimpleAction.Arguments arguments)
Create a new PropertyChangedAction.  | 
|
SwingAction(Object targetObject,
            String targetMethod,
            UICSimpleAction.Arguments args)
 | 
|
WindowRepresenterToolBarAddedAction(Object targetObject,
                                    String targetMethod,
                                    UICSimpleAction.Arguments arguments)
Create a new WindowRepresenterToolBarAddedAction.  | 
|
WindowRepresenterToolBarRemovedAction(Object targetObject,
                                      String targetMethod,
                                      UICSimpleAction.Arguments arguments)
Create a new WindowRepresenterToolBarRemovedAction.  | 
|
| Uses of UICSimpleAction.Arguments in uic.model | 
|---|
| Methods in uic.model that return UICSimpleAction.Arguments | |
|---|---|
 UICSimpleAction.Arguments | 
UICSimpleAction.Arguments.addArgument(String argumentType)
Adds an argument by named-type; the source action should define these names.  | 
 UICSimpleAction.Arguments | 
UICSimpleAction.Arguments.addNotArgument(String argumentType)
Adds an boolean argument that will be inverted before passed on.  | 
 UICSimpleAction.Arguments | 
UICSimpleAction.Arguments.addStaticArgument(boolean value)
Adds an argument by its value; this exact value will always be used.  | 
 UICSimpleAction.Arguments | 
UICSimpleAction.Arguments.addStaticArgument(byte value)
Adds an argument by its value; this exact value will always be used.  | 
 UICSimpleAction.Arguments | 
UICSimpleAction.Arguments.addStaticArgument(char value)
Adds an argument by its value; this exact value will always be used.  | 
 UICSimpleAction.Arguments | 
UICSimpleAction.Arguments.addStaticArgument(double value)
Adds an argument by its value; this exact value will always be used.  | 
 UICSimpleAction.Arguments | 
UICSimpleAction.Arguments.addStaticArgument(float value)
Adds an argument by its value; this exact value will always be used.  | 
 UICSimpleAction.Arguments | 
UICSimpleAction.Arguments.addStaticArgument(int value)
Adds an argument by its value; this exact value will always be used.  | 
 UICSimpleAction.Arguments | 
UICSimpleAction.Arguments.addStaticArgument(long value)
Adds an argument by its value; this exact value will always be used.  | 
 UICSimpleAction.Arguments | 
UICSimpleAction.Arguments.addStaticArgument(Object value)
Adds an argument by its value; this exact value will always be used.  | 
 UICSimpleAction.Arguments | 
UICSimpleAction.Arguments.addStaticArgument(short value)
Adds an argument by its value; this exact value will always be used.  | 
static UICSimpleAction.Arguments | 
UICSimpleAction.createArguments()
 | 
| Methods in uic.model with parameters of type UICSimpleAction.Arguments | |
|---|---|
 void | 
UICSimpleAction.setTarget(Object object,
          String targetMethod,
          UICSimpleAction.Arguments arguments)
The target method that is to be called when the action is fired.  | 
 void | 
UICAction.setUIUpdateCommand(Object object,
                   String targetMethod,
                   UICSimpleAction.Arguments arguments)
Set an additional target for this action which will be in the AWT Thread.  | 
| Constructors in uic.model with parameters of type UICSimpleAction.Arguments | |
|---|---|
UICSimpleAction(Object targetObject,
                String targetMethod,
                UICSimpleAction.Arguments args)
Constructor with automatic setTarget.  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||