RSE
Release 1.0

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

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

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

Classes in org.eclipse.rse.files.ui.resources that implement ISystemRemoteMarker
 class SystemRemoteMarker
          This class is an internal implementation of the ISystemRemoteMarker interface.
 

Methods in org.eclipse.rse.files.ui.resources that return ISystemRemoteMarker
 ISystemRemoteMarker ISystemRemoteResource.createMarker(String type)
          Creates and returns the marker of the specified type on this resource.
 ISystemRemoteMarker ISystemRemoteResource.findMarker(long id)
          Returns the marker with the specified id on this resource, or null if there is no such marker.
 ISystemRemoteMarker[] ISystemRemoteResource.findMarkers(String type, boolean includeSubtypes)
          Returns all markers of the specified type on this resource, and optionally, on its children.
 ISystemRemoteMarker ISystemRemoteResource.getMarker(long id)
          Gets the marker with the given id.
 ISystemRemoteMarker SystemRemoteResource.createMarker(String type)
           
 ISystemRemoteMarker SystemRemoteResource.findMarker(long id)
           
 ISystemRemoteMarker[] SystemRemoteResource.findMarkers(String type, boolean includeSubtypes)
           
 ISystemRemoteMarker SystemRemoteResource.getMarker(long id)
           
 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.
 

Methods in org.eclipse.rse.files.ui.resources with parameters of type ISystemRemoteMarker
 boolean SystemRemoteMarkerManager.isPersistent(ISystemRemoteMarker marker)
          Returns whether given marker is persistent.
 


RSE
Release 1.0

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