Searched defs:getScrollableBlockIncrement (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DScrollable.java96 int getScrollableBlockIncrement(Rectangle visibleRect, int orientation, int direction); method in interface:Scrollable
H A DJLayer.java573 public int getScrollableBlockIncrement(Rectangle visibleRect, method in class:JLayer
576 return ((Scrollable)getView()).getScrollableBlockIncrement(visibleRect,
H A DJList.java2484 * @see #getScrollableBlockIncrement
2631 * @see Scrollable#getScrollableBlockIncrement
2636 public int getScrollableBlockIncrement(Rectangle visibleRect, int orientation, int direction) { method in class:JList
H A DJTree.java3484 public int getScrollableBlockIncrement(Rectangle visibleRect, method in class:JTree
H A DJTable.java4882 * @see Scrollable#getScrollableBlockIncrement
4884 public int getScrollableBlockIncrement(Rectangle visibleRect, method in class:JTable
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java2040 public int getScrollableBlockIncrement(Rectangle visibleRect, int orientation, int direction) { method in class:JTextComponent

Completed in 93 milliseconds