Home
last modified time | relevance | path

Searched refs:getScrollableBlockIncrement (Results 51 – 75 of 271) sorted by relevance

1234567891011

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/
H A DJList.java221 public int getScrollableBlockIncrement(Rectangle visibleRect, in getScrollableBlockIncrement() method in JList
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/
H A DJList.java221 public int getScrollableBlockIncrement(Rectangle visibleRect, in getScrollableBlockIncrement() method in JList
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/test/evosuite-tests/uk/ac/sanger/artemis/circular/
H A DScrollPanel_ESTest.java85 int int0 = scrollPanel0.getScrollableBlockIncrement(rectangle0, 0, 99); in test5()
/dports/graphics/tiled/tiled-1.7.2/util/java/tmxviewer-java/src/main/java/
H A DTMXViewer.java176 public int getScrollableBlockIncrement(Rectangle visibleRect, in getScrollableBlockIncrement() method in MapView
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/editor/
H A DDisabledImages.java183 public int getScrollableBlockIncrement( in getScrollableBlockIncrement() method in DisabledImages
H A DDisabledImageComponent.java184 public int getScrollableBlockIncrement( in getScrollableBlockIncrement() method in DisabledImageComponent
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/text/
H A DJTextComponent.java494 public int getScrollableBlockIncrement(Rectangle visible, int orientation, in getScrollableBlockIncrement() method in JTextComponent
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/text/
H A DJTextComponent.java494 public int getScrollableBlockIncrement(Rectangle visible, int orientation, in getScrollableBlockIncrement() method in JTextComponent
/dports/games/jin/jin-2.14.1/src/free/jin/console/
H A DConsoleTextPane.java857 public int getScrollableBlockIncrement(Rectangle viewRect, int orientation, int direction){ in getScrollableBlockIncrement() method in ConsoleTextPane
859 return super.getScrollableBlockIncrement(viewRect, orientation, direction); in getScrollableBlockIncrement()
H A DConsole.java1026 outputComponent.getScrollableBlockIncrement(viewRect, in keyPressed()
1031 outputComponent.getScrollableBlockIncrement(viewRect, in keyPressed()
/dports/lang/gcc48/gcc-4.8.5/libjava/javax/swing/
H A DJList.h118 virtual jint getScrollableBlockIncrement(::java::awt::Rectangle *, jint, jint);
/dports/lang/gnat_util/gcc-6-20180516/libjava/javax/swing/
H A DJList.h118 virtual jint getScrollableBlockIncrement(::java::awt::Rectangle *, jint, jint);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/javax/swing/
H A DJList.h118 virtual jint getScrollableBlockIncrement(::java::awt::Rectangle *, jint, jint);
/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/demos/viewer/com/sun/pdfview/
H A DThumbPanel.java372 public int getScrollableBlockIncrement(Rectangle visrect, int orientation, in getScrollableBlockIncrement() method in ThumbPanel
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/javax/swing/
H A DJList.h118 virtual jint getScrollableBlockIncrement(::java::awt::Rectangle *, jint, jint);
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/javax/swing/
H A DJList.h118 virtual jint getScrollableBlockIncrement(::java::awt::Rectangle *, jint, jint);
/dports/lang/gcc48/gcc-4.8.5/libjava/javax/swing/text/
H A DJTextComponent.h93 virtual jint getScrollableBlockIncrement(::java::awt::Rectangle *, jint, jint);
/dports/lang/gnat_util/gcc-6-20180516/libjava/javax/swing/text/
H A DJTextComponent.h93 virtual jint getScrollableBlockIncrement(::java::awt::Rectangle *, jint, jint);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/javax/swing/text/
H A DJTextComponent.h93 virtual jint getScrollableBlockIncrement(::java::awt::Rectangle *, jint, jint);
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/javax/swing/text/
H A DJTextComponent.h93 virtual jint getScrollableBlockIncrement(::java::awt::Rectangle *, jint, jint);
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/javax/swing/text/
H A DJTextComponent.h93 virtual jint getScrollableBlockIncrement(::java::awt::Rectangle *, jint, jint);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTextComponentOperator.java1015 public int getScrollableBlockIncrement(final Rectangle rectangle, final int i, final int i1) {
1019 return ((JTextComponent) getSource()).getScrollableBlockIncrement(rectangle, i, i1);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTextComponentOperator.java1015 public int getScrollableBlockIncrement(final Rectangle rectangle, final int i, final int i1) {
1019 return ((JTextComponent) getSource()).getScrollableBlockIncrement(rectangle, i, i1);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTextComponentOperator.java1015 public int getScrollableBlockIncrement(final Rectangle rectangle, final int i, final int i1) {
1019 return ((JTextComponent) getSource()).getScrollableBlockIncrement(rectangle, i, i1);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTextComponentOperator.java1015 public int getScrollableBlockIncrement(final Rectangle rectangle, final int i, final int i1) {
1019 return ((JTextComponent) getSource()).getScrollableBlockIncrement(rectangle, i, i1);

1234567891011