|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.core.SystemAdapterHelpers
This class has static helper methods that will get an adapter given an object.
| Constructor Summary | |
|---|---|
SystemAdapterHelpers()
|
|
| Method Summary | |
|---|---|
static ISystemViewElementAdapter |
getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
static ISystemViewElementAdapter |
getAdapter(Object o,
Viewer viewer)
Overload to use when calling from a viewer. |
static ISystemViewElementAdapter |
getAdapter(Object o,
Viewer viewer,
ISystemViewInputProvider inputProvider)
Overload to use when calling from a viewer. |
static ISystemRemoteElementAdapter |
getRemoteAdapter(Object o)
Returns the implementation of ISystemRemoteElementAdapter for the given remote object. |
static ISystemRemoteElementAdapter |
getRemoteAdapter(Object o,
Viewer viewer)
Overload to use when calling from a viewer. |
SystemViewAdapterFactory |
getSystemViewAdapterFactory()
For pathpath access to our adapters for non-local objects in our model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SystemAdapterHelpers()
| Method Detail |
public static ISystemViewElementAdapter getAdapter(Object o)
public static ISystemViewElementAdapter getAdapter(Object o,
Viewer viewer)
public static ISystemViewElementAdapter getAdapter(Object o,
Viewer viewer,
ISystemViewInputProvider inputProvider)
public static ISystemRemoteElementAdapter getRemoteAdapter(Object o)
public static ISystemRemoteElementAdapter getRemoteAdapter(Object o,
Viewer viewer)
public SystemViewAdapterFactory getSystemViewAdapterFactory()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||