Uses of Class
org.crsh.text.Color

Packages that use Color
org.crsh.shell.ui   
org.crsh.text   
 

Uses of Color in org.crsh.shell.ui
 

Fields in org.crsh.shell.ui declared as Color
private  Color Element.background
          .
private  Color Element.foreground
          .
 

Methods in org.crsh.shell.ui that return Color
 Color Element.getBackground()
           
 Color Element.getForeground()
           
 

Methods in org.crsh.shell.ui with parameters of type Color
 void Element.setBackground(Color background)
           
 void Element.setForeground(Color foreground)
           
 

Uses of Color in org.crsh.text
 

Fields in org.crsh.text declared as Color
protected  Color Style.background
          .
protected  Color Style.foreground
          .
 

Methods in org.crsh.text that return Color
 Color Style.getBackground()
           
 Color Style.getForeground()
           
static Color Color.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Color[] Color.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.crsh.text with parameters of type Color
 void ShellPrintWriter.print(Object obj, Color foreground)
           
 void ShellPrintWriter.print(Object obj, Color foreground, Color background)
           
 void ShellPrintWriter.print(Object obj, Decoration decoration, Color foreground)
           
 void ShellPrintWriter.print(Object obj, Decoration decoration, Color foreground, Color background)
           
 void ShellPrintWriter.println(Object obj, Color foreground)
           
 void ShellPrintWriter.println(Object obj, Color foreground, Color background)
           
 void ShellPrintWriter.println(Object obj, Decoration decoration, Color foreground)
           
 void ShellPrintWriter.println(Object obj, Decoration decoration, Color foreground, Color background)
           
static Style Style.style(Color foreground)
           
static Style Style.style(Color foreground, Color background)
           
static Style Style.style(Decoration decoration, Color foreground)
           
static Style Style.style(Decoration decoration, Color foreground, Color background)
           
 

Constructors in org.crsh.text with parameters of type Color
Style.Regular(Decoration decoration, Color foreground, Color background)
           
Style(Decoration decoration, Color foreground, Color background)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.