Uses of Class
org.apache.hop.core.gui.AreaOwner.AreaType
-
Packages that use AreaOwner.AreaType Package Description org.apache.hop.core.gui -
-
Uses of AreaOwner.AreaType in org.apache.hop.core.gui
Methods in org.apache.hop.core.gui that return AreaOwner.AreaType Modifier and Type Method Description AreaOwner.AreaTypeAreaOwner. getAreaType()static AreaOwner.AreaTypeAreaOwner.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.apache.hop.core.gui with parameters of type AreaOwner.AreaType Modifier and Type Method Description voidAreaOwner. setAreaType(AreaOwner.AreaType areaType)Constructors in org.apache.hop.core.gui with parameters of type AreaOwner.AreaType Constructor Description AreaOwner(AreaOwner.AreaType areaType, int x, int y, int width, int height, DPoint offset, Parent parent, Owner owner)
-