Searched refs:RIGHT_TO_LEFT (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/idn/
H A DUCharacterDirection.java72 case RIGHT_TO_LEFT :
H A DUCharacterEnums.java300 public static final int RIGHT_TO_LEFT = 1; field in interface:UCharacterEnums.ECharacterDirection
303 * JDK-compatible synonum for RIGHT_TO_LEFT.
307 public static final byte DIRECTIONALITY_RIGHT_TO_LEFT = (byte)RIGHT_TO_LEFT;
H A DStringPrep.java461 if(direction == UCharacterDirection.RIGHT_TO_LEFT || direction == UCharacterDirection.RIGHT_TO_LEFT_ARABIC){
476 !((firstCharDir == UCharacterDirection.RIGHT_TO_LEFT || firstCharDir == UCharacterDirection.RIGHT_TO_LEFT_ARABIC) &&
477 (direction == UCharacterDirection.RIGHT_TO_LEFT || direction == UCharacterDirection.RIGHT_TO_LEFT_ARABIC))
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponentOrientation.java82 * } else if (orientation == RIGHT_TO_LEFT) {
114 public static final ComponentOrientation RIGHT_TO_LEFT = field in class:ComponentOrientation
157 return RIGHT_TO_LEFT;
/openjdk7/jdk/test/javax/swing/JScrollPane/
H A DTest6526631.java55 this.pane.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT);
79 if (!scroller.getComponentOrientation().equals(ComponentOrientation.RIGHT_TO_LEFT)) {
/openjdk7/jdk/src/share/classes/sun/font/
H A DTextLineComponent.java85 public static final int RIGHT_TO_LEFT = 1; field in interface:TextLineComponent
96 * @param dir one of the constants LEFT_TO_RIGHT, RIGHT_TO_LEFT, or UNCHANGED
H A DGraphicComponent.java108 else if (dir == LEFT_TO_RIGHT || dir == RIGHT_TO_LEFT) {
111 if (dir == RIGHT_TO_LEFT) {
H A DStandardTextSource.java199 !(dir == TextLineComponent.RIGHT_TO_LEFT && !ltr)) {
/openjdk7/jdk/test/javax/swing/JSpinner/6532833/
H A Dbug6532833.java54 spinner.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT);
/openjdk7/jdk/test/java/awt/GridLayout/LayoutExtraGaps/
H A DLayoutExtraGaps.java65 blackPanel.applyComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT);
74 redPanel.applyComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT);
/openjdk7/jdk/src/share/classes/javax/naming/
H A DNameImpl.java45 private static final byte RIGHT_TO_LEFT = 2; field in class:NameImpl
207 if (syntaxDirection == RIGHT_TO_LEFT)
228 syntaxDirection = RIGHT_TO_LEFT;
279 boolean rToL = (syntaxDirection == RIGHT_TO_LEFT);
456 if (syntaxDirection == RIGHT_TO_LEFT) {
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsComboBoxUI.java130 ComponentOrientation.RIGHT_TO_LEFT)
415 : (comboBox.getComponentOrientation() == ComponentOrientation.RIGHT_TO_LEFT)
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextMeasurer.java431 TextLineComponent.RIGHT_TO_LEFT;
454 TextLineComponent.RIGHT_TO_LEFT;
/openjdk7/jdk/test/java/awt/Focus/ContainerFocusAutoTransferTest/
H A DContainerFocusAutoTransferTest.java213 panel0.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT);
/openjdk7/jdk/src/share/classes/sun/swing/text/
H A DTextComponentPrintable.java551 if (ComponentOrientation.RIGHT_TO_LEFT ==
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultEditorKit.java2302 if( last == ComponentOrientation.RIGHT_TO_LEFT )
2305 next = ComponentOrientation.RIGHT_TO_LEFT;

Completed in 92 milliseconds