Uses of Class
org.pentaho.di.core.gui.AreaOwner.AreaType

Packages that use AreaOwner.AreaType
org.pentaho.di.core.gui   
 

Uses of AreaOwner.AreaType in org.pentaho.di.core.gui
 

Methods in org.pentaho.di.core.gui that return AreaOwner.AreaType
 AreaOwner.AreaType AreaOwner.getAreaType()
           
static AreaOwner.AreaType AreaOwner.AreaType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AreaOwner.AreaType[] AreaOwner.AreaType.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 AreaOwner.AreaType
 void AreaOwner.setAreaType(AreaOwner.AreaType areaType)
           
 

Constructors in org.pentaho.di.core.gui with parameters of type AreaOwner.AreaType
AreaOwner(AreaOwner.AreaType areaType, int x, int y, int width, int heigth, Point offset, Object parent, Object owner)