20 package net.sf.gridarta.gui.utils;
22 import java.awt.Color;
23 import org.jetbrains.annotations.NotNull;
62 Severity(@NotNull
final Color color,
final int level) {
final Color color
The tab color.
MODIFIED
The tab contents are modified from defaults.
final int level
The severity level.
Severity(@NotNull final Color color, final int level)
Creates a new instance.
int getLevel()
Returns the severity level.
ERROR
The tab contents are invalid.
Severity levels for colors of tabs.
Color getColor()
Returns the tab color.
DEFAULT
The tab contents are unchanged from defaults.