Searched refs:isAfter (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DCompositeView.java61 * <li>{@link #isAfter} - Used to test if a given
406 } else if (isAfter((int) x, (int) y, alloc)) {
523 protected abstract boolean isAfter(int x, int y, Rectangle alloc); method in class:CompositeView
H A DFlowView.java838 protected boolean isAfter(int x, int y, Rectangle alloc) { method in class:FlowView.LogicalView
H A DBoxView.java639 protected boolean isAfter(int x, int y, Rectangle innerAlloc) { method in class:BoxView
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextAreaUI.java381 protected boolean isAfter(int x, int y, Rectangle alloc) { method in class:BasicTextAreaUI.PlainParagraph.LogicalView
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneTabState.java100 boolean isAfter(final int i) { method in class:AquaTabbedPaneTabState
H A DAquaTabbedPaneUI.java944 if (firstTab ? visibleTabState.isBefore(i) : visibleTabState.isAfter(i)) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java2252 protected boolean isAfter(int x, int y, Rectangle alloc) { method in class:JEditorPane.PlainEditorKit.PlainParagraph.LogicalView

Completed in 53 milliseconds