protected static class AutoScrollActivator.AutoScrollProperties
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
java.awt.Point |
currentLocation |
|
javax.swing.JPopupMenu |
iconPopupMenu |
|
boolean |
isDragMode |
|
java.awt.Point |
startLocation |
|
javax.swing.Timer |
timer |
|
java.awt.event.AWTEventListener |
toolkitListener |
Modifier | Constructor | Description |
---|---|---|
protected |
AutoScrollProperties() |
public java.awt.Point startLocation
public java.awt.Point currentLocation
public javax.swing.Timer timer
public java.awt.event.AWTEventListener toolkitListener
public boolean isDragMode
public javax.swing.JPopupMenu iconPopupMenu