|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the icons associated with a specified ObjectEntry or ObjectType.
Snap-ins must implement this interface to provide the icons for a specified ObjectEntry or object type. Two types of getDisplayIcon() method are provided: One associated with a specified ObjectEntry, and the other associated with a specified namespace and object type. The icon for the object is displayed next to the display name for the object.
Method Summary | |
ObjectEntryEnumeration |
elements()
Returns an enumeration representing the contained selection. |
ObjectEntry |
getFirstElement()
Returns the first element in the enumeration. |
boolean |
hasMultipleElements()
Returns true if the selection has more than one element in it. |
boolean |
hasNoElements()
Returns true if the selection has zero elements in it. |
boolean |
hasSingleElement()
Returns true if the selection has a single element in it. |
boolean |
hasSomeElements()
Returns true if the selection has at least one element in it. |
Method Detail |
public ObjectEntryEnumeration elements()
public boolean hasMultipleElements()
public boolean hasSingleElement()
public boolean hasNoElements()
public boolean hasSomeElements()
public ObjectEntry getFirstElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |