|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.intarsys.tools.adapter.AdapterTools
public class AdapterTools
A tool class for handling adapter objects.
| Constructor Summary | |
|---|---|
AdapterTools()
|
|
| Method Summary | ||
|---|---|---|
static
|
getAdapter(java.lang.Object object,
java.lang.Class<T> clazz)
An object of type clazz that represents object. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdapterTools()
| Method Detail |
|---|
public static <T> T getAdapter(java.lang.Object object,
java.lang.Class<T> clazz)
clazz that represents object.
This method should return null if adaption is not possible.
T - object - clazz -
clazz that represents
object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||