Uses of Class
org.apache.pivot.wtk.Window.ActionMapping
-
Packages that use Window.ActionMapping Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. -
-
Uses of Window.ActionMapping in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return Window.ActionMapping Modifier and Type Method Description Window.ActionMapping
Window.ActionMappingSequence. get(int index)
Window.ActionMapping
Window.ActionMappingSequence. update(int index, Window.ActionMapping actionMapping)
Methods in org.apache.pivot.wtk that return types with arguments of type Window.ActionMapping Modifier and Type Method Description Sequence<Window.ActionMapping>
Window.ActionMappingSequence. remove(int index, int count)
Methods in org.apache.pivot.wtk with parameters of type Window.ActionMapping Modifier and Type Method Description void
WindowActionMappingListener. actionChanged(Window.ActionMapping actionMapping, Action previousAction)
Called when an action mapping's action has changed.void
WindowActionMappingListener.Listeners. actionChanged(Window.ActionMapping actionMapping, Action previousAction)
int
Window.ActionMappingSequence. add(Window.ActionMapping actionMapping)
int
Window.ActionMappingSequence. indexOf(Window.ActionMapping actionMapping)
void
Window.ActionMappingSequence. insert(Window.ActionMapping actionMapping, int index)
void
WindowActionMappingListener. keyStrokeChanged(Window.ActionMapping actionMapping, Keyboard.KeyStroke previousKeyStroke)
Called when an action mapping's keystroke has changed.void
WindowActionMappingListener.Listeners. keyStrokeChanged(Window.ActionMapping actionMapping, Keyboard.KeyStroke previousKeyStroke)
int
Window.ActionMappingSequence. remove(Window.ActionMapping actionMapping)
Window.ActionMapping
Window.ActionMappingSequence. update(int index, Window.ActionMapping actionMapping)
Method parameters in org.apache.pivot.wtk with type arguments of type Window.ActionMapping Modifier and Type Method Description void
WindowActionMappingListener. actionMappingsRemoved(Window window, int index, Sequence<Window.ActionMapping> removed)
Called when action mappings have been removed from a window.void
WindowActionMappingListener.Listeners. actionMappingsRemoved(Window window, int index, Sequence<Window.ActionMapping> removed)
-