Package | Description |
---|---|
org.jdesktop.application |
Modifier and Type | Method | Description |
---|---|---|
Task.BlockingScope |
block() |
|
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.
|
Constructor | Description |
---|---|
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.
|
InputBlocker(Task task,
Task.BlockingScope scope,
java.lang.Object target) |
Construct an InputBlocker.
|
InputBlocker(Task task,
Task.BlockingScope scope,
java.lang.Object target,
ApplicationAction action) |
Construct an InputBlocker with four immutable properties.
|