Package com.illumon.iris.gui.workspace
Class IrisTabPainter
java.lang.Object
com.illumon.iris.gui.workspace.IrisTabPainter
Class to handle Color priority. A temporary color is favored over an alertColor which is favored over the default color.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checks if the tab has a temp or alert colorvoid
setAlertColor
(Color color) void
setTempColor
(Color color)
-
Method Details
-
setTempColor
-
setAlertColor
-
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.
-