public static class TaggingPresetItems.PresetListEntry extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
display_value |
java.lang.String |
icon
The location of icon file to display
|
java.lang.String |
icon_size
The size of displayed icon.
|
java.lang.String |
locale_display_value
The localized version of
display_value . |
java.lang.String |
locale_short_description
The localized version of
short_description . |
private int |
prefferedHeight |
private int |
prefferedWidth |
java.lang.String |
short_description |
java.lang.String |
value |
java.lang.String |
value_context
The context used for translating
value |
private java.io.File |
zipIcons |
Constructor and Description |
---|
TaggingPresetItems.PresetListEntry()
Construxts a new
PresetListEntry , uninitialized. |
TaggingPresetItems.PresetListEntry(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayValue(boolean translated) |
javax.swing.ImageIcon |
getIcon()
Returns the entry icon, if any.
|
java.lang.String |
getListDisplay() |
java.lang.String |
getShortDescription(boolean translated) |
java.lang.String |
toString() |
public java.lang.String value
public java.lang.String value_context
value
public java.lang.String display_value
public java.lang.String short_description
public java.lang.String icon
public java.lang.String icon_size
public java.lang.String locale_display_value
display_value
.public java.lang.String locale_short_description
short_description
.private final java.io.File zipIcons
private int prefferedWidth
private int prefferedHeight
public TaggingPresetItems.PresetListEntry()
PresetListEntry
, uninitialized.public TaggingPresetItems.PresetListEntry(java.lang.String value)
public java.lang.String getListDisplay()
public javax.swing.ImageIcon getIcon()
null
public java.lang.String getDisplayValue(boolean translated)
public java.lang.String getShortDescription(boolean translated)
public java.lang.String toString()
toString
in class java.lang.Object