Uses of Class
org.apache.pivot.wtk.Action
- 
Packages that use Action Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins.
- 
- 
Uses of Action in org.apache.pivot.wtkMethods in org.apache.pivot.wtk that return Action Modifier and Type Method Description static <E extends java.lang.Enum<E>>
 ActionAction. addNamedAction(E actionName, Action action)Add this action to the named action dictionary.static ActionAction. addNamedAction(java.lang.String actionName, Action action)Add this action to the named action dictionary.ActionAction.NamedActionDictionary. get(java.lang.String actionName)ActionButton. getAction()Returns the action associated with this button.ActionWindow.ActionMapping. getAction()static <E extends java.lang.Enum<E>>
 ActionAction. getNamedAction(E actionName)Get the named action from the dictionary.static ActionAction. getNamedAction(java.lang.String actionName)Get the named action from the dictionary.ActionAction.NamedActionDictionary. put(java.lang.String actionName, Action action)ActionAction.NamedActionDictionary. remove(java.lang.String actionName)Methods in org.apache.pivot.wtk with parameters of type Action Modifier and Type Method Description default voidButtonListener. actionChanged(Button button, Action previousAction)Called when a button's action has changed.voidButtonListener.Adapter. actionChanged(Button button, Action previousAction)Deprecated.voidButtonListener.Listeners. actionChanged(Button button, Action previousAction)voidWindowActionMappingListener. actionChanged(Window.ActionMapping actionMapping, Action previousAction)Called when an action mapping's action has changed.voidWindowActionMappingListener.Listeners. actionChanged(Window.ActionMapping actionMapping, Action previousAction)default voidActionClassListener. actionRemoved(java.lang.String id, Action action)Called when an action has been removed from the named action dictionary.voidActionClassListener.Adapter. actionRemoved(java.lang.String id, Action action)Deprecated.voidActionClassListener.Listeners. actionRemoved(java.lang.String id, Action action)default voidActionClassListener. actionUpdated(java.lang.String id, Action previousAction)Called when an action has been updated in the named action dictionary.voidActionClassListener.Adapter. actionUpdated(java.lang.String id, Action previousAction)Deprecated.voidActionClassListener.Listeners. actionUpdated(java.lang.String id, Action previousAction)static <E extends java.lang.Enum<E>>
 ActionAction. addNamedAction(E actionName, Action action)Add this action to the named action dictionary.static ActionAction. addNamedAction(java.lang.String actionName, Action action)Add this action to the named action dictionary.voidActionListener. enabledChanged(Action action)Called when an action's enabled state has changed.voidActionListener.Listeners. enabledChanged(Action action)ActionAction.NamedActionDictionary. put(java.lang.String actionName, Action action)voidButton. setAction(Action action)Sets this button's action.voidWindow.ActionMapping. setAction(Action action)Constructors in org.apache.pivot.wtk with parameters of type Action Constructor Description ActionMapping(Keyboard.KeyStroke keyStroke, Action action)Callback(Action actionToPerform, Component actionSource)Construct a callback to perform the action on the GUI (EDT) thread.
- 
Uses of Action in org.apache.pivot.wtk.skinMethods in org.apache.pivot.wtk.skin with parameters of type Action Modifier and Type Method Description voidButtonSkin. actionChanged(Button button, Action previousAction)
 
-