Uses of Class
org.openstreetmap.josm.actions.mapmode.ParallelWayAction.Modifier
-
Packages that use ParallelWayAction.Modifier Package Description org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes
. -
-
Uses of ParallelWayAction.Modifier in org.openstreetmap.josm.actions.mapmode
Fields in org.openstreetmap.josm.actions.mapmode with type parameters of type ParallelWayAction.Modifier Modifier and Type Field Description private static CachingProperty<Map<ParallelWayAction.Modifier,Boolean>>
ParallelWayAction. ADD_TO_SELECTION_MODIFIER_COMBO
private static CachingProperty<Map<ParallelWayAction.Modifier,Boolean>>
ParallelWayAction. COPY_TAGS_MODIFIER_COMBO
private static CachingProperty<Map<ParallelWayAction.Modifier,Boolean>>
ParallelWayAction. SET_SELECTED_MODIFIER_COMBO
private static CachingProperty<Map<ParallelWayAction.Modifier,Boolean>>
ParallelWayAction. SNAP_MODIFIER_COMBO
private static CachingProperty<Map<ParallelWayAction.Modifier,Boolean>>
ParallelWayAction. TOGGLE_SELECTED_MODIFIER_COMBO
Methods in org.openstreetmap.josm.actions.mapmode that return ParallelWayAction.Modifier Modifier and Type Method Description static ParallelWayAction.Modifier
ParallelWayAction.Modifier. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParallelWayAction.Modifier[]
ParallelWayAction.Modifier. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.actions.mapmode that return types with arguments of type ParallelWayAction.Modifier Modifier and Type Method Description private static Map<ParallelWayAction.Modifier,Boolean>
ParallelWayAction.KeyboardModifiersProperty. createFromString(String string)
static Optional<ParallelWayAction.Modifier>
ParallelWayAction.Modifier. findWithShortCode(int charCode)
Find the modifier with the given short codeprotected Map<ParallelWayAction.Modifier,Boolean>
ParallelWayAction.KeyboardModifiersProperty. fromString(String string)
Method parameters in org.openstreetmap.josm.actions.mapmode with type arguments of type ParallelWayAction.Modifier Modifier and Type Method Description private boolean
ParallelWayAction. matchesCurrentModifiers(Map<ParallelWayAction.Modifier,Boolean> spec)
private boolean
ParallelWayAction. matchesCurrentModifiers(CachingProperty<Map<ParallelWayAction.Modifier,Boolean>> spec)
protected String
ParallelWayAction.KeyboardModifiersProperty. toString(Map<ParallelWayAction.Modifier,Boolean> t)
Constructor parameters in org.openstreetmap.josm.actions.mapmode with type arguments of type ParallelWayAction.Modifier Constructor Description KeyboardModifiersProperty(String key, Map<ParallelWayAction.Modifier,Boolean> defaultValue)
-