PTP
Release 7.0

Uses of Interface
org.eclipse.ptp.pldt.common.IArtifact

Packages that use IArtifact
org.eclipse.ptp.pldt.common   
org.eclipse.ptp.pldt.common.views   
 

Uses of IArtifact in org.eclipse.ptp.pldt.common
 

Classes in org.eclipse.ptp.pldt.common that implement IArtifact
 class Artifact
           
 

Methods in org.eclipse.ptp.pldt.common that return IArtifact
static IArtifact ArtifactManager.getArtifact(IMarker marker)
          return the artifact for a marker; involves looking up the Artifact Manager, then the Artifact within that.
 

Methods in org.eclipse.ptp.pldt.common with parameters of type IArtifact
 void ArtifactManager.addArtifactToHash(IArtifact a)
          Add an artifact to the hashtable for future lookup
 boolean ArtifactManager.removeArtifact(IArtifact a)
          Remove artifact by artifact object
 

Uses of IArtifact in org.eclipse.ptp.pldt.common.views
 

Methods in org.eclipse.ptp.pldt.common.views that return IArtifact
protected  IArtifact SimpleTableMarkerView.getSimpleArtifact(IMarker marker)
          get artifact from marker
protected  IArtifact SimpleTreeTableMarkerView.getSimpleArtifact(IMarker marker)
          get artifact from marker
 

Methods in org.eclipse.ptp.pldt.common.views with parameters of type IArtifact
protected  void SimpleTableMarkerView.pushChangedInfo(IArtifact artifact, IMarker marker)
          Push change info (artifact and marker) onto a stack so we can remember it, for possible undo action.
protected  void SimpleTreeTableMarkerView.pushChangedInfo(IArtifact artifact, IMarker marker)
          Push change info (artifact and marker) onto a stack so we can remember it, for possible undo action.
 


PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.