Package | Description |
---|---|
org.jdesktop.application |
Modifier and Type | Method and Description |
---|---|
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(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 and Description |
---|
ApplicationAction(ApplicationActionMap appAM,
ResourceMap resourceMap,
String baseName,
Method actionMethod,
String enabledProperty,
String selectedProperty,
Task.BlockingScope block)
Construct an ApplicationAction that implements an @Action.
|
Task.InputBlocker(Task task,
Task.BlockingScope scope,
Object target)
Construct an InputBlocker.
|
Task.InputBlocker(Task task,
Task.BlockingScope scope,
Object target,
ApplicationAction action)
Construct an InputBlocker with four immutable properties.
|
Copyright © 2009–2016. All rights reserved.