org.openstreetmap.josm.gui.tagging
Class TaggingPreset.Role
java.lang.Object
org.openstreetmap.josm.gui.tagging.TaggingPreset.Role
- Enclosing class:
- TaggingPreset
public static class TaggingPreset.Role
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
types
public java.util.EnumSet<TaggingPreset.PresetType> types
key
public java.lang.String key
text
public java.lang.String text
text_context
public java.lang.String text_context
locale_text
public java.lang.String locale_text
required
public boolean required
count
public long count
TaggingPreset.Role
public TaggingPreset.Role()
setType
public void setType(java.lang.String types)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
setRequisite
public void setRequisite(java.lang.String str)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
getValidCount
public long getValidCount(long c)
addToPanel
public boolean addToPanel(javax.swing.JPanel p,
java.util.Collection<OsmPrimitive> sel)
JOSM