Searched refs:getScrollableBlockIncrement (Results 1 - 9 of 9) 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 DJScrollPane.java780 * @see Scrollable#getScrollableBlockIncrement
790 return view.getScrollableBlockIncrement(vr, getOrientation(), direction);
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/plaf/basic/
H A DBasicScrollPaneUI.java808 amount = ((Scrollable)view).getScrollableBlockIncrement
924 scrollComp.getScrollableBlockIncrement(viewRect,
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultEditorKit.java1426 target.getScrollableBlockIncrement(
H A DJTextComponent.java2040 public int getScrollableBlockIncrement(Rectangle visibleRect, int orientation, int direction) { method in class:JTextComponent

Completed in 1285 milliseconds