public enum PipeBitPainter extends Enum<PipeBitPainter>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
static PipeBitPainter |
getInstance() |
void |
loadIcons() |
void |
paintObject(Component renderer,
Object value,
boolean isSelected) |
void |
paintPipeBitInfo(Component renderer,
PipeBitInfo info,
boolean isSelected) |
static PipeBitPainter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipeBitPainter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PipeBitPainter INSTANCE
public static PipeBitPainter[] values()
for (PipeBitPainter c : PipeBitPainter.values()) System.out.println(c);
public static PipeBitPainter valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static PipeBitPainter getInstance()
public void loadIcons()
public void paintPipeBitInfo(Component renderer, PipeBitInfo info, boolean isSelected)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.