Uses of Class
org.pentaho.di.core.gui.GCInterface.EColor

Packages that use GCInterface.EColor
org.pentaho.di.core.gui   
org.pentaho.di.ui.spoon This package contains the classes needed by Spoon. 
 

Uses of GCInterface.EColor in org.pentaho.di.core.gui
 

Methods in org.pentaho.di.core.gui that return GCInterface.EColor
static GCInterface.EColor GCInterface.EColor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GCInterface.EColor[] GCInterface.EColor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.core.gui with parameters of type GCInterface.EColor
 void GCInterface.setBackground(GCInterface.EColor color)
           
 void SwingGC.setBackground(GCInterface.EColor color)
           
 void GCInterface.setForeground(GCInterface.EColor color)
           
 void SwingGC.setForeground(GCInterface.EColor color)
           
 

Uses of GCInterface.EColor in org.pentaho.di.ui.spoon
 

Methods in org.pentaho.di.ui.spoon with parameters of type GCInterface.EColor
 void SWTGC.setBackground(GCInterface.EColor color)
           
 void SWTGC.setForeground(GCInterface.EColor color)