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

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

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

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

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

Methods in org.pentaho.di.ui.spoon with parameters of type GCInterface.ELineStyle
 void SWTGC.setLineStyle(GCInterface.ELineStyle lineStyle)