Class TaskMarker


public class TaskMarker extends ConcreteMarker
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 Details

    • TaskMarker

      public TaskMarker(IMarker toCopy)
  • 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 class ConcreteMarker
    • getPriority

      public int getPriority()
    • getDone

      public int getDone()