Uses of Interface
uic.model.UICSimpleAction.ExecutePolicy

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

Uses of UICSimpleAction.ExecutePolicy in uic.model
 

Classes in uic.model that implement UICSimpleAction.ExecutePolicy
static class UICSimpleAction.DirectPolicy
          This policy will execute the action in the calling thread.
static class UICSimpleAction.OnlyLastPolicy
          This policy will enqueue the action; but will remove others that would call the same target method.
static class UICSimpleAction.QueuedPolicy
          This policy will queue each action to be executed serially, while disabling the action when running.
static class UICSimpleAction.SimpleQueuedPolicy
          This policy will queue each action to be executed serially.
 

Fields in uic.model declared as UICSimpleAction.ExecutePolicy
protected  UICSimpleAction.ExecutePolicy UICSimpleAction.currentPolicy
           
 

Methods in uic.model with parameters of type UICSimpleAction.ExecutePolicy
 void UICSimpleAction.setExecutionPolity(UICSimpleAction.ExecutePolicy policy)
          Set a new policy for this action.
 



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