Uses of Class
at.tuwien.ifs.commons.gui.controls.TitledCollapsiblePanel.Orientation

Packages that use TitledCollapsiblePanel.Orientation
at.tuwien.ifs.commons.gui.controls   
 

Uses of TitledCollapsiblePanel.Orientation in at.tuwien.ifs.commons.gui.controls
 

Fields in at.tuwien.ifs.commons.gui.controls declared as TitledCollapsiblePanel.Orientation
private  TitledCollapsiblePanel.Orientation TitledCollapsiblePanel.orientation
           
 

Methods in at.tuwien.ifs.commons.gui.controls that return TitledCollapsiblePanel.Orientation
 TitledCollapsiblePanel.Orientation TitledCollapsiblePanel.getOrientation()
           
static TitledCollapsiblePanel.Orientation TitledCollapsiblePanel.Orientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TitledCollapsiblePanel.Orientation[] TitledCollapsiblePanel.Orientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in at.tuwien.ifs.commons.gui.controls with parameters of type TitledCollapsiblePanel.Orientation
 void TitledCollapsiblePanel.setOrientation(TitledCollapsiblePanel.Orientation orientation)