Class IrisTabPainter

java.lang.Object
com.illumon.iris.gui.workspace.IrisTabPainter

public class IrisTabPainter
extends Object
Class to handle Color priority. A temporary color is favored over an alertColor which is favored over the default color.
  • Method Details

    • setTempColor

      public void setTempColor​(Color color)
    • setAlertColor

      public void setAlertColor​(Color color)
    • hasAnyColor

      public boolean hasAnyColor()
      checks if the tab has a temp or alert color
      Returns:
      true if the tab has either a temp or alert color.