|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Task.BlockingScope | |
---|---|
org.jdesktop.application |
Uses of Task.BlockingScope in org.jdesktop.application |
---|
Methods in org.jdesktop.application that return Task.BlockingScope | |
---|---|
Task.BlockingScope |
Task.InputBlocker.getScope()
Defines the extent to which the GUI is blocked while the task is being executed. |
static Task.BlockingScope |
Task.BlockingScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Task.BlockingScope[] |
Task.BlockingScope.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.jdesktop.application with parameters of type Task.BlockingScope | |
---|---|
ApplicationAction(ApplicationActionMap appAM,
ResourceMap resourceMap,
java.lang.String baseName,
java.lang.reflect.Method actionMethod,
java.lang.String enabledProperty,
java.lang.String selectedProperty,
Task.BlockingScope block)
Construct an ApplicationAction that implements an @Action. |
|
Task.InputBlocker(Task task,
Task.BlockingScope scope,
java.lang.Object target)
Construct an InputBlocker. |
|
Task.InputBlocker(Task task,
Task.BlockingScope scope,
java.lang.Object target,
ApplicationAction action)
Construct an InputBlocker with four immutable properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |