RSE
Release 1.0

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

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

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

Classes in org.eclipse.rse.files.ui.resources that implement ISystemRemoteMarkerSetElement
 class SystemRemoteMarkerInfo
          Objects of this type contain marker information.
 

Methods in org.eclipse.rse.files.ui.resources that return ISystemRemoteMarkerSetElement
 ISystemRemoteMarkerSetElement[] SystemRemoteMarkerSet.elements()
          Get the elements in the set as an array.
 ISystemRemoteMarkerSetElement SystemRemoteMarkerSet.get(long id)
          Returns the set element with the given id, or null if none is found.
 

Methods in org.eclipse.rse.files.ui.resources with parameters of type ISystemRemoteMarkerSetElement
 void SystemRemoteMarkerSet.add(ISystemRemoteMarkerSetElement element)
          Add an element to the set.
 void SystemRemoteMarkerSet.addAll(ISystemRemoteMarkerSetElement[] elements)
          Add multiple elements.
 void SystemRemoteMarkerSet.remove(ISystemRemoteMarkerSetElement element)
          Removes the given element from the set.
 void SystemRemoteMarkerSet.removeAll(ISystemRemoteMarkerSetElement[] elements)
          Removes all of the elements in the given array from the set.
 


RSE
Release 1.0

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