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.ActionMappingWindow.ActionMappingSequence. get(int index)Window.ActionMappingWindow.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 voidWindowActionMappingListener. actionChanged(Window.ActionMapping actionMapping, Action previousAction)Called when an action mapping's action has changed.voidWindowActionMappingListener.Listeners. actionChanged(Window.ActionMapping actionMapping, Action previousAction)intWindow.ActionMappingSequence. add(Window.ActionMapping actionMapping)intWindow.ActionMappingSequence. indexOf(Window.ActionMapping actionMapping)voidWindow.ActionMappingSequence. insert(Window.ActionMapping actionMapping, int index)voidWindowActionMappingListener. keyStrokeChanged(Window.ActionMapping actionMapping, Keyboard.KeyStroke previousKeyStroke)Called when an action mapping's keystroke has changed.voidWindowActionMappingListener.Listeners. keyStrokeChanged(Window.ActionMapping actionMapping, Keyboard.KeyStroke previousKeyStroke)intWindow.ActionMappingSequence. remove(Window.ActionMapping actionMapping)Window.ActionMappingWindow.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 voidWindowActionMappingListener. actionMappingsRemoved(Window window, int index, Sequence<Window.ActionMapping> removed)Called when action mappings have been removed from a window.voidWindowActionMappingListener.Listeners. actionMappingsRemoved(Window window, int index, Sequence<Window.ActionMapping> removed)
-