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

/openjdk7/jdk/src/share/classes/java/awt/
H A DAdjustable.java109 int getBlockIncrement(); method in interface:Adjustable
H A DScrollPaneAdjustable.java136 * @see #getBlockIncrement
269 public int getBlockIncrement() { method in class:ScrollPaneAdjustable
H A DScrollbar.java786 * @see java.awt.Scrollbar#getBlockIncrement
825 public int getBlockIncrement() { method in class:Scrollbar
831 * replaced by <code>getBlockIncrement()</code>.
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJScrollBar.java397 public int getBlockIncrement(int direction) { method in class:JScrollBar
407 * @see #getBlockIncrement()
432 * @see Adjustable#getBlockIncrement
433 * @see #getBlockIncrement(int)
435 public int getBlockIncrement() { method in class:JScrollBar
H A DJScrollPane.java670 * <code>getUnitIncrement</code> and <code>getBlockIncrement</code>
775 * <code>super.getBlockIncrement</code>.
782 public int getBlockIncrement(int direction) { method in class:JScrollPane.ScrollBar
785 return super.getBlockIncrement(direction);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXScrollbar.java723 int getBlockIncrement() { method in class:XScrollbar

Completed in 55 milliseconds