|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of ISystemViewElementAdapter in org.eclipse.rse.core |
|---|
| Methods in org.eclipse.rse.core that return ISystemViewElementAdapter | |
static ISystemViewElementAdapter |
SystemAdapterHelpers.getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
static ISystemViewElementAdapter |
SystemAdapterHelpers.getAdapter(Object o,
Viewer viewer)
Overload to use when calling from a viewer. |
static ISystemViewElementAdapter |
SystemAdapterHelpers.getAdapter(Object o,
Viewer viewer,
ISystemViewInputProvider inputProvider)
Overload to use when calling from a viewer. |
| Uses of ISystemViewElementAdapter in org.eclipse.rse.files.ui.resources |
|---|
| Methods in org.eclipse.rse.files.ui.resources that return ISystemViewElementAdapter | |
protected ISystemViewElementAdapter |
CombineForm.getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
protected ISystemViewElementAdapter |
SaveAsForm.getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
protected ISystemViewElementAdapter |
ExtractToForm.getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
| Uses of ISystemViewElementAdapter in org.eclipse.rse.files.ui.view |
|---|
| Classes in org.eclipse.rse.files.ui.view that implement ISystemViewElementAdapter | |
class |
SystemViewRemoteFileAdapter
Adapter for displaying remote file system objects in tree views. |
class |
SystemViewRemoteSearchResultAdapter
Adapter class to enable the output of a search to be "live" in that it has actions and properties. |
class |
SystemViewRemoteSearchResultSetAdapter
Adapter for a search result set. |
| Uses of ISystemViewElementAdapter in org.eclipse.rse.model |
|---|
| Methods in org.eclipse.rse.model that return ISystemViewElementAdapter | |
ISystemViewElementAdapter |
SystemRemoteElementResourceSet.getAdapter()
|
| Constructors in org.eclipse.rse.model with parameters of type ISystemViewElementAdapter | |
SystemRemoteElementResourceSet(ISubSystem subSystem,
ISystemViewElementAdapter adapter)
|
|
SystemRemoteElementResourceSet(ISubSystem subSystem,
ISystemViewElementAdapter adapter,
Object[] objects)
|
|
SystemRemoteElementResourceSet(ISubSystem subSystem,
ISystemViewElementAdapter adapter,
List objects)
|
|
| Uses of ISystemViewElementAdapter in org.eclipse.rse.processes.ui.dialogs |
|---|
| Methods in org.eclipse.rse.processes.ui.dialogs that return ISystemViewElementAdapter | |
ISystemViewElementAdapter |
SystemKillTableRow.getAdapter()
Get the input object adapter for the input object this row represents |
protected ISystemViewElementAdapter |
SystemKillTableRow.getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
protected ISystemViewElementAdapter |
SystemKillDialog.getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
| Uses of ISystemViewElementAdapter in org.eclipse.rse.processes.ui.view |
|---|
| Classes in org.eclipse.rse.processes.ui.view that implement ISystemViewElementAdapter | |
class |
SystemViewRemoteProcessAdapter
|
| Uses of ISystemViewElementAdapter in org.eclipse.rse.shells.ui.view |
|---|
| Classes in org.eclipse.rse.shells.ui.view that implement ISystemViewElementAdapter | |
class |
SystemViewRemoteErrorAdapter
Comment goes here |
class |
SystemViewRemoteOutputAdapter
This is the adapter for smart output from remote commands, such that they can support right click actions and such. |
| Uses of ISystemViewElementAdapter in org.eclipse.rse.ui.actions |
|---|
| Methods in org.eclipse.rse.ui.actions that return ISystemViewElementAdapter | |
protected ISystemViewElementAdapter |
SystemBaseAction.getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
| Methods in org.eclipse.rse.ui.actions with parameters of type ISystemViewElementAdapter | |
protected String |
SystemCopyToClipboardAction.getTextTransferPrepend(Object obj,
ISystemViewElementAdapter adapter)
Returns the string to prepend for the selected object for text transfer. |
protected String |
SystemCopyToClipboardAction.getTextTransferAppend(Object obj,
ISystemViewElementAdapter adapter)
Returns the string to append for the selected object for text transfer. |
| Uses of ISystemViewElementAdapter in org.eclipse.rse.ui.dialogs |
|---|
| Methods in org.eclipse.rse.ui.dialogs that return ISystemViewElementAdapter | |
protected ISystemViewElementAdapter |
SystemDeleteDialog.getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
protected ISystemViewElementAdapter |
SystemRenameSingleDialog.getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
ISystemViewElementAdapter |
SystemDeleteTableRow.getAdapter()
Get the input object adapter for the input object this row represents |
protected ISystemViewElementAdapter |
SystemDeleteTableRow.getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
protected ISystemViewElementAdapter |
SystemFilterTableDialog.getAdatperFor(IAdaptable obj)
|
| Uses of ISystemViewElementAdapter in org.eclipse.rse.ui.operations |
|---|
| Fields in org.eclipse.rse.ui.operations declared as ISystemViewElementAdapter | |
protected ISystemViewElementAdapter |
SystemFetchOperation._adapter
|
| Constructors in org.eclipse.rse.ui.operations with parameters of type ISystemViewElementAdapter | |
SystemFetchOperation(IWorkbenchPart part,
IAdaptable remoteObject,
ISystemViewElementAdapter adapter,
IElementCollector collector)
|
|
SystemFetchOperation(IWorkbenchPart part,
IAdaptable remoteObject,
ISystemViewElementAdapter adapter,
IElementCollector collector,
boolean canRunAsJob)
|
|
| Uses of ISystemViewElementAdapter in org.eclipse.rse.ui.propertypages |
|---|
| Methods in org.eclipse.rse.ui.propertypages that return ISystemViewElementAdapter | |
protected ISystemViewElementAdapter |
SystemConnectionSubSystemsPropertyPage.getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
| Uses of ISystemViewElementAdapter in org.eclipse.rse.ui.view |
|---|
| Classes in org.eclipse.rse.ui.view that implement ISystemViewElementAdapter | |
class |
AbstractSystemViewAdapter
Base class for adapters needed for the SystemView viewer. |
class |
SystemViewConnectionAdapter
Adapter for displaying SystemConnection objects in tree views. |
class |
SystemViewFilterAdapter
Default Adapter for displaying filter objects in tree views. |
class |
SystemViewFilterPoolAdapter
Adapter for displaying SystemFilterPool objects in tree views. |
class |
SystemViewFilterPoolReferenceAdapter
Adapter for displaying SystemFilterPool reference objects in tree views. |
class |
SystemViewFilterReferenceAdapter
Adapter for displaying SystemFilterReference objects in tree views. |
class |
SystemViewFilterStringAdapter
Default Adapter for displaying filter string objects in tree views. |
class |
SystemViewMessageAdapter
Adapter for displaying temporary message objects when an expand fails or is cancelled. |
class |
SystemViewNewConnectionPromptAdapter
Adapter class for new connection prompt objects. |
class |
SystemViewPromptableAdapter
Adapter for displaying special-case prompt objects in the system views. |
class |
SystemViewRootInputAdapter
Adapter for the root-providing object of the SystemView tree viewer. |
class |
SystemViewScratchpadAdapter
Adapter for the root-providing object of the SystemView tree viewer. |
class |
SystemViewSubSystemAdapter
Adapter for displaying SubSystem objects in tree views. |
| Fields in org.eclipse.rse.ui.view declared as ISystemViewElementAdapter | |
protected ISystemViewElementAdapter |
SystemSelectRemoteObjectAPIProviderImpl.subsystemAdapter
|
| Methods in org.eclipse.rse.ui.view that return ISystemViewElementAdapter | |
protected ISystemViewElementAdapter |
SystemViewLabelAndContentProvider.getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
protected ISystemViewElementAdapter |
SystemView.getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
protected ISystemViewElementAdapter |
SystemResourceSelectionForm.getAdapter(Object selection)
|
protected ISystemViewElementAdapter |
SystemAbstractAPIProvider.getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
protected ISystemViewElementAdapter |
SystemTableTreeView.getAdapter(Object obj)
Convenience method for retrieving the view adapter for an object |
ISystemViewElementAdapter |
SystemTableTreeView.getAdapterForContents()
Convenience method for retrieving the view adapter for an object's children |
protected ISystemViewElementAdapter |
SystemTableView.getAdapter(Object obj)
Convenience method for retrieving the view adapter for an object |
ISystemViewElementAdapter |
SystemTableView.getAdapterForContents()
Convenience method for retrieving the view adapter for an object's children |
protected ISystemViewElementAdapter |
AbstractSystemViewAdapter.getAdapter(Object o)
Callable by subclasses. |
protected ISystemViewElementAdapter |
SystemSelectRemoteObjectAPIProviderImpl.getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
protected ISystemViewElementAdapter |
SystemTableTreeViewProvider.getAdapterFor(Object object)
|
protected ISystemViewElementAdapter |
SystemTableViewProvider.getAdapterFor(Object object)
|
| Methods in org.eclipse.rse.ui.view with parameters of type ISystemViewElementAdapter | |
protected SystemRemoteElementResourceSet |
SystemView.getSetFor(ISubSystem subSystem,
ISystemViewElementAdapter adapter)
|
protected IPropertyDescriptor[] |
SystemTableViewColumnManager.getCachedDescriptors(ISystemViewElementAdapter adapter)
|
protected void |
SystemTableViewColumnManager.putCachedDescriptors(ISystemViewElementAdapter adapter,
IPropertyDescriptor[] descriptors)
|
void |
SystemTableViewColumnManager.setCustomDescriptors(ISystemViewElementAdapter adapter,
IPropertyDescriptor[] descriptors)
|
IPropertyDescriptor[] |
SystemTableViewColumnManager.getVisibleDescriptors(ISystemViewElementAdapter adapter)
Gets the property descriptors to display as columns in the table The set of descriptors and their order may change depending on user customizations |
protected IPropertyDescriptor[] |
SystemTableViewColumnManager.getCustomDescriptors(ISystemViewElementAdapter adapter)
|
protected String |
SystemViewPart.getMementoHandle(Object o,
ISystemViewElementAdapter adapter)
Defer to the adapter to get the memento handle key plus the memento handle for each part leading up to the current object. |
protected String |
SystemViewPart.getInputMementoHandle(Object o,
ISystemViewElementAdapter adapter)
|
| Uses of ISystemViewElementAdapter in org.eclipse.rse.ui.view.scratchpad |
|---|
| Methods in org.eclipse.rse.ui.view.scratchpad that return ISystemViewElementAdapter | |
protected ISystemViewElementAdapter |
SystemScratchpadView.getAdapter(Object obj)
Convenience method for retrieving the view adapter for an object |
protected ISystemViewElementAdapter |
SystemScratchpadViewProvider.getAdapterFor(Object object)
|
| Uses of ISystemViewElementAdapter in org.eclipse.rse.ui.view.search |
|---|
| Methods in org.eclipse.rse.ui.view.search that return ISystemViewElementAdapter | |
ISystemViewElementAdapter |
SystemSearchViewContentProvider.getAdapter(Object element)
Get the adapter for the given object. |
ISystemViewElementAdapter |
SystemSearchViewPart.getAdapter(Object element)
Get the adapter for the given object. |
ISystemViewElementAdapter |
SystemSearchViewLabelProvider.getAdapter(Object element)
Get the adapter for the given object. |
| Methods in org.eclipse.rse.ui.view.search with parameters of type ISystemViewElementAdapter | |
protected String |
SystemSearchCopyToClipboardAction.getTextTransferPrepend(Object obj,
ISystemViewElementAdapter adapter)
Returns the string "\t" if the object is a remote search result, otherwise returns the super class implementation. |
| Uses of ISystemViewElementAdapter in org.eclipse.rse.ui.view.team |
|---|
| Classes in org.eclipse.rse.ui.view.team that implement ISystemViewElementAdapter | |
class |
SystemTeamViewCategoryAdapter
Adapter for displaying and processing SystemTeamViewCategoryNode objects in tree views, such as the Team view. |
class |
SystemTeamViewProfileAdapter
Adapter for displaying and processing SystemProfile objects in tree views, such as the Team view. |
class |
SystemTeamViewSubSystemConfigurationAdapter
Adapter for displaying and processing SystemTeamViewSubSystemConfigurationNode objects in tree views, such as the Team view. |
| Fields in org.eclipse.rse.ui.view.team declared as ISystemViewElementAdapter | |
protected ISystemViewElementAdapter |
SystemTeamViewPart.profileAdapter
|
| Methods in org.eclipse.rse.ui.view.team that return ISystemViewElementAdapter | |
protected ISystemViewElementAdapter |
SystemTeamViewLabelProvider.getSystemViewAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
protected ISystemViewElementAdapter |
SystemTeamViewContentProvider.getSystemViewAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||