Searched refs:JoinNextDirection (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultStyledDocument.java737 JoinNextDirection);
760 last.setDirection(ElementSpec.JoinNextDirection);
774 last.setDirection(ElementSpec.JoinNextDirection);
827 return ElementSpec.JoinNextDirection;
860 spec.setDirection(ElementSpec.JoinNextDirection);
867 return ElementSpec.JoinNextDirection;
1198 public static final short JoinNextDirection = 5; field in class:DefaultStyledDocument.ElementSpec
1287 * JoinNextDirection)
1296 * @return the direction (JoinPreviousDirection, JoinNextDirection)
1362 case JoinNextDirection
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java344 * with a direction of <code>ElementSpec.JoinNextDirection</code>
367 * with a direction of <code>ElementSpec.JoinNextDirection</code>
2377 spec.setDirection(ElementSpec.JoinNextDirection);
3946 es.setDirection(ElementSpec.JoinNextDirection);

Completed in 726 milliseconds