private static class IconFactory.KeYControlIcon extends MetalIconFactory.TreeControlIcon
Modifier and Type | Field and Description |
---|---|
private boolean |
collapsed |
private static Icon |
collapsedIcon |
private static Icon |
expandedIcon |
private static long |
serialVersionUID |
isLight
Constructor and Description |
---|
IconFactory.KeYControlIcon(boolean collapsed) |
Modifier and Type | Method and Description |
---|---|
static Icon |
getKeYCollapsedIcon() |
static Icon |
getKeYExpandedIcon() |
void |
paintIcon(Component c,
Graphics g,
int x,
int y) |
private void |
paintMe(Component c,
Graphics g) |
getIconHeight, getIconWidth, paintMe
private static final long serialVersionUID
private static final Icon collapsedIcon
private static final Icon expandedIcon
private boolean collapsed
public static Icon getKeYCollapsedIcon()
public static Icon getKeYExpandedIcon()
public void paintIcon(Component c, Graphics g, int x, int y)
paintIcon
in interface Icon
paintIcon
in class MetalIconFactory.TreeControlIcon