|
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.ui.view.SystemViewAdapterFactory
This factory maps requests for an adapter object from a given element object.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
SystemViewAdapterFactory()
|
Method Summary | |
---|---|
Object |
getAdapter(Object adaptableObject,
Class adapterType)
|
Class[] |
getAdapterList()
|
SystemTeamViewCategoryAdapter |
getCategoryAdapter()
Return adapter for category nodes in team view |
SystemTeamViewCompileCommandAdapter |
getCompileCommandAdapter()
Return adapter for compile command nodes in team view |
SystemTeamViewCompileTypeAdapter |
getCompileTypeAdapter()
Return adapter for compile type nodes in team view |
SystemViewConnectionAdapter |
getConnectionAdapter()
Because we use singletons for our adapters, it is possible to speed up access to them by simply returning them from here. |
SystemViewFilterAdapter |
getFilterAdapter()
Because we use singletons for our adapters, it is possible to speed up access to them by simply returning them from here. |
SystemViewFilterPoolAdapter |
getFilterPoolAdapter()
Because we use singletons for our adapters, it is possible to speed up access to them by simply returning them from here. |
SystemViewFilterPoolReferenceAdapter |
getFilterPoolReferenceAdapter()
Because we use singletons for our adapters, it is possible to speed up access to them by simply returning them from here. |
SystemViewFilterReferenceAdapter |
getFilterReferenceAdapter()
Because we use singletons for our adapters, it is possible to speed up access to them by simply returning them from here. |
SystemViewFilterStringAdapter |
getFilterStringAdapter()
Because we use singletons for our adapters, it is possible to speed up access to them by simply returning them from here. |
SystemViewMessageAdapter |
getMsgAdapter()
Because we use singletons for our adapters, it is possible to speed up access to them by simply returning them from here. |
SystemTeamViewProfileAdapter |
getProfileAdapter()
Because we use singletons for our adapters, it is possible to speed up access to them by simply returning them from here. |
SystemViewPromptableAdapter |
getPromptAdapter()
Because we use singletons for our adapters, it is possible to speed up access to them by simply returning them from here. |
SystemViewRootInputAdapter |
getRootInputAdapter()
Because we use singletons for our adapters, it is possible to speed up access to them by simply returning them from here. |
SystemViewSubSystemAdapter |
getSubsystemAdapter()
Because we use singletons for our adapters, it is possible to speed up access to them by simply returning them from here. |
SystemTeamViewSubSystemFactoryAdapter |
getSubSystemFactoryAdapter()
Return adapter for subsystem factory nodes in team view |
SystemTeamViewUserActionAdapter |
getUserActionAdapter()
Return adapter for user actions nodes in team view |
void |
registerWithManager(IAdapterManager manager)
Called by our plugin's startup method to register our adaptable object types with the platform. |
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 SystemViewAdapterFactory()
Method Detail |
public Class[] getAdapterList()
getAdapterList
in interface IAdapterFactory
IAdapterFactory.getAdapterList()
public void registerWithManager(IAdapterManager manager)
public Object getAdapter(Object adaptableObject, Class adapterType)
getAdapter
in interface IAdapterFactory
IAdapterFactory.getAdapter(java.lang.Object, java.lang.Class)
public SystemViewRootInputAdapter getRootInputAdapter()
This method returns the RSE adapter for root inputs to the RSE
public SystemViewConnectionAdapter getConnectionAdapter()
This method returns the RSE adapter for connection objects
public SystemTeamViewProfileAdapter getProfileAdapter()
This method returns the RSE adapter for profile objects
public SystemViewFilterAdapter getFilterAdapter()
This method returns the RSE adapter for filters
public SystemViewFilterPoolAdapter getFilterPoolAdapter()
This method returns the RSE adapter for filter pools
public SystemViewFilterPoolReferenceAdapter getFilterPoolReferenceAdapter()
This method returns the RSE adapter for filter pool references, which are what we actually see in the RSE.
public SystemViewFilterReferenceAdapter getFilterReferenceAdapter()
This method returns the RSE adapter for filter references, which are what we actually see in the RSE
public SystemViewMessageAdapter getMsgAdapter()
This method returns the RSE adapter for messages shown in the RSE as child objects
public SystemViewPromptableAdapter getPromptAdapter()
This method returns the RSE adapter for promptable objects the run an action when expanded
public SystemViewSubSystemAdapter getSubsystemAdapter()
This method returns the RSE adapter for subsystems
public SystemTeamViewCategoryAdapter getCategoryAdapter()
public SystemTeamViewSubSystemFactoryAdapter getSubSystemFactoryAdapter()
public SystemTeamViewUserActionAdapter getUserActionAdapter()
public SystemTeamViewCompileTypeAdapter getCompileTypeAdapter()
public SystemTeamViewCompileCommandAdapter getCompileCommandAdapter()
public SystemViewFilterStringAdapter getFilterStringAdapter()
This method returns the RSE adapter for filter strings
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |