RSE
Release 1.0

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

Packages that use ISystemEditableRemoteObject
org.eclipse.rse.files.ui.compare   
org.eclipse.rse.files.ui.propertypages   
org.eclipse.rse.files.ui.resources   
org.eclipse.rse.files.ui.view   
org.eclipse.rse.shells.ui.view   
org.eclipse.rse.ui.view   
 

Uses of ISystemEditableRemoteObject in org.eclipse.rse.files.ui.compare
 

Methods in org.eclipse.rse.files.ui.compare with parameters of type ISystemEditableRemoteObject
 void SystemCompareInput.addRemoteEditable(ISystemEditableRemoteObject file)
           
 

Uses of ISystemEditableRemoteObject in org.eclipse.rse.files.ui.propertypages
 

Methods in org.eclipse.rse.files.ui.propertypages that return ISystemEditableRemoteObject
protected  ISystemEditableRemoteObject SystemCachePreferencePage.getEditableFor(IAdaptable selected)
           
 

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

Classes in org.eclipse.rse.files.ui.resources that implement ISystemEditableRemoteObject
 class SystemEditableRemoteFile
           
 

Methods in org.eclipse.rse.files.ui.resources that return ISystemEditableRemoteObject
 ISystemEditableRemoteObject SystemRemoteEditManager.getEditableFor(IFile fileToDelete, boolean quickCheck)
           
 

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

Methods in org.eclipse.rse.files.ui.view that return ISystemEditableRemoteObject
 ISystemEditableRemoteObject SystemViewRemoteFileAdapter.getEditableRemoteObject(Object element)
           
 ISystemEditableRemoteObject SystemViewRemoteSearchResultSetAdapter.getEditableRemoteObject(Object obj)
          Returns null since a search results container can't be edited
 ISystemEditableRemoteObject SystemViewRemoteSearchResultAdapter.getEditableRemoteObject(Object element)
          Returns the associated remote editable object for this search result
 

Constructors in org.eclipse.rse.files.ui.view with parameters of type ISystemEditableRemoteObject
DownloadJob(ISystemEditableRemoteObject editable, boolean systemEditor)
          Download job.
DownloadJob.OpenEditorRunnable(ISystemEditableRemoteObject editable, boolean systemEditor)
           
 

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

Methods in org.eclipse.rse.shells.ui.view that return ISystemEditableRemoteObject
 ISystemEditableRemoteObject SystemViewRemoteOutputAdapter.getEditableRemoteObject(Object element)
          Returns the associated remote editable object for this line of output
 

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

Methods in org.eclipse.rse.ui.view that return ISystemEditableRemoteObject
 ISystemEditableRemoteObject AbstractSystemViewAdapter.getEditableRemoteObject(Object object)
          Overridable by subclasses, and must be for editable objects.
 ISystemEditableRemoteObject ISystemRemoteElementAdapter.getEditableRemoteObject(Object object)
          Return the remote edit wrapper for this object.
 


RSE
Release 1.0

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