Package | Description |
---|---|
org.openstreetmap.josm.actions.mapmode |
Provides the classes for JOSM
map modes . |
Modifier and Type | Field and Description |
---|---|
private static CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>> |
ParallelWayAction.ADD_TO_SELECTION_MODIFIER_COMBO |
private static CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>> |
ParallelWayAction.COPY_TAGS_MODIFIER_COMBO |
private static CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>> |
ParallelWayAction.SET_SELECTED_MODIFIER_COMBO |
private static CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>> |
ParallelWayAction.SNAP_MODIFIER_COMBO |
private static CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>> |
ParallelWayAction.TOGGLE_SELECTED_MODIFIER_COMBO |
Modifier and Type | Method and Description |
---|---|
static ParallelWayAction.Modifier |
ParallelWayAction.Modifier.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean> |
ParallelWayAction.KeyboardModifiersProperty.createFromString(java.lang.String string) |
static java.util.Optional<ParallelWayAction.Modifier> |
ParallelWayAction.Modifier.findWithShortCode(int charCode)
Find the modifier with the given short code
|
protected java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean> |
ParallelWayAction.KeyboardModifiersProperty.fromString(java.lang.String string) |
Modifier and Type | Method and Description |
---|---|
private boolean |
ParallelWayAction.matchesCurrentModifiers(CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>> spec) |
private boolean |
ParallelWayAction.matchesCurrentModifiers(java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean> spec) |
protected java.lang.String |
ParallelWayAction.KeyboardModifiersProperty.toString(java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean> t) |
Constructor and Description |
---|
KeyboardModifiersProperty(java.lang.String key,
java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean> defaultValue) |