Uses of Class
org.openstreetmap.josm.data.osm.FilterMatcher.FilterType

Packages that use FilterMatcher.FilterType
org.openstreetmap.josm.data.osm   
 

Uses of FilterMatcher.FilterType in org.openstreetmap.josm.data.osm
 

Methods in org.openstreetmap.josm.data.osm that return FilterMatcher.FilterType
 FilterMatcher.FilterType FilterMatcher.isDisabled(OsmPrimitive primitive)
          Check if primitive is disabled.
 FilterMatcher.FilterType FilterMatcher.isHidden(OsmPrimitive primitive)
          Check if primitive is hidden.
private  FilterMatcher.FilterType FilterMatcher.test(java.util.List<FilterMatcher.FilterInfo> filters, OsmPrimitive primitive, boolean hidden)
           
static FilterMatcher.FilterType FilterMatcher.FilterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FilterMatcher.FilterType[] FilterMatcher.FilterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



JOSM