public static class TaggingPresetItems.PresetListEntry extends Object
Modifier and Type | Field and Description |
---|---|
String |
display_value |
String |
icon |
String |
icon_size |
String |
locale_display_value |
String |
locale_short_description |
private int |
prefferedHeight |
private int |
prefferedWidth |
String |
short_description |
String |
value |
String |
value_context |
private File |
zipIcons |
Constructor and Description |
---|
PresetListEntry() |
PresetListEntry(String value) |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayValue(boolean translated) |
ImageIcon |
getIcon() |
String |
getListDisplay() |
String |
getShortDescription(boolean translated) |
private Integer |
parseInteger(String str) |
String |
toString() |
public String value_context
public String display_value
public String short_description
public String locale_display_value
public String locale_short_description
private int prefferedWidth
private int prefferedHeight
public PresetListEntry()
public PresetListEntry(String value)
public String getListDisplay()
private Integer parseInteger(String str)
public String getDisplayValue(boolean translated)
public String getShortDescription(boolean translated)