RSE
Release 3.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
 

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.
 


RSE
Release 3.0

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