|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.SystemAdapterHelpers
This class has static helper methods that will get an adapter given an object.
Field Summary | |
---|---|
static String |
copyright
|
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. |
SystemViewFileAdapterFactory |
getSystemViewFileAdapterFactory()
For pathpath access to our adapters for remote universal file objects. |
SystemViewOutputAdapterFactory |
getSystemViewOutputAdapterFactory()
For pathpath access to our adapters for viewable remote output objects. |
SystemViewSearchResultAdapterFactory |
getSystemViewRemoteOutputAdapterFactory()
For pathpath access to our adapters for viewable remote search result objects. |
SystemViewSearchResultSetAdapterFactory |
getSystemViewSearchResultSetAdapterFactory()
For pathpath access to our adapters for searchable result output objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
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()
public SystemViewFileAdapterFactory getSystemViewFileAdapterFactory()
public SystemViewOutputAdapterFactory getSystemViewOutputAdapterFactory()
public SystemViewSearchResultAdapterFactory getSystemViewRemoteOutputAdapterFactory()
public SystemViewSearchResultSetAdapterFactory getSystemViewSearchResultSetAdapterFactory()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |