public static class LookupValueFactory.LookupValueWithIcon extends java.lang.Object implements PresentableLookupValue, Iconable
Iconable.IconFlags, Iconable.LastComputedIcon
ICON_FLAG_IGNORE_MASK, ICON_FLAG_OPEN, ICON_FLAG_READ_STATUS, ICON_FLAG_VISIBILITY
Modifier | Constructor and Description |
---|---|
protected |
LookupValueWithIcon(java.lang.String name,
javax.swing.Icon icon) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object a) |
javax.swing.Icon |
getIcon(int flags) |
java.lang.String |
getPresentation() |
int |
hashCode() |
protected LookupValueWithIcon(java.lang.String name, javax.swing.Icon icon)
public java.lang.String getPresentation()
getPresentation
in interface PresentableLookupValue
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object a)
equals
in class java.lang.Object