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

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

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

Methods in org.pentaho.di.core.gui that return GCInterface.EFont
static GCInterface.EFont GCInterface.EFont.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GCInterface.EFont[] GCInterface.EFont.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.EFont
 void GCInterface.setFont(GCInterface.EFont font)
           
 void SwingGC.setFont(GCInterface.EFont font)
           
 

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

Methods in org.pentaho.di.ui.spoon with parameters of type GCInterface.EFont
 void SWTGC.setFont(GCInterface.EFont font)