org.openide.io 1.20.1

Uses of Class
org.openide.windows.IOColors.OutputType

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.20.1

Built on December 29 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.