Uses of Class
org.openstreetmap.josm.gui.util.MultikeyActionsHandler.MyAction
-
Packages that use MultikeyActionsHandler.MyAction Package Description org.openstreetmap.josm.gui.util Provides GUI utility classes. -
-
Uses of MultikeyActionsHandler.MyAction in org.openstreetmap.josm.gui.util
Fields in org.openstreetmap.josm.gui.util declared as MultikeyActionsHandler.MyAction Modifier and Type Field Description private MultikeyActionsHandler.MyAction
MultikeyActionsHandler.ShowLayersPopupWorker. action
private MultikeyActionsHandler.MyAction
MultikeyActionsHandler. lastAction
private MultikeyActionsHandler.MyAction
MultikeyActionsHandler.MyTimerTask. lastAction
Fields in org.openstreetmap.josm.gui.util with type parameters of type MultikeyActionsHandler.MyAction Modifier and Type Field Description private Map<MultikeyShortcutAction,MultikeyActionsHandler.MyAction>
MultikeyActionsHandler. myActions
Constructors in org.openstreetmap.josm.gui.util with parameters of type MultikeyActionsHandler.MyAction Constructor Description MyTimerTask(long lastTimestamp, MultikeyActionsHandler.MyAction lastAction)
ShowLayersPopupWorker(MultikeyActionsHandler.MyAction action)
-