RSE
Release 1.0

Uses of Interface
org.eclipse.rse.ui.view.ISystemRemoteElementAdapter

Packages that use ISystemRemoteElementAdapter
org.eclipse.rse.core   
org.eclipse.rse.files.ui.actions   
org.eclipse.rse.files.ui.resources   
org.eclipse.rse.files.ui.view   
org.eclipse.rse.files.ui.widgets   
org.eclipse.rse.model   
org.eclipse.rse.processes.ui.dialogs   
org.eclipse.rse.processes.ui.view   
org.eclipse.rse.shells.ui.view   
org.eclipse.rse.ui.actions   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.propertypages   
org.eclipse.rse.ui.validators   
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.view.scratchpad   
 

Uses of ISystemRemoteElementAdapter in org.eclipse.rse.core
 

Methods in org.eclipse.rse.core that return ISystemRemoteElementAdapter
static ISystemRemoteElementAdapter SystemAdapterHelpers.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElementAdapter for the given remote object.
static ISystemRemoteElementAdapter SystemAdapterHelpers.getRemoteAdapter(Object o, Viewer viewer)
          Overload to use when calling from a viewer.
 

Methods in org.eclipse.rse.core with parameters of type ISystemRemoteElementAdapter
 boolean SystemPropertyPageExtension.appliesTo(ISystemRemoteElementAdapter adapter, Object element)
          Given an ISystemRemoteElement, return true if that element should show this property page.
 boolean SystemRemoteObjectMatcher.appliesTo(ISystemRemoteElementAdapter adapter, Object element)
          Given an ISystemRemoteElement, return true if that element meets this criteria.
 boolean SystemPropertyPageExtensionManager.hasContributorsFor(ISystemRemoteElementAdapter adapter, Object element)
          Return true if there are any remote property page contributions for the given selected object
 boolean SystemPropertyPageExtensionManager.contribute(PropertyPageManager manager, ISystemRemoteElementAdapter adapter, Object object)
          Populate a given property page manager with all the applicable remote property pages
 

Uses of ISystemRemoteElementAdapter in org.eclipse.rse.files.ui.actions
 

Methods in org.eclipse.rse.files.ui.actions with parameters of type ISystemRemoteElementAdapter
 SystemMessage SystemExtractToAction.isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
           
 SystemMessage SystemMoveRemoteFileAction.isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
 SystemMessage SystemCopyRemoteFileAction.isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
 

Uses of ISystemRemoteElementAdapter in org.eclipse.rse.files.ui.resources
 

Methods in org.eclipse.rse.files.ui.resources that return ISystemRemoteElementAdapter
protected  ISystemRemoteElementAdapter CombineForm.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
protected  ISystemRemoteElementAdapter SaveAsForm.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
protected  ISystemRemoteElementAdapter ExtractToForm.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
 

Uses of ISystemRemoteElementAdapter in org.eclipse.rse.files.ui.view
 

Classes in org.eclipse.rse.files.ui.view that implement ISystemRemoteElementAdapter
 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 ISystemRemoteElementAdapter in org.eclipse.rse.files.ui.widgets
 

Methods in org.eclipse.rse.files.ui.widgets that return ISystemRemoteElementAdapter
protected  ISystemRemoteElementAdapter SystemEnterOrSelectRemoteFileForm.getRemoteAdapter(Object o)
          Returns the remote element adapter.
protected  ISystemRemoteElementAdapter[] SystemSelectRemoteFileOrFolderForm.getRemoteAdapters(ISelection selection)
           
 

Uses of ISystemRemoteElementAdapter in org.eclipse.rse.model
 

Methods in org.eclipse.rse.model that return ISystemRemoteElementAdapter
protected  ISystemRemoteElementAdapter SystemRegistry.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
 

Uses of ISystemRemoteElementAdapter in org.eclipse.rse.processes.ui.dialogs
 

Methods in org.eclipse.rse.processes.ui.dialogs that return ISystemRemoteElementAdapter
 ISystemRemoteElementAdapter SystemKillTableRow.getRemoteAdapter()
          Get the input object remote adapter for the input object this row represents
protected  ISystemRemoteElementAdapter SystemKillTableRow.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
 

Uses of ISystemRemoteElementAdapter in org.eclipse.rse.processes.ui.view
 

Classes in org.eclipse.rse.processes.ui.view that implement ISystemRemoteElementAdapter
 class SystemViewRemoteProcessAdapter
           
 

Uses of ISystemRemoteElementAdapter in org.eclipse.rse.shells.ui.view
 

Classes in org.eclipse.rse.shells.ui.view that implement ISystemRemoteElementAdapter
 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 ISystemRemoteElementAdapter in org.eclipse.rse.ui.actions
 

Methods in org.eclipse.rse.ui.actions that return ISystemRemoteElementAdapter
 ISystemRemoteElementAdapter[] SystemAbstractPopupMenuExtensionAction.getSelectedRemoteObjectAdapters()
          Retrieve the adapters of the currently selected objects as an array of ISystemRemoteElementAdapter objects.
 ISystemRemoteElementAdapter SystemAbstractPopupMenuExtensionAction.getFirstSelectedRemoteObjectAdapter()
          Retrieve the adapter of the first selected object as an ISystemRemoteElementAdapter object, for convenience.
 ISystemRemoteElementAdapter SystemAbstractPopupMenuExtensionAction.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElementAdapter for the given object.
protected  ISystemRemoteElementAdapter SystemBaseAction.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
protected  ISystemRemoteElementAdapter SystemCommonDeleteAction.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
 

Methods in org.eclipse.rse.ui.actions with parameters of type ISystemRemoteElementAdapter
 SystemMessage SystemCopyToClipboardAction.isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
 String SystemAbstractPopupMenuExtensionAction.getRemoteObjectName(Object obj, ISystemRemoteElementAdapter adapter)
          Returns the name of the given remote object, given its remote object adapter.
 String SystemAbstractPopupMenuExtensionAction.getRemoteObjectSubSystemConfigurationId(Object obj, ISystemRemoteElementAdapter adapter)
          Returns the id of the subsystem factory of the given remote object, given its remote object adapter.
 String SystemAbstractPopupMenuExtensionAction.getRemoteObjectTypeCategory(Object obj, ISystemRemoteElementAdapter adapter)
          Returns the type category of the given remote object, given its remote object adapter.
 String SystemAbstractPopupMenuExtensionAction.getRemoteObjectType(Object obj, ISystemRemoteElementAdapter adapter)
          Returns the type of the given remote object, given its remote object adapter.
 String SystemAbstractPopupMenuExtensionAction.getRemoteObjectSubType(Object obj, ISystemRemoteElementAdapter adapter)
          Returns the subtype of the given remote object, given its remote object adapter.
 String SystemAbstractPopupMenuExtensionAction.getRemoteObjectSubSubType(Object obj, ISystemRemoteElementAdapter adapter)
          Returns the sub-subtype of the given remote object, given its remote object adapter.
 SystemMessage SystemPasteFromClipboardAction.isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
 

Uses of ISystemRemoteElementAdapter in org.eclipse.rse.ui.dialogs
 

Methods in org.eclipse.rse.ui.dialogs that return ISystemRemoteElementAdapter
protected  ISystemRemoteElementAdapter SystemRenameDialog.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
protected  ISystemRemoteElementAdapter SystemRenameSingleDialog.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
 ISystemRemoteElementAdapter SystemDeleteTableRow.getRemoteAdapter()
          Get the input object remote adapter for the input object this row represents
protected  ISystemRemoteElementAdapter SystemDeleteTableRow.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
 

Uses of ISystemRemoteElementAdapter in org.eclipse.rse.ui.propertypages
 

Methods in org.eclipse.rse.ui.propertypages that return ISystemRemoteElementAdapter
protected  ISystemRemoteElementAdapter SystemConnectionSubSystemsPropertyPage.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
 ISystemRemoteElementAdapter SystemAbstractPropertyPageExtensionAction.getRemoteAdapter()
          Retrieve the adapter of the input remote object as an ISystemRemoteElementAdapter object, for convenience.
protected  ISystemRemoteElementAdapter SystemAbstractPropertyPageExtensionAction.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElementAdapter for the given object.
 

Uses of ISystemRemoteElementAdapter in org.eclipse.rse.ui.validators
 

Methods in org.eclipse.rse.ui.validators with parameters of type ISystemRemoteElementAdapter
 SystemMessage IValidatorRemoteSelection.isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObject)
          The user has selected one or more remote objects.
abstract  SystemMessage ValidatorRemoteSelection.isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
 

Uses of ISystemRemoteElementAdapter in org.eclipse.rse.ui.view
 

Classes in org.eclipse.rse.ui.view that implement ISystemRemoteElementAdapter
 class SystemViewScratchpadAdapter
          Adapter for the root-providing object of the SystemView tree viewer.
 

Methods in org.eclipse.rse.ui.view that return ISystemRemoteElementAdapter
protected  ISystemRemoteElementAdapter SystemView.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
protected  ISystemRemoteElementAdapter SystemView.getRemoteData(Item item, Object rawData)
           
protected  ISystemRemoteElementAdapter SystemResourceSelectionForm.getRemoteAdapter(Object selection)
           
protected  ISystemRemoteElementAdapter[] SystemResourceSelectionForm.getRemoteAdapters(ISelection selection)
           
protected  ISystemRemoteElementAdapter SystemAbstractAPIProvider.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
protected  ISystemRemoteElementAdapter SystemTableTreeView.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
protected  ISystemRemoteElementAdapter SystemTableView.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
protected  ISystemRemoteElementAdapter AbstractSystemViewAdapter.getRemoteAdapter(Object o)
          Callable by subclasses.
protected  ISystemRemoteElementAdapter SystemSelectRemoteObjectAPIProviderImpl.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
 

Uses of ISystemRemoteElementAdapter in org.eclipse.rse.ui.view.scratchpad
 

Methods in org.eclipse.rse.ui.view.scratchpad that return ISystemRemoteElementAdapter
protected  ISystemRemoteElementAdapter SystemScratchpadView.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
 


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.