Uses of Class
org.jdesktop.application.ApplicationAction
-
Packages that use ApplicationAction Package Description org.jdesktop.application -
-
Uses of ApplicationAction in org.jdesktop.application
Methods in org.jdesktop.application that return ApplicationAction Modifier and Type Method Description ApplicationActionTask.InputBlocker. getAction()The ApplicationAction (@Action) that caused the task to be executed.Methods in org.jdesktop.application that return types with arguments of type ApplicationAction Modifier and Type Method Description java.util.List<ApplicationAction>ApplicationActionMap. getProxyActions()All of the@ProxyActionsrecursively defined by thisApplicationActionMapand its parent ancestors.Constructors in org.jdesktop.application with parameters of type ApplicationAction Constructor Description InputBlocker(Task task, Task.BlockingScope scope, java.lang.Object target, ApplicationAction action)Construct an InputBlocker with four immutable properties.
-