|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecoretools.tabbedproperties.utils.ObjectAdapter
public final class ObjectAdapter
Provides a single static method to adapt a given object in an EObject Creation 19 sept. 06
Method Summary | |
---|---|
static org.eclipse.emf.ecore.EObject |
adaptObject(java.lang.Object object)
Returns the EObject associated with the given object. |
static java.lang.Object |
adaptObject(java.lang.Object object,
java.lang.Class<?> adaptedClass)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static org.eclipse.emf.ecore.EObject adaptObject(java.lang.Object object)
null
if no such object can be found.
object
- The object to look up its associated EObject
null
if this object does not have any.public static java.lang.Object adaptObject(java.lang.Object object, java.lang.Class<?> adaptedClass)
|
Copyright 2007 Anyware Technologies. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |