|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Orientation | |
org.argouml.swingext | |
org.argouml.ui | contains many user interface related classes, such as the ProjectBrowser, actions, stylepanels etc. |
org.argouml.uml.ui | Package Specification (none) Related Documentation (none) |
org.argouml.uml.ui.behavior.state_machines | Package Specification (none) Related Documentation (none) |
org.argouml.uml.ui.foundation.core | Package Specification (none) Related Documentation (none) |
org.argouml.uml.ui.model_management | Package Specification (none) Related Documentation (none) |
org.argouml.util | Package Specification (none) Related Documentation (none) |
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 |
LineLayout.HORIZONTAL
|
static Orientation |
LineLayout.VERTICAL
|
protected Orientation |
LineLayout.orientation
|
static Orientation |
Splitter.HORIZONTAL_SPLIT
|
static Orientation |
Splitter.VERTICAL_SPLIT
|
static Orientation |
MultipleSplitPane.HORIZONTAL_SPLIT
|
static Orientation |
MultipleSplitPane.VERTICAL_SPLIT
|
Methods in org.argouml.swingext that return Orientation | |
abstract Orientation |
Orientation.getPerpendicular()
Get an instance of an Orientation perpendicular to this instance.If called on a horizontal instance then a vertical instance is returned. If called on a vertical instance then a horizontal instance is returned. |
static Orientation |
Vertical.getInstance()
Get an instance of an Orientation object. |
Orientation |
Vertical.getPerpendicular()
Get an instance of an Orientation perpendicular to this instance.If called on a horizontal instance then a vertical instance is returned. If called on a vertical instance then a horizontal instance is returned. |
static Orientation |
Horizontal.getInstance()
Get an instance of a Horizontal object. |
Orientation |
Horizontal.getPerpendicular()
Get an instance of an Orientation perpendicular to this instance.If called on a horizontal instance then a vertical instance is returned. If called on a vertical instance then a horizontal instance is returned. |
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 | |
LabelledLayout(Orientation orientation)
Construct a new GridLayout2 with a default of one column per component, in a single row. |
|
LineLayout(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)
|
|
ProportionalLayout(Orientation orientation)
|
|
SplitterLayout(Orientation orientation)
|
|
MultipleSplitPane(java.awt.Component[] componentArray,
Orientation orientation)
|
|
MultipleSplitPane(int paneCount,
Orientation orientation)
|
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)
|
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)
|
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. |
|
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 | |
PropPanelModelElement(java.lang.String name,
javax.swing.ImageIcon icon,
Orientation orientation)
|
|
PropPanelModelElement(java.lang.String name,
Orientation orientation)
|
|
PropPanelNamespace(java.lang.String title,
Orientation orientation)
|
|
PropPanelClassifier(java.lang.String title,
Orientation orientation)
|
|
PropPanelRelationship(java.lang.String name,
Orientation orientation)
|
|
PropPanelAssociation(java.lang.String title,
Orientation orientation)
|
|
PropPanelAssociationEnd(java.lang.String name,
Orientation orientation)
Constructs the proppanel including initializing all scrollpanes, panels etc. but excluding placing them on the proppanel itself. |
|
PropPanelFeature(java.lang.String name,
Orientation orientation)
Constructor for PropPanelFeature. |
|
PropPanelStructuralFeature(java.lang.String name,
Orientation orientation)
Constructor for PropPanelStructuralFeature. |
|
PropPanelDependency(java.lang.String name,
Orientation orientation)
Constructor that should be used by subclasses to initialize the attributes a dependency has. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ArgoUML (c) 1996-2002 |