/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | JSeparator.java | 82 private int orientation = HORIZONTAL; field in class:JSeparator 92 * vertical orientation. 94 * @param orientation an integer specifying 97 * @exception IllegalArgumentException if <code>orientation</code> 101 public JSeparator( int orientation ) 103 checkOrientation( orientation ); 104 this.orientation = orientation; 172 * Returns the orientation of this separator. 174 * @return The value of the orientation propert [all...] |
H A D | Scrollable.java | 64 * or column, depending on the value of orientation. Ideally, 72 * @param orientation Either SwingConstants.VERTICAL or SwingConstants.HORIZONTAL. 78 int getScrollableUnitIncrement(Rectangle visibleRect, int orientation, int direction); argument 84 * of rows or columns, depending on the value of orientation. 90 * @param orientation Either SwingConstants.VERTICAL or SwingConstants.HORIZONTAL. 96 int getScrollableBlockIncrement(Rectangle visibleRect, int orientation, int direction); argument
|
H A D | JScrollBar.java | 107 protected int orientation; field in class:JScrollBar 122 private void checkOrientation(int orientation) { argument 123 switch (orientation) { 128 throw new IllegalArgumentException("orientation must be one of: VERTICAL, HORIZONTAL"); 134 * Creates a scrollbar with the specified orientation, 144 * @exception IllegalArgumentException if orientation is not one of VERTICAL, HORIZONTAL 152 public JScrollBar(int orientation, int value, int extent, int min, int max) argument 154 checkOrientation(orientation); 157 this.orientation = orientation; 175 JScrollBar(int orientation) argument 270 setOrientation(int orientation) argument [all...] |
H A D | JToolBar.java | 100 private int orientation = HORIZONTAL; field in class:JToolBar 103 * Creates a new tool bar; orientation defaults to <code>HORIZONTAL</code>. 111 * Creates a new tool bar with the specified <code>orientation</code>. 112 * The <code>orientation</code> must be either <code>HORIZONTAL</code> 115 * @param orientation the orientation desired 117 public JToolBar( int orientation ) 119 this(null, orientation); 125 * orientation is <code>HORIZONTAL</code>. 136 * <code>orientation</cod 148 JToolBar( String name , int orientation) argument 750 DefaultToolBarLayout(int orientation) argument [all...] |
H A D | JSlider.java | 133 protected int orientation; field in class:JSlider 166 private void checkOrientation(int orientation) { argument 167 switch (orientation) { 172 throw new IllegalArgumentException("orientation must be one of: VERTICAL, HORIZONTAL"); 187 * Creates a slider using the specified orientation with the 189 * The orientation can be 193 * @param orientation the orientation of the slider 194 * @throws IllegalArgumentException if orientation is not one of {@code VERTICAL}, {@code HORIZONTAL} 197 public JSlider(int orientation) { argument 270 JSlider(int orientation, int min, int max, int value) argument 729 setOrientation(int orientation) argument [all...] |
H A D | JSplitPane.java | 62 * the new x or y position, depending on the orientation of the 154 * Bound property name for orientation (horizontal or vertical). 156 public final static String ORIENTATION_PROPERTY = "orientation"; 195 protected int orientation; field in class:JSplitPane 257 * specified orientation. 261 * @exception IllegalArgumentException if <code>orientation</code> 264 @ConstructorProperties({"orientation"}) 273 * orientation and redrawing style. 280 * @exception IllegalArgumentException if <code>orientation</code> 291 * orientation an 642 setOrientation(int orientation) argument [all...] |
H A D | JProgressBar.java | 145 protected int orientation; field in class:JProgressBar 197 * The default orientation for a progress bar is <code>HORIZONTAL</code>. 255 * Creates a progress bar with the specified orientation, 263 * @param orient the desired orientation of the progress bar 306 * Creates a progress bar using the specified orientation, 316 * @param orient the desired orientation of the progress bar 373 * {@code SwingConstants.HORIZONTAL}, depending on the orientation 374 * of the progress bar. The default orientation is 381 return orientation; 386 * Sets the progress bar's orientation t [all...] |
H A D | LayoutComparator.java | 49 void setComponentOrientation(ComponentOrientation orientation) { argument 50 horizontal = orientation.isHorizontal(); 51 leftToRight = orientation.isLeftToRight();
|
/openjdk7/jdk/test/java/beans/XMLEncoder/ |
H A D | javax_swing_JSplitPane.java | 47 int orientation = after.getOrientation(); 48 if (orientation != before.getOrientation()) 49 throw new Error("Invalid orientation: " + orientation);
|
/openjdk7/jdk/src/share/classes/java/awt/print/ |
H A D | PageFormat.java | 34 * orientation of a page to be printed. 71 * The orientation of the current page. This will be 113 * This method takes into account the orientation of the 119 int orientation = getOrientation(); 121 if (orientation == PORTRAIT) { 132 * This method takes into account the orientation of the 138 int orientation = getOrientation(); 140 if (orientation == PORTRAIT) { 154 * orientation of the page. 179 * PageFormat is in an invalid orientation 304 setOrientation(int orientation) argument [all...] |
/openjdk7/jdk/src/share/classes/java/awt/ |
H A D | ComponentOrientation.java | 44 * orientation that is to be used to order the elements of a component 74 * Components whose view and controller code depends on orientation 80 * if (orientation == LEFT_TO_RIGHT) { 82 * } else if (orientation == RIGHT_TO_LEFT) { 89 * since it is not guaranteed that orientation objects will be unique. 118 * Indicates that a component's orientation has not been set. 131 return (orientation & HORIZ_BIT) != 0; 141 return (orientation & LTR_BIT) != 0; 145 * Returns the orientation that is appropriate for the given locale. 150 // to find the appropriate orientation 196 private int orientation; field in class:ComponentOrientation [all...] |
H A D | Scrollbar.java | 226 * The <code>Scrollbar</code>'s orientation--being either horizontal 229 * orientation can be either : <code>VERTICAL</code> or 236 int orientation; field in class:Scrollbar 306 * <td>orientation</td> 361 * Constructs a new scroll bar with the specified orientation. 363 * The <code>orientation</code> argument must take one of the two 368 * @param orientation indicates the orientation of the scroll bar 370 * the <code>orientation</code> argument is supplied 375 public Scrollbar(int orientation) throw argument 404 Scrollbar(int orientation, int value, int visible, int minimum, int maximum) argument 465 setOrientation(int orientation) argument [all...] |
H A D | ScrollPaneAdjustable.java | 58 private int orientation; field in class:ScrollPaneAdjustable 182 * @param orientation specifies which scrollbar this object represents, 186 ScrollPaneAdjustable(ScrollPane sp, AdjustmentListener l, int orientation) { argument 188 this.orientation = orientation; 210 * Returns the orientation of this scrollbar. 211 * @return the orientation of this scrollbar, either 216 return orientation; 445 return ((orientation == Adjustable.VERTICAL ? "vertical,"
|
/openjdk7/jdk/src/share/classes/sun/awt/ |
H A D | OrientableFlowLayout.java | 35 * orientation. 41 * The horizontal orientation constant. 46 * The vertical orientation constant. 60 int orientation; field in class:OrientableFlowLayout 66 * Constructs a new flow layout with a horizontal orientation and 74 * Constructs a new flow layout with the specified orientation and 77 * @param orientation the orientation, one of HORIZONTAL or VERTICAL. 79 public OrientableFlowLayout(int orientation) { argument 80 this(orientation, CENTE 91 OrientableFlowLayout(int orientation, int hAlign, int vAlign) argument 107 OrientableFlowLayout(int orientation, int hAlign, int vAlign, int hHGap, int hVGap, int vHGap, int vVGap) argument [all...] |
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/ |
H A D | MotifScrollBarUI.java | 69 protected JButton createDecreaseButton(int orientation) { argument 70 return new MotifScrollBarButton(orientation); 73 protected JButton createIncreaseButton(int orientation) { argument 74 return new MotifScrollBarButton(orientation);
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/ |
H A D | SynthPainterImpl.java | 122 private void paintBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int orientation) { argument 128 if (orientation == SwingConstants.VERTICAL && ltr) { 133 } else if (orientation == SwingConstants.VERTICAL) { 138 } else if (orientation == SwingConstants.HORIZONTAL && ltr) { 141 //horizontal and right-to-left orientation 150 private void paintBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h, int orientation) { argument 153 if (orientation == SwingConstants.VERTICAL && ltr) { 158 } else if (orientation == SwingConstants.VERTICAL) { 163 } else if (orientation == SwingConstants.HORIZONTAL && ltr) { 166 //horizontal and right-to-left orientation 171 paintForeground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int orientation) argument 1077 paintProgressBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1115 paintProgressBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1135 paintProgressBarForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1276 paintScrollBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1315 paintScrollBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1337 paintScrollBarThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1359 paintScrollBarThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1400 paintScrollBarTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1441 paintScrollBarTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1513 paintSeparatorBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1551 paintSeparatorBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1570 paintSeparatorForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1608 paintSliderBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1646 paintSliderBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1665 paintSliderThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1694 paintSliderThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1732 paintSliderTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1770 paintSliderTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1842 paintSplitPaneDividerBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1868 paintSplitPaneDividerForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1888 paintSplitPaneDragDivider(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1997 paintTabbedPaneTabAreaBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2055 paintTabbedPaneTabAreaBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2097 paintTabbedPaneTabBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation) argument 2157 paintTabbedPaneTabBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation) argument 2450 paintToolBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2488 paintToolBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2526 paintToolBarContentBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2564 paintToolBarContentBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2604 paintToolBarDragWindowBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2644 paintToolBarDragWindowBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument [all...] |
/openjdk7/jdk/test/javax/swing/JScrollBar/4865918/ |
H A D | bug4865918.java | 100 public TestScrollBar(int orientation, int value, int extent, argument 102 super(orientation, value, extent, min, max);
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/ |
H A D | SynthPainter.java | 815 * method of the same name without the orientation. 824 * @param orientation one of <code>JProgressBar.HORIZONTAL</code> or 830 int w, int h, int orientation) { 852 * method of the same name without the orientation. 861 * @param orientation one of <code>JProgressBar.HORIZONTAL</code> or 867 int w, int h, int orientation) { 882 * @param orientation one of <code>JProgressBar.HORIZONTAL</code> or 887 int w, int h, int orientation) { 1004 * method of the same name without the orientation. 1013 * @param orientation Orientatio 828 paintProgressBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 865 paintProgressBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 885 paintProgressBarForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1018 paintScrollBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1056 paintScrollBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1078 paintScrollBarThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1099 paintScrollBarThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1138 paintScrollBarTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1178 paintScrollBarTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1247 paintSeparatorBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1284 paintSeparatorBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1303 paintSeparatorForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1339 paintSliderBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1376 paintSliderBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1395 paintSliderThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1413 paintSliderThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1449 paintSliderTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1486 paintSliderTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1555 paintSplitPaneDividerBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1574 paintSplitPaneDividerForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1593 paintSplitPaneDragDivider(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1696 paintTabbedPaneTabAreaBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1735 paintTabbedPaneTabAreaBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1776 paintTabbedPaneTabBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation) argument 1817 paintTabbedPaneTabBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation) argument 2079 paintToolBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2116 paintToolBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2153 paintToolBarContentBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2190 paintToolBarContentBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2229 paintToolBarDragWindowBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2268 paintToolBarDragWindowBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument [all...] |
H A D | ParsedSynthStyle.java | 627 int orientation) { 630 orientation); 643 int orientation) { 646 orientation); 652 int orientation) { 655 x, y, w, h, orientation); 714 int w, int h, int orientation) { 717 orientation); 730 int orientation) { 733 orientation); 625 paintProgressBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 641 paintProgressBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 650 paintProgressBarForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 712 paintScrollBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 728 paintScrollBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 737 paintScrollBarThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 746 paintScrollBarThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 763 paintScrollBarTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 780 paintScrollBarTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 810 paintSeparatorBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 825 paintSeparatorBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 832 paintSeparatorForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 848 paintSliderBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 863 paintSliderBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 871 paintSliderThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 880 paintSliderThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 896 paintSliderTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 912 paintSliderTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 943 paintSplitPaneDividerBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 953 paintSplitPaneDividerForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 964 paintSplitPaneDragDivider(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1009 paintTabbedPaneTabAreaBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1027 paintTabbedPaneTabAreaBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1045 paintTabbedPaneTabBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation) argument 1065 paintTabbedPaneTabBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation) argument 1184 paintToolBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1200 paintToolBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1216 paintToolBarContentBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1233 paintToolBarContentBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1250 paintToolBarDragWindowBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1268 paintToolBarDragWindowBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1705 paintScrollBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1742 paintScrollBarTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1766 paintSeparatorBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1778 paintSeparatorBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1868 paintSplitPaneDividerBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1917 paintTabbedPaneTabAreaBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 1930 paintTabbedPaneTabAreaBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2055 paintToolBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2067 paintToolBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2079 paintToolBarContentBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2091 paintToolBarContentBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2103 paintToolBarDragWindowBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 2115 paintToolBarDragWindowBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument [all...] |
H A D | ImagePainter.java | 452 int w, int h, int orientation) { 464 int w, int h, int orientation) { 470 int w, int h, int orientation) { 522 int w, int h, int orientation) { 534 int w, int h, int orientation) { 541 int w, int h, int orientation) { 547 int w, int h, int orientation) { 560 int w, int h, int orientation) { 572 int w, int h, int orientation) { 598 int w, int h, int orientation) { 450 paintProgressBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 462 paintProgressBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 468 paintProgressBarForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 520 paintScrollBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 532 paintScrollBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 539 paintScrollBarThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 545 paintScrollBarThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 558 paintScrollBarTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 570 paintScrollBarTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 596 paintSeparatorBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 608 paintSeparatorBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 614 paintSeparatorForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 627 paintSliderBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 639 paintSliderBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 646 paintSliderThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 652 paintSliderThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 665 paintSliderTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 678 paintSliderTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 704 paintSplitPaneDividerBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 710 paintSplitPaneDividerForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 716 paintSplitPaneDragDivider(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 755 paintTabbedPaneTabAreaBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 767 paintTabbedPaneTabAreaBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 780 paintTabbedPaneTabBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation) argument 792 paintTabbedPaneTabBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation) argument 895 paintToolBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 907 paintToolBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 920 paintToolBarContentBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 932 paintToolBarContentBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 945 paintToolBarDragWindowBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument 957 paintToolBarDragWindowBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) argument [all...] |
H A D | SynthScrollBarUI.java | 323 int orientation = scrollbar.getOrientation(); 326 orientation); 329 orientation); 377 protected JButton createDecreaseButton(int orientation) { argument 378 SynthArrowButton synthArrowButton = new SynthArrowButton(orientation) { 406 protected JButton createIncreaseButton(int orientation) { argument 407 SynthArrowButton synthArrowButton = new SynthArrowButton(orientation) { 470 if ("orientation" == propertyName) {
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/ |
H A D | MetalSplitPaneDivider.java | 120 int orientation = getOrientationFromSuper(); 143 if(orientation == JSplitPane.VERTICAL_SPLIT) { 163 // in order to remove the additional orientation 229 int orientation = getOrientationFromSuper(); 252 if(orientation == JSplitPane.VERTICAL_SPLIT) { 272 // in order to remove the additional orientation 326 int orientation = getOrientationFromSuper(); 338 if (orientation == JSplitPane.VERTICAL_SPLIT) { 402 return super.orientation;
|
/openjdk7/jdk/src/macosx/classes/sun/lwawt/ |
H A D | LWScrollBarPeer.java | 65 final int orientation = target.getOrientation(); 68 delegate.setOrientation(orientation == Scrollbar.HORIZONTAL
|
/openjdk7/jdk/src/macosx/classes/com/apple/laf/ |
H A D | AquaSliderUI.java | 138 final Orientation orientation = slider.getOrientation() == SwingConstants.HORIZONTAL ? Orientation.HORIZONTAL : Orientation.VERTICAL; 152 if (trackIntersectsClip || clip.intersects(thumbRect)) paintTrack(g, c, orientation, state); 164 paintThumb(g, c, orientation, state); 169 public void paintTrack(final Graphics g, final JComponent c, final Orientation orientation, final State state) { argument 170 trackPainter.state.set(orientation); 180 public void paintThumb(final Graphics g, final JComponent c, final Orientation orientation, final State state) { argument 181 thumbPainter.state.set(orientation); 184 thumbPainter.state.set(getDirection(orientation)); 192 Direction getDirection(final Orientation orientation) { argument 194 return orientation [all...] |
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/ |
H A D | BasicSplitPaneDivider.java | 66 * Width or height of the divider based on orientation 108 protected int orientation; field in class:BasicSplitPaneDivider 150 orientation = splitPane.getOrientation(); 151 setCursor((orientation == JSplitPane.HORIZONTAL_SPLIT) ? 293 if (orientation == JSplitPane.HORIZONTAL_SPLIT) { 314 orientation = splitPane.getOrientation(); 315 setCursor((orientation == JSplitPane.HORIZONTAL_SPLIT) ? 404 if (orientation == JSplitPane.VERTICAL_SPLIT) { 459 if (orientation == JSplitPane.VERTICAL_SPLIT) { 553 if (orientation [all...] |