Package | Description |
---|---|
org.eclipse.ptp.pldt.common | |
org.eclipse.ptp.pldt.common.views |
Modifier and Type | Class and Description |
---|---|
class |
Artifact |
Modifier and Type | Method and Description |
---|---|
static IArtifact |
ArtifactManager.getArtifact(IMarker marker)
return the artifact for a marker; involves looking up the
Artifact Manager, then the Artifact within that.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactManager.addArtifactToHash(IArtifact a)
Add an artifact to the hashtable for future lookup
|
boolean |
ArtifactManager.removeArtifact(IArtifact a)
Remove artifact by artifact object
|
Modifier and Type | Method and Description |
---|---|
protected IArtifact |
SimpleTreeTableMarkerView.getSimpleArtifact(IMarker marker)
get artifact from marker
|
protected IArtifact |
SimpleTableMarkerView.getSimpleArtifact(IMarker marker)
get artifact from marker
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.