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