Uses of Class
org.openstreetmap.josm.gui.mappaint.StyleSource

Packages that use StyleSource
org.openstreetmap.josm.gui.dialogs   
org.openstreetmap.josm.gui.mappaint   
org.openstreetmap.josm.gui.mappaint.mapcss   
org.openstreetmap.josm.gui.mappaint.xml   
 

Uses of StyleSource in org.openstreetmap.josm.gui.dialogs
 

Fields in org.openstreetmap.josm.gui.dialogs declared as StyleSource
private  StyleSource MapPaintDialog.SaveAsAction.SaveToFileTask.s
           
 

Fields in org.openstreetmap.josm.gui.dialogs with type parameters of type StyleSource
(package private)  java.util.List<StyleSource> MapPaintDialog.StylesModel.data
           
 

Methods in org.openstreetmap.josm.gui.dialogs that return StyleSource
private  StyleSource MapPaintDialog.StylesModel.getRow(int i)
           
 

Methods in org.openstreetmap.josm.gui.dialogs with parameters of type StyleSource
private  void MapPaintDialog.InfoAction.buildErrorsPanel(StyleSource s, javax.swing.JPanel p)
           
private  javax.swing.JPanel MapPaintDialog.InfoAction.buildInfoPanel(StyleSource s)
           
private  void MapPaintDialog.InfoAction.buildSourcePanel(StyleSource s, javax.swing.JPanel p)
           
private  java.lang.String InspectPrimitiveDialog.getSort(StyleSource s)
           
 

Constructors in org.openstreetmap.josm.gui.dialogs with parameters of type StyleSource
MapPaintDialog.SaveAsAction.SaveToFileTask(StyleSource s, java.io.File file)
           
 

Uses of StyleSource in org.openstreetmap.josm.gui.mappaint
 

Fields in org.openstreetmap.josm.gui.mappaint declared as StyleSource
 StyleSource MapPaintStyles.IconReference.source
           
 StyleSource Environment.source
           
 StyleSource MapImage.source
           
private  StyleSource MapPaintMenu.MapPaintAction.style
           
 

Fields in org.openstreetmap.josm.gui.mappaint with type parameters of type StyleSource
private  java.util.List<StyleSource> MapPaintStyles.MapPaintStyleLoader.sources
           
private  java.util.List<StyleSource> ElemStyles.styleSources
           
 

Methods in org.openstreetmap.josm.gui.mappaint that return StyleSource
private static StyleSource MapPaintStyles.fromSourceEntry(SourceEntry entry)
           
 

Methods in org.openstreetmap.josm.gui.mappaint that return types with arguments of type StyleSource
 java.util.List<StyleSource> ElemStyles.getStyleSources()
           
 

Methods in org.openstreetmap.josm.gui.mappaint with parameters of type StyleSource
(package private)  void ElemStyles.add(StyleSource style)
          add a style source; only accessed from MapPaintStyles
static java.util.List<java.lang.String> MapPaintStyles.getIconSourceDirs(StyleSource source)
           
static javax.swing.ImageIcon MapPaintStyles.getNoIcon_Icon(StyleSource source)
          No icon with the given name was found, show a dummy icon instead
 void MapPaintMenu.MapPaintAction.setStyle(StyleSource style)
           
 

Method parameters in org.openstreetmap.josm.gui.mappaint with type arguments of type StyleSource
(package private)  void ElemStyles.setStyleSources(java.util.Collection<StyleSource> sources)
          set the style sources; only accessed from MapPaintStyles
 

Constructors in org.openstreetmap.josm.gui.mappaint with parameters of type StyleSource
Environment(OsmPrimitive osm, MultiCascade mc, java.lang.String layer, StyleSource source)
           
MapImage(java.lang.String name, StyleSource source)
           
MapPaintMenu.MapPaintAction(StyleSource style)
           
MapPaintStyles.IconReference(java.lang.String iconName, StyleSource source)
           
 

Constructor parameters in org.openstreetmap.josm.gui.mappaint with type arguments of type StyleSource
MapPaintStyles.MapPaintStyleLoader(java.util.List<StyleSource> sources)
           
 

Uses of StyleSource in org.openstreetmap.josm.gui.mappaint.mapcss
 

Subclasses of StyleSource in org.openstreetmap.josm.gui.mappaint.mapcss
 class MapCSSStyleSource
           
 

Uses of StyleSource in org.openstreetmap.josm.gui.mappaint.xml
 

Subclasses of StyleSource in org.openstreetmap.josm.gui.mappaint.xml
 class XmlStyleSource
           
 



JOSM