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

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

public static class TaggingPreset.PresetListEntry
extends java.lang.Object


Field Summary
 java.lang.String display_value
           
 java.lang.String icon
           
 java.lang.String locale_display_value
           
 java.lang.String locale_short_description
           
private  int prefferedHeight
           
private  int prefferedWidth
           
 java.lang.String short_description
           
 java.lang.String value
           
 java.lang.String value_context
           
private  java.io.File zipIcons
           
 
Constructor Summary
TaggingPreset.PresetListEntry()
           
TaggingPreset.PresetListEntry(java.lang.String value)
           
 
Method Summary
 java.lang.String getDisplayValue(boolean translated)
           
 javax.swing.ImageIcon getIcon()
           
 java.lang.String getListDisplay()
           
 java.lang.String getShortDescription(boolean translated)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public java.lang.String value

value_context

public java.lang.String value_context

display_value

public java.lang.String display_value

short_description

public java.lang.String short_description

icon

public java.lang.String icon

locale_display_value

public java.lang.String locale_display_value

locale_short_description

public java.lang.String locale_short_description

zipIcons

private final java.io.File zipIcons

prefferedWidth

private int prefferedWidth

prefferedHeight

private int prefferedHeight
Constructor Detail

TaggingPreset.PresetListEntry

public TaggingPreset.PresetListEntry()

TaggingPreset.PresetListEntry

public TaggingPreset.PresetListEntry(java.lang.String value)
Method Detail

getListDisplay

public java.lang.String getListDisplay()

getIcon

public javax.swing.ImageIcon getIcon()

getDisplayValue

public java.lang.String getDisplayValue(boolean translated)

getShortDescription

public java.lang.String getShortDescription(boolean translated)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


JOSM