|
org.openide.io 1.23.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IOColors.OutputType in org.openide.windows |
---|
Methods in org.openide.windows that return IOColors.OutputType | |
---|---|
static IOColors.OutputType |
IOColors.OutputType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IOColors.OutputType[] |
IOColors.OutputType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.openide.windows with parameters of type IOColors.OutputType | |
---|---|
static Color |
IOColors.getColor(InputOutput io,
IOColors.OutputType type)
Gets current color for output |
protected abstract Color |
IOColors.getColor(IOColors.OutputType type)
Gets current color for output |
static void |
IOColors.setColor(InputOutput io,
IOColors.OutputType type,
Color color)
Sets specified color for output |
protected abstract void |
IOColors.setColor(IOColors.OutputType type,
Color color)
Sets specified color for output |
|
org.openide.io 1.23.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |