Uses of Class
uic.model.UICSimpleAction

Packages that use UICSimpleAction
uic.model Provides model classes for Swing GUIs. 
 

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 UICToggleAction
          An toggle action to add the concept of 'selected'.
 

Methods in uic.model that return UICSimpleAction
 UICSimpleAction WorkerThread.Job.getAction()
           
 

Methods in uic.model with parameters of type UICSimpleAction
static void WorkerThread.addJob(UICSimpleAction action, Object source, boolean enable)
          add a job to the queue to be executed at a undefined date in the future.
static void WorkerThread.addJob(UICSimpleAction action, Object source)
          add a job to the queue to be executed at a undefined date in the future.
 void UICSimpleAction.ExecutePolicy.schedule(UICSimpleAction action, Object eventSource)
          schedule an action according to policy.
 void UICSimpleAction.QueuedPolicy.schedule(UICSimpleAction action, Object eventSource)
           
 void UICSimpleAction.SimpleQueuedPolicy.schedule(UICSimpleAction action, Object eventSource)
           
 void UICSimpleAction.DirectPolicy.schedule(UICSimpleAction action, Object eventSource)
           
 void UICSimpleAction.OnlyLastPolicy.schedule(UICSimpleAction action, Object eventSource)
           
 



Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence