public interface ObjectEntryCollection
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.
| Modifier and Type | Method and Description |
|---|---|
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.
|
ObjectEntryEnumeration elements()
boolean hasMultipleElements()
boolean hasSingleElement()
boolean hasNoElements()
boolean hasSomeElements()
ObjectEntry getFirstElement()
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.