Uses of Class
org.argouml.swingext.Orientation

Packages that use Orientation
org.argouml.swingext An extension package for swing classes 
org.argouml.ui contains many user interface related classes, such as the ProjectBrowser, actions, stylepanels etc. 
org.argouml.uml.ui = PROPERTIES PANELS, this and sub-packages contain an implementation of prop panels (in swing) for nearly all UML model elements; also all supporting models and actions. 
org.argouml.uml.ui.behavior.state_machines Properties panels for the behavior.state_machines uml package  
org.argouml.uml.ui.foundation.core Properties panels for the foundation.core uml package  
org.argouml.uml.ui.model_management Properties panels for the model management uml package. 
org.argouml.util various utilities  
 

Uses of Orientation in org.argouml.swingext
 

Subclasses of Orientation in org.argouml.swingext
 class Horizontal
          A horizontal implementation of Orientation.
 class Vertical
          Various utilities to aid components that are aware of their horizontal/vertical orientation.
 

Fields in org.argouml.swingext declared as Orientation
static Orientation Splitter.HORIZONTAL_SPLIT
           
static Orientation Splitter.VERTICAL_SPLIT
           
static Orientation MultipleSplitPane.HORIZONTAL_SPLIT
           
static Orientation MultipleSplitPane.VERTICAL_SPLIT
           
static Orientation LineLayout.HORIZONTAL
           
static Orientation LineLayout.VERTICAL
           
protected  Orientation LineLayout._orientation
           
 

Methods in org.argouml.swingext that return Orientation
static Orientation Vertical.getInstance()
          Get an instance of an Orientation object.
 Orientation Vertical.getPerpendicular()
          Get an instance of an Orientation perpendicular to this instance.
abstract  Orientation Orientation.getPerpendicular()
          Get an instance of an Orientation perpendicular to this instance.
static Orientation Horizontal.getInstance()
          Get an instance of a Horizontal object.
 Orientation Horizontal.getPerpendicular()
          Get an instance of an Orientation perpendicular to this instance.
 

Methods in org.argouml.swingext with parameters of type Orientation
 void Orientable.setOrientation(Orientation orientation)
           
 

Constructors in org.argouml.swingext with parameters of type Orientation
SplitterLayout(Orientation orientation)
           
Splitter(Orientation orientation)
          The constructor
SerialLayout(Orientation orientation)
           
SerialLayout(Orientation orientation, java.lang.String position)
           
SerialLayout(Orientation orientation, java.lang.String position, int direction)
           
SerialLayout(Orientation orientation, java.lang.String position, int direction, int alignment)
           
SerialLayout(Orientation orientation, java.lang.String position, int direction, int alignment, int gap)
           
ProportionalLayout(Orientation orientation)
           
MultipleSplitPane(java.awt.Component[] componentArray, Orientation orientation)
           
MultipleSplitPane(int paneCount, Orientation orientation)
           
LineLayout(Orientation orientation)
           
LineLayout(Orientation orientation, int gap)
           
 

Uses of Orientation in org.argouml.ui
 

Fields in org.argouml.ui declared as Orientation
protected  Orientation TabSpawnable.orientation
           
 

Methods in org.argouml.ui with parameters of type Orientation
 void TabSpawnable.setOrientation(Orientation orientation)
           
 void DetailsPane.setOrientation(Orientation orientation)
          Set the orientation of this details pane;
 

Constructors in org.argouml.ui with parameters of type Orientation
DetailsPane(java.lang.String pane, Orientation orientation)
          Gets all of the _tabPanels from the ConfigLoader, then adds them to the JTabbedPane.
 

Uses of Orientation in org.argouml.uml.ui
 

Methods in org.argouml.uml.ui with parameters of type Orientation
 void TabProps.setOrientation(Orientation orientation)
           
 void PropPanel.setOrientation(Orientation orientation)
          Set the orientation of the panel
 

Constructors in org.argouml.uml.ui with parameters of type Orientation
PropPanel(java.lang.String title, javax.swing.ImageIcon icon, Orientation orientation)
          Construct new PropPanel using LabelledLayout
PropPanel(java.lang.String title, Orientation orientation)
          Constructs a new Proppanel without an icon.
 

Uses of Orientation in org.argouml.uml.ui.behavior.state_machines
 

Constructors in org.argouml.uml.ui.behavior.state_machines with parameters of type Orientation
PropPanelStateVertex(java.lang.String name, javax.swing.ImageIcon icon, Orientation orientation)
          Constructor for PropPanelStateVertex.
PropPanelStateMachine(java.lang.String name, Orientation orient)
           
PropPanelState(java.lang.String name, javax.swing.ImageIcon icon, Orientation orientation)
          Constructor for PropPanelState.
PropPanelEvent(java.lang.String name, javax.swing.ImageIcon icon, Orientation orientation)
          Constructor for PropPanelEvent.
PropPanelCompositeState(java.lang.String name, javax.swing.ImageIcon icon, Orientation orientation)
          Constructor for PropPanelCompositeState.
 

Uses of Orientation in org.argouml.uml.ui.foundation.core
 

Constructors in org.argouml.uml.ui.foundation.core with parameters of type Orientation
PropPanelStructuralFeature(java.lang.String name, Orientation orientation)
          Constructor for PropPanelStructuralFeature.
PropPanelRelationship(java.lang.String name, Orientation orientation)
           
PropPanelNamespace(java.lang.String panelName, javax.swing.ImageIcon icon, Orientation orientation)
           
PropPanelNamespace(java.lang.String title, Orientation orientation)
           
PropPanelModelElement(java.lang.String name, javax.swing.ImageIcon icon, Orientation orientation)
           
PropPanelModelElement(java.lang.String name, Orientation orientation)
           
PropPanelFeature(java.lang.String name, Orientation orientation)
          Constructor for PropPanelFeature.
PropPanelDependency(java.lang.String name, Orientation orientation)
          Constructor that should be used by subclasses to initialize the attributes a dependency has.
PropPanelClassifier(java.lang.String title, Orientation orientation)
           
PropPanelClassifier(java.lang.String name, javax.swing.ImageIcon icon, Orientation orientation)
           
PropPanelAssociationEnd(java.lang.String name, Orientation orientation)
          Constructs the proppanel including initializing all scrollpanes, panels etc.
PropPanelAssociation(java.lang.String title, Orientation orientation)
           
 

Uses of Orientation in org.argouml.uml.ui.model_management
 

Constructors in org.argouml.uml.ui.model_management with parameters of type Orientation
PropPanelPackage(java.lang.String title, Orientation orientation)
          Constructor for PropPanelPackage.
 

Uses of Orientation in org.argouml.util
 

Methods in org.argouml.util that return Orientation
static Orientation ConfigLoader.getTabPropsOrientation()
           
 

Methods in org.argouml.util with parameters of type Orientation
static void ConfigLoader.loadTabs(java.util.Vector tabs, java.lang.String panelName, Orientation orientation)
           
 



ArgoUML © 1996-2003 (20040229)ArgoUML Project HomeArgoUML Cookbook