Searched defs:getOrientation (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSeparator.java182 public int getOrientation() { method in class:JSeparator
196 * @see #getOrientation
H A DJProgressBar.java336 setOrientation(orient); // documented with set/getOrientation()
380 public int getOrientation() { method in class:JProgressBar
394 * @see #getOrientation
1053 if (getOrientation() == VERTICAL) {
H A DJScrollBar.java249 * @see java.awt.Adjustable#getOrientation
251 public int getOrientation() { method in class:JScrollBar
261 * @see #getOrientation
739 if (getOrientation() == VERTICAL) {
846 if (getOrientation() == VERTICAL) {
H A DJToolBar.java197 setLayout(new DefaultToolBarLayout(getOrientation()));
401 public int getOrientation() method in class:JToolBar
416 * @see #getOrientation
574 if (getOrientation() == VERTICAL) {
H A DJSlider.java708 public int getOrientation() { method in class:JSlider
719 * @see #getOrientation
1447 if (getOrientation() == VERTICAL) {
H A DJSplitPane.java664 public int getOrientation() { method in class:JSplitPane
783 if (getOrientation() == VERTICAL_SPLIT) {
1173 if (getOrientation() == VERTICAL_SPLIT) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponentOrientation.java148 public static ComponentOrientation getOrientation(Locale locale) { method in class:ComponentOrientation
174 * @deprecated As of J2SE 1.4, use {@link #getOrientation(java.util.Locale)}.
177 public static ComponentOrientation getOrientation(ResourceBundle bdl) method in class:ComponentOrientation
188 result = getOrientation(bdl.getLocale());
191 result = getOrientation(Locale.getDefault());
H A DAdjustable.java61 int getOrientation(); method in interface:Adjustable
H A DScrollPaneAdjustable.java54 * @see #getOrientation
215 public int getOrientation() { method in class:ScrollPaneAdjustable
H A DScrollbar.java233 * @see #getOrientation
449 public int getOrientation() { method in class:Scrollbar
459 * @see java.awt.Scrollbar#getOrientation
1263 if (getOrientation() == VERTICAL) {
/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPageFormat.java119 int orientation = getOrientation();
138 int orientation = getOrientation();
162 switch (getOrientation()) {
201 switch (getOrientation()) {
236 if (getOrientation() == PORTRAIT) {
254 if (getOrientation() == PORTRAIT) {
302 * @see #getOrientation
318 public int getOrientation() { method in class:PageFormat
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicOptionPaneUI.java971 private int getOrientation(Container container) { method in class:BasicOptionPaneUI.ButtonAreaLayout
1018 switch (getOrientation(container)) {
H A DBasicToolBarUI.java155 setOrientation( toolBar.getOrientation() );
850 int orientation = toolBar.getOrientation();
930 dockingSensitivity = (toolBar.getOrientation() == JToolBar.HORIZONTAL)
986 dragWindow.setOrientation(toolBar.getOrientation());
1252 if (toolBar.getOrientation() == JToolBar.HORIZONTAL) {
1376 int orientation = toolBar.getOrientation();
1391 public int getOrientation() { method in class:BasicToolBarUI.DragWindow
H A DBasicSplitPaneUI.java343 setOrientation(splitPane.getOrientation());
626 public int getOrientation() { method in class:BasicSplitPaneUI
954 int orientation = splitPane.getOrientation();
2043 orientation = splitPane.getOrientation();

Completed in 65 milliseconds