public class AutoScrollActivator
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static class |
AutoScrollActivator.AutoScrollMouseListener |
protected static class |
AutoScrollActivator.AutoScrollProperties |
Modifier and Type | Field and Description |
---|---|
protected AutoScrollActivator.AutoScrollProperties |
autoScrollProperties |
protected static javax.swing.ImageIcon |
H_IMAGE_ICON |
protected static javax.swing.ImageIcon |
HV_IMAGE_ICON |
protected javax.swing.JScrollPane |
scrollPane |
protected static javax.swing.ImageIcon |
V_IMAGE_ICON |
Constructor and Description |
---|
AutoScrollActivator(javax.swing.JScrollPane scrollPane) |
Modifier and Type | Method and Description |
---|---|
protected void |
activateAutoScroll(java.awt.event.MouseEvent e) |
protected void |
configureScrollPane() |
protected void |
deactivateAutoScroll() |
protected javax.swing.ImageIcon |
getAutoScrollIcon() |
static void |
setAutoScrollEnabled(javax.swing.JScrollPane scrollPane,
boolean isEnabled) |
protected javax.swing.JScrollPane scrollPane
protected AutoScrollActivator.AutoScrollProperties autoScrollProperties
protected static final javax.swing.ImageIcon H_IMAGE_ICON
protected static final javax.swing.ImageIcon V_IMAGE_ICON
protected static final javax.swing.ImageIcon HV_IMAGE_ICON
public AutoScrollActivator(javax.swing.JScrollPane scrollPane)
protected void deactivateAutoScroll()
protected void activateAutoScroll(java.awt.event.MouseEvent e)
protected void configureScrollPane()
protected javax.swing.ImageIcon getAutoScrollIcon()
public static void setAutoScrollEnabled(javax.swing.JScrollPane scrollPane, boolean isEnabled)