|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmf.runtime.common.core.util.ObjectAdapter
public class ObjectAdapter
An adapter that allows for the setting of the object later.
Constructor Summary | |
---|---|
ObjectAdapter()
Constructor for an ObjectAdapter. |
|
ObjectAdapter(java.util.List list)
Constructor for an ObjectAdapter. |
|
ObjectAdapter(java.lang.Object object)
Constructor for an ObjectAdapter. |
Method Summary | |
---|---|
java.lang.Object |
getAdapter(java.lang.Class adapter)
|
void |
setObject(java.lang.Object theObject)
Sets the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectAdapter()
public ObjectAdapter(java.lang.Object object)
object
- The object that can adapt.public ObjectAdapter(java.util.List list)
list
- The list to adapt.Method Detail |
---|
public java.lang.Object getAdapter(java.lang.Class adapter)
getAdapter
in interface IAdaptable
public void setObject(java.lang.Object theObject)
theObject
- The object to set.
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.