Class TaskMarker
java.lang.Object
org.eclipse.ui.views.markers.internal.MarkerNode
org.eclipse.ui.views.markers.internal.ConcreteMarker
org.eclipse.ui.views.markers.internal.TaskMarker
Represents a marker visible in the Tasks view. Additional members should be added
to this class if new fields are added to the Tasks view. Such members should be
initialized in the constructor, and accessed via get methods rather than accessing
the IMarker instance directly. This is necessary to support sorting in a reasonable
time bound.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.ui.views.markers.internal.ConcreteMarker
clearCache, equals, getChildren, getConcreteRepresentative, getCreationTime, getDescription, getDescriptionKey, getFolder, getGroup, getId, getLine, getLocationString, getMarker, getParent, getResource, getResourceName, getResourceNameKey, getShortFolder, getType, hashCode, isConcrete, setCategory, setGroup
-
Constructor Details
-
TaskMarker
-
-
Method Details
-
refresh
public void refresh()Description copied from class:ConcreteMarker
Refresh the properties of this marker from the underlying IMarker instance- Overrides:
refresh
in classConcreteMarker
-
getPriority
public int getPriority() -
getDone
public int getDone()
-