public interface Identity
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<Identity> |
COMPARATOR
Name based comparator
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
javax.swing.Icon |
getIcon() |
java.lang.String |
getId() |
java.lang.String |
getName() |
java.lang.Object |
getOwner() |
static final java.util.Comparator<Identity> COMPARATOR