|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.ui.view.SystemAdapterHelpers
public class SystemAdapterHelpers
This class has static helper methods that will get an adapter given an object.
Constructor Summary | |
---|---|
SystemAdapterHelpers()
|
Method Summary | |
---|---|
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. |
static ISystemViewElementAdapter |
getViewAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
static ISystemViewElementAdapter |
getViewAdapter(Object o,
Viewer viewer)
Overload to use when calling from a viewer. |
static ISystemViewElementAdapter |
getViewAdapter(Object o,
Viewer viewer,
ISystemViewInputProvider inputProvider)
Overload to use when calling from a viewer. |
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 getViewAdapter(Object o)
public static ISystemViewElementAdapter getViewAdapter(Object o, Viewer viewer)
public static ISystemViewElementAdapter getViewAdapter(Object o, Viewer viewer, ISystemViewInputProvider inputProvider)
public static ISystemRemoteElementAdapter getRemoteAdapter(Object o)
public static ISystemRemoteElementAdapter getRemoteAdapter(Object o, Viewer viewer)
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |