Uses of Class
org.openstreetmap.josm.data.preferences.CachingProperty
-
Packages that use CachingProperty Package Description org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map.org.openstreetmap.josm.data.preferences Provides the classes for storing JOSM user preferences.org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests.org.openstreetmap.josm.gui.dialogs.properties Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of CachingProperty in org.openstreetmap.josm.actions.mapmode
Fields in org.openstreetmap.josm.actions.mapmode declared as CachingProperty Modifier and Type Field Description private static CachingProperty<java.awt.BasicStroke>ImproveWayAccuracyAction. ADD_NODE_STROKEprivate static CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>>ParallelWayAction. ADD_TO_SELECTION_MODIFIER_COMBOprivate static CachingProperty<java.lang.Boolean>ParallelWayAction. COPY_TAGS_DEFAULTprivate static CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>>ParallelWayAction. COPY_TAGS_MODIFIER_COMBOprivate static CachingProperty<java.awt.BasicStroke>ImproveWayAccuracyAction. DELETE_NODE_STROKEprivate static CachingProperty<java.lang.Integer>ImproveWayAccuracyAction. DOT_SIZE(package private) static CachingProperty<java.lang.Boolean>DrawAction. DRAW_CONSTRUCTION_GEOMETRY(package private) static CachingProperty<java.lang.Boolean>DrawAction. DRAW_HELPER_LINE(package private) static CachingProperty<java.lang.Boolean>DrawAction. DRAW_TARGET_HIGHLIGHTprivate static CachingProperty<java.awt.BasicStroke>ParallelWayAction. HELPER_LINE_STROKE(package private) static CachingProperty<java.awt.BasicStroke>DrawAction. HELPER_STROKE(package private) static CachingProperty<java.awt.Color>DrawAction. HIGHLIGHT_COLOR(package private) static CachingProperty<java.awt.BasicStroke>DrawAction. HIGHLIGHT_STROKE(package private) static CachingProperty<java.lang.Boolean>SplitMode. IGNORE_DISABLED_WAYSDon't consider disabled waysprivate static CachingProperty<java.lang.Integer>ParallelWayAction. INITIAL_MOVE_DELAYprivate static CachingProperty<java.awt.Color>ParallelWayAction. MAIN_COLORprivate static CachingProperty<java.lang.Boolean>SelectAction. MERGE_BY_DEFAULTWhether nodes should be merged with other primitives by default when they are being draggedprivate static CachingProperty<java.awt.BasicStroke>ImproveWayAccuracyAction. MOVE_NODE_INTERSECTING_STROKEprivate static CachingProperty<java.awt.BasicStroke>ImproveWayAccuracyAction. MOVE_NODE_STROKE(package private) static CachingProperty<java.lang.Boolean>SplitMode. PREFER_SELECTED_WAYSPrioritized selected ways over others when splittingprivate static CachingProperty<java.awt.BasicStroke>ParallelWayAction. REF_LINE_STROKE(package private) static CachingProperty<java.awt.BasicStroke>DrawAction. RUBBER_LINE_STROKEprivate static CachingProperty<java.awt.BasicStroke>ImproveWayAccuracyAction. SELECT_TARGET_WAY_STROKEprivate static CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>>ParallelWayAction. SET_SELECTED_MODIFIER_COMBO(package private) static CachingProperty<java.lang.Boolean>DrawAction. SHOW_ANGLE(package private) static CachingProperty<java.lang.Boolean>DrawAction. SHOW_PROJECTED_POINT(package private) static CachingProperty<java.lang.Double>DrawAction. SNAP_ANGLE_TOLERANCEprivate static CachingProperty<java.lang.Boolean>ParallelWayAction. SNAP_DEFAULTprivate static CachingProperty<java.lang.Double>ParallelWayAction. SNAP_DISTANCE_CHINESEprivate static CachingProperty<java.lang.Double>ParallelWayAction. SNAP_DISTANCE_IMPERIALprivate static CachingProperty<java.lang.Double>ParallelWayAction. SNAP_DISTANCE_METRICprivate static CachingProperty<java.lang.Double>ParallelWayAction. SNAP_DISTANCE_NAUTICAL(package private) static CachingProperty<java.awt.Color>DrawAction. SNAP_HELPER_COLORprivate static CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>>ParallelWayAction. SNAP_MODIFIER_COMBOprivate static CachingProperty<java.lang.Double>ParallelWayAction. SNAP_THRESHOLD(package private) static CachingProperty<java.lang.Double>DrawAction. SNAP_TO_INTERSECTION_THRESHOLD(package private) static CachingProperty<java.lang.Boolean>DrawAction. SNAP_TO_PROJECTIONSprivate static CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>>ParallelWayAction. TOGGLE_SELECTED_MODIFIER_COMBO(package private) static CachingProperty<java.lang.Boolean>DrawAction. USE_REPEATED_SHORTCUTstatic CachingProperty<java.lang.Boolean>DrawAction. VIEWPORT_FOLLOWINGIf this property is set, the draw action moves the viewport when adding new points.Methods in org.openstreetmap.josm.actions.mapmode with parameters of type CachingProperty Modifier and Type Method Description private booleanParallelWayAction. matchesCurrentModifiers(CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>> spec) -
Uses of CachingProperty in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm declared as CachingProperty Modifier and Type Field Description private static CachingProperty<java.lang.Boolean>DefaultNameFormatter. PROPERTY_LOCALIZE_NAMEprivate static CachingProperty<java.lang.Boolean>DefaultNameFormatter. PROPERTY_SHOW_COORprivate static CachingProperty<java.lang.Boolean>DefaultNameFormatter. PROPERTY_SHOW_IDprivate static CachingProperty<java.lang.Boolean>DefaultNameFormatter. PROPERTY_SHOW_ID_NEW_PRIMITIVESprivate static CachingProperty<java.lang.Boolean>DefaultNameFormatter. PROPERTY_SHOW_VERSION -
Uses of CachingProperty in org.openstreetmap.josm.data.osm.visitor.paint
Fields in org.openstreetmap.josm.data.osm.visitor.paint declared as CachingProperty Modifier and Type Field Description private CachingProperty<java.awt.Color>PaintColors. property -
Uses of CachingProperty in org.openstreetmap.josm.data.preferences
Methods in org.openstreetmap.josm.data.preferences that return CachingProperty Modifier and Type Method Description CachingProperty<T>AbstractProperty. cached()Creates a newCachingPropertyinstance for this property.CachingProperty<T>AbstractToStringProperty.ChildProperty. cached() -
Uses of CachingProperty in org.openstreetmap.josm.data.validation.tests
Fields in org.openstreetmap.josm.data.validation.tests declared as CachingProperty Modifier and Type Field Description private static CachingProperty<java.lang.Boolean>MapCSSTagChecker. PREF_OTHERCached version ofValidatorPrefHelper.PREF_OTHER, see #20745. -
Uses of CachingProperty in org.openstreetmap.josm.gui.dialogs.properties
Fields in org.openstreetmap.josm.gui.dialogs.properties declared as CachingProperty Modifier and Type Field Description private static CachingProperty<java.lang.Boolean>PropertiesCellRenderer. DISCARDABLEprivate static CachingProperty<java.awt.Color>PropertiesCellRenderer. NORMAL_BGprivate static CachingProperty<java.awt.Color>PropertiesCellRenderer. NORMAL_FGstatic CachingProperty<java.lang.Boolean>PropertiesDialog. PROP_PREVIEW_ON_HOVER_PRIORITIZE_SELECTIONAlways show information for selected objects when something is selected instead of the hovered objectprivate static CachingProperty<java.awt.Color>PropertiesCellRenderer. SELECTED_BGprivate static CachingProperty<java.awt.Color>PropertiesCellRenderer. SELECTED_FG -
Uses of CachingProperty in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools declared as CachingProperty Modifier and Type Field Description (package private) static CachingProperty<java.util.List<java.lang.String>>Tag2Link. PREF_SEARCH_ENGINES
-