Class AbstractTaskInfo

java.lang.Object
ghidra.framework.task.gui.taskview.AbstractTaskInfo
All Implemented Interfaces:
Comparable<AbstractTaskInfo>
Direct Known Subclasses:
GroupInfo, TaskInfo

public abstract class AbstractTaskInfo extends Object implements Comparable<AbstractTaskInfo>
  • Field Details

  • Method Details

    • getLabelText

      protected abstract String getLabelText()
    • getGroup

      public GTaskGroup getGroup()
    • compareTo

      public int compareTo(AbstractTaskInfo o)
      Specified by:
      compareTo in interface Comparable<AbstractTaskInfo>
    • getComponent

      public ScheduledTaskPanel getComponent()
    • setBackground

      public void setBackground(Color c)
      sets the background of the component being managed by this info. It is used by the animation framework.
      Parameters:
      c - the color
    • getIndention

      protected int getIndention()
    • setRunning

      public GProgressBar setRunning()
    • setScrollFraction

      public void setScrollFraction(float fraction)