|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openide.util.Lookup.Item
A single item in a lookup result. This wrapper provides unified access to not just the instance, but its class, a possible persistent identifier, and so on.
Constructor Summary | |
Lookup.Item()
|
Method Summary | |
abstract String |
getDisplayName()
Get a human presentable name for the item. |
abstract String |
getId()
Get a persistent indentifier for the item. |
abstract Object |
getInstance()
Get the instance itself. |
abstract Class |
getType()
Get the implementing class of the instance. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Lookup.Item()
Method Detail |
public abstract Object getInstance()
public abstract Class getType()
public abstract String getId()
public abstract String getDisplayName()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |