org.openstreetmap.josm.gui.tagging
Class TaggingPreset.Roles

java.lang.Object
  extended by org.openstreetmap.josm.gui.tagging.TaggingPreset.Item
      extended by org.openstreetmap.josm.gui.tagging.TaggingPreset.Roles
Enclosing class:
TaggingPreset

public static class TaggingPreset.Roles
extends TaggingPreset.Item


Field Summary
 java.util.List<TaggingPreset.Role> roles
           
 
Constructor Summary
TaggingPreset.Roles()
           
 
Method Summary
 void addCommands(java.util.List<Tag> changedTags)
           
 boolean addToPanel(javax.swing.JPanel p, java.util.Collection<OsmPrimitive> sel)
           
 
Methods inherited from class org.openstreetmap.josm.gui.tagging.TaggingPreset.Item
initAutoCompletionField, matches, requestFocusInWindow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

roles

public java.util.List<TaggingPreset.Role> roles
Constructor Detail

TaggingPreset.Roles

public TaggingPreset.Roles()
Method Detail

addToPanel

public boolean addToPanel(javax.swing.JPanel p,
                          java.util.Collection<OsmPrimitive> sel)
Specified by:
addToPanel in class TaggingPreset.Item

addCommands

public void addCommands(java.util.List<Tag> changedTags)
Specified by:
addCommands in class TaggingPreset.Item


JOSM