| Package | Description |
|---|---|
| org.jdesktop.application |
| Modifier and Type | Method | Description |
|---|---|---|
ApplicationAction |
Task.InputBlocker.getAction() |
The ApplicationAction (
@Action) that caused
the task to be executed. |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ApplicationAction> |
ApplicationActionMap.getProxyActions() |
All of the
@ProxyActions recursively defined by this
ApplicationActionMap and its parent ancestors. |
| Constructor | Description |
|---|---|
InputBlocker(Task task,
Task.BlockingScope scope,
java.lang.Object target,
ApplicationAction action) |
Construct an InputBlocker with four immutable properties.
|