RSE
Release 1.0

Uses of Interface
org.eclipse.rse.files.ui.resources.ISystemRemoteResource

Packages that use ISystemRemoteResource
org.eclipse.rse.files.ui.resources   
 

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

Subinterfaces of ISystemRemoteResource in org.eclipse.rse.files.ui.resources
 interface ISystemRemoteEditResource
          This interface defines some common functionality required from all remote resources for edit, irrespective of whether the remote system is an OS/400, Windows, Linux or Unix operating system.
 

Classes in org.eclipse.rse.files.ui.resources that implement ISystemRemoteResource
 class SystemRemoteResource
          This class is the internal implementation of the ISystemRemoteResource interface.
 

Fields in org.eclipse.rse.files.ui.resources declared as ISystemRemoteResource
protected  ISystemRemoteResource SystemRemoteMarker.resource
          Resource with which this marker is associated.
 

Methods in org.eclipse.rse.files.ui.resources that return ISystemRemoteResource
 ISystemRemoteResource SystemRemoteMarker.getResource()
           
 ISystemRemoteResource ISystemRemoteMarker.getResource()
          Returns the resource with which this marker is associated.
 

Methods in org.eclipse.rse.files.ui.resources with parameters of type ISystemRemoteResource
 void SystemRemoteMarkerManager.add(ISystemRemoteResource resource, SystemRemoteMarkerInfo[] newMarkers)
          Adds the given markers to the given resource.
 void SystemRemoteMarkerManager.removeMarker(ISystemRemoteResource resource, long id)
          Removes a marker.
 SystemRemoteMarkerInfo SystemRemoteMarkerManager.findMarkerInfo(ISystemRemoteResource resource, long id)
          Finds a marker info given a resource, and the marker id.
 void SystemRemoteMarkerManager.removeMarkers(ISystemRemoteResource resource, String type, boolean includeSubtypes)
          Removes markers of the given type, and optionally all the subtypes, from the given resource.
 ISystemRemoteMarker SystemRemoteMarkerManager.findMarker(ISystemRemoteResource resource, long id)
          Returns the marker with the given id or null if none is found.
 ISystemRemoteMarker[] SystemRemoteMarkerManager.findMarkers(ISystemRemoteResource resource, String type, boolean includeSubtypes)
          Returns all markers of the specified type on the given target, and optionally the subtypes as well.
 

Constructors in org.eclipse.rse.files.ui.resources with parameters of type ISystemRemoteResource
SystemRemoteMarker(ISystemRemoteResource resource, long id)
          Constructor for SystemRemoteMarker.
 


RSE
Release 1.0

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