|
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.ui.view.SystemViewAdapterFactory
This factory maps requests for an adapter object from a given element object.
| Constructor Summary | |
|---|---|
SystemViewAdapterFactory()
|
|
| Method Summary | |
|---|---|
Object |
getAdapter(Object adaptableObject,
Class adapterType)
|
Class[] |
getAdapterList()
|
SystemTeamViewCategoryAdapter |
getCategoryAdapter()
|
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. |
SystemTeamViewSubSystemConfigurationAdapter |
getSubSystemConfigurationAdapter()
|
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 |
| Constructor Detail |
public SystemViewAdapterFactory()
| Method Detail |
public Class[] getAdapterList()
getAdapterList in interface IAdapterFactoryIAdapterFactory.getAdapterList()public void registerWithManager(IAdapterManager manager)
manager - the adapter manager controlling this factory
public Object getAdapter(Object adaptableObject,
Class adapterType)
getAdapter in interface IAdapterFactoryIAdapterFactory.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 SystemTeamViewSubSystemConfigurationAdapter getSubSystemConfigurationAdapter()
public SystemViewFilterStringAdapter getFilterStringAdapter()
This method returns the RSE adapter for filter strings
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||