|
org.openide.util 7.9.0 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface InstanceContent.Convertor<T,R>
Convertor postpones an instantiation of an object.
Method Summary | |
---|---|
R |
convert(T obj)
Convert obj to other object. |
String |
displayName(T obj)
The human presentable name for the object. |
String |
id(T obj)
Computes the ID of the resulted object. |
Class<? extends R> |
type(T obj)
Return type of converted object. |
Method Detail |
---|
R convert(T obj)
obj
- the registered object
Class<? extends R> type(T obj)
obj
- the registered object
String id(T obj)
obj
- the registered object
String displayName(T obj)
obj
- the registered object
|
org.openide.util 7.9.0 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |