Uses of Class
org.jdesktop.application.ApplicationAction
Packages that use ApplicationAction
-
Uses of ApplicationAction in org.jdesktop.application
Methods in org.jdesktop.application that return ApplicationActionModifier and TypeMethodDescriptionfinal ApplicationAction
Task.InputBlocker.getAction()
The ApplicationAction (@Action
) that caused the task to be executed.Methods in org.jdesktop.application that return types with arguments of type ApplicationActionModifier and TypeMethodDescriptionApplicationActionMap.getProxyActions()
All of the@ProxyActions
recursively defined by thisApplicationActionMap
and its parent ancestors.Constructors in org.jdesktop.application with parameters of type ApplicationActionModifierConstructorDescriptionInputBlocker
(Task task, Task.BlockingScope scope, Object target, ApplicationAction action) Construct an InputBlocker with four immutable properties.