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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java875 int availTextWidth = tabScroller.croppedEdge.getCropline() -
981 int cropline = tabScroller.croppedEdge.getCropline();
3902 public int getCropline() { method in class:BasicTabbedPaneUI.CroppedEdge
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java829 final int availTextWidth = tabScroller.croppedEdge.getCropline() - (textRect.x - tabRect.x) - tabScroller.croppedEdge.getCroppedSideWidth();
930 final int cropline = tabScroller.croppedEdge.getCropline();
3667 public int getCropline() { method in class:AquaTabbedPaneCopyFromBasicUI.CroppedEdge

Completed in 137 milliseconds