RSE
Release 3.4

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

Packages that use ISystemRemoteElementAdapter
org.eclipse.rse.files.ui.widgets   
org.eclipse.rse.shells.ui.view   
org.eclipse.rse.ui.actions   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.validators   
org.eclipse.rse.ui.view   
 

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

Methods in org.eclipse.rse.files.ui.widgets that return ISystemRemoteElementAdapter
protected  ISystemRemoteElementAdapter SaveAsForm.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement for the given object.
protected  ISystemRemoteElementAdapter[] SystemSelectRemoteFileOrFolderForm.getRemoteAdapters(ISelection selection)
           
 

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

Classes in org.eclipse.rse.shells.ui.view that implement ISystemRemoteElementAdapter
 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
protected  ISystemRemoteElementAdapter SystemBaseAction.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.
 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 SystemRenameSingleDialog.getRemoteAdapter(Object o)
          Returns the implementation of ISystemRemoteElement 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
 

Methods in org.eclipse.rse.ui.view that return ISystemRemoteElementAdapter
protected  ISystemRemoteElementAdapter AbstractSystemViewAdapter.getRemoteAdapter(Object o)
          Deprecated. use SystemAdapterHelpers.getRemoteAdapter(o, getViewer()) instead
protected  ISystemRemoteElementAdapter SystemAbstractAPIProvider.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.
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.
 


RSE
Release 3.4

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