| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UICSimpleAction | |
|---|---|
| uic.action | Actions to connect widgets with each other; or with your logic. | 
| uic.model | Provides model classes for Swing GUIs. | 
| Uses of UICSimpleAction in uic.action | 
|---|
| Subclasses of UICSimpleAction in uic.action | |
|---|---|
 class | 
AbstractButtonAction
When your users click on any object extending an AbstractButton (JButton, JCheckBox, etc) a method of your choosing will be invoked.  | 
 class | 
ComponentEscapeAction
An event to respond to <escape> released in JTextComponents.  | 
 class | 
ComponentFocusGainedAction
An event to respond to focusGained signals.  | 
 class | 
ComponentFocusLostAction
An event to respond to focusLost signals.  | 
 class | 
ComponentKeyboardAction
An event to respond to <escape> released in JTextComponents.  | 
 class | 
ComponentMouseClickedAction
When your users clicks on a component added to this action the target method will be invoked.  | 
 class | 
ComponentResizedAction
An event to respond to a widget being shown on screen.  | 
 class | 
ComponentShownAction
An event to respond to a widget being shown on screen.  | 
 class | 
DocumentChangedAction
An event to respond to document change signals.  | 
 class | 
ItemSelectableAction
When your users select an item from an ItemSelectable object a method of your choosing will be invoked.  | 
 class | 
JCheckBoxMenuItemAction
An event to respond to changes in JCheckBoxMenuItem.  | 
 class | 
JRadioButtonMenuItemAction
An event to respond to changes in JRadioButtonMenuItem.  | 
 class | 
JSpinnerChangeAction
An event to respond to changes in the JSpinner.  | 
 class | 
JTextComponentEnterAction
An event to respond to <enter> released in JTextComponents.  | 
 class | 
JTreeDoubleClickAction
When your users double click an item in a tree, a method of your choosing will be invoked.  | 
 class | 
ListDeselectionAction
Notify you if the user deselects the last entry in a list or table.  | 
 class | 
ListDoubleClickAction
When your users double click an item from a list/table a method of your choosing will be invoked.  | 
 class | 
ListSelectionAction
When your users select an item from a List or JTable component a method of your choosing will be invoked.  | 
 class | 
PropertyChangedAction
An event to respond to firePropertyChange signals.  | 
 class | 
SwingAction
 | 
 class | 
WindowRepresenterToolBarAddedAction
An event to respond to ToolBar events.  | 
 class | 
WindowRepresenterToolBarRemovedAction
An event to respond to ToolBar events.  | 
| Fields in uic.action declared as UICSimpleAction | |
|---|---|
protected  UICSimpleAction | 
SwingAction.updateUICommmand
 | 
| Uses of UICSimpleAction in uic.model | 
|---|
| Subclasses of UICSimpleAction in uic.model | |
|---|---|
 class | 
UICAction
This action class contains all the information to provide high quality widgets and an action.  | 
 class | 
UICRadioAction
An RadioButton action to add the concept of buttongroups to the ActionFactory used actions.  | 
 class | 
UICToggleAction
An toggle action to add the concept of 'selected' to the ActionFactory used actions.  | 
| Fields in uic.model declared as UICSimpleAction | |
|---|---|
protected  UICSimpleAction | 
UICAction.updateUICommmand
 | 
| Methods in uic.model that return UICSimpleAction | |
|---|---|
 UICSimpleAction | 
WorkerThread.Job.getAction()
 | 
| Methods in uic.model with parameters of type UICSimpleAction | |
|---|---|
static WorkerThread.Job | 
WorkerThread.addJob(UICSimpleAction action)
 | 
static WorkerThread.Job | 
WorkerThread.addJob(UICSimpleAction action,
       Object[] arguments,
       Object source)
add a job to the queue to be executed at a undefined date in the future.  | 
static WorkerThread.Job | 
WorkerThread.addJob(UICSimpleAction action,
       Object[] arguments,
       Object source,
       boolean enable)
add a job to the queue to be executed at a undefined date in the future.  | 
protected  Object[] | 
UICSimpleAction.Arguments.getArgumentsArray(UICSimpleAction action,
                  EventObject event,
                  int length)
When a certain event happened; build an Object[] which will be passed to the target method.  | 
 void | 
UICSimpleAction.ExecutePolicy.schedule(UICSimpleAction action,
         Object[] arguments,
         Object eventSource)
schedule an action according to policy.  | 
 void | 
UICSimpleAction.QueuedPolicy.schedule(UICSimpleAction action,
         Object[] arguments,
         Object eventSource)
 | 
 void | 
UICSimpleAction.SimpleQueuedPolicy.schedule(UICSimpleAction action,
         Object[] arguments,
         Object eventSource)
 | 
 void | 
UICSimpleAction.DirectPolicy.schedule(UICSimpleAction action,
         Object[] arguments,
         Object eventSource)
 | 
 void | 
UICSimpleAction.DirectMultiThreadingPolicy.schedule(UICSimpleAction action,
         Object[] arguments,
         Object eventSource)
 | 
 void | 
UICSimpleAction.OnlyLastPolicy.schedule(UICSimpleAction action,
         Object[] arguments,
         Object eventSource)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||