|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.DirectMultiThreadingPolicy
This policy will execute the action in a new thread. |
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.setExecutionPolicy(UICSimpleAction.ExecutePolicy policy)
Set a new policy for this action. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |