| |
|
| java.lang.Object com.jidesoft.swing.AutoScroll
AutoScroll | abstract public class AutoScroll (Code) | | Please note: we are still polishing this class and may change the public interface in the future.
Please do not use it for now until we remove this notice. You may choose to use it as long as you don't
complain when you find your code won't compile after upgrading to a new JIDE release.
|
SCROLL_DOWN | final public static int SCROLL_DOWN(Code) | | |
SCROLL_LEFT | final public static int SCROLL_LEFT(Code) | | |
SCROLL_RIGHT | final public static int SCROLL_RIGHT(Code) | | |
SCROLL_UP | final public static int SCROLL_UP(Code) | | |
_autoScrollInterval | protected int _autoScrollInterval(Code) | | |
_autoScrolling | protected boolean _autoScrolling(Code) | | |
_hasEntered | protected boolean _hasEntered(Code) | | |
_scrollDirection | protected int _scrollDirection(Code) | | |
_vertical | protected boolean _vertical(Code) | | |
AutoScroll | protected AutoScroll(Component component, boolean vertical)(Code) | | |
autoScrolling | abstract public void autoScrolling(int direction)(Code) | | |
autoScrollingEnded | public void autoScrollingEnded(int direction)(Code) | | |
autoScrollingStarted | public void autoScrollingStarted(int direction)(Code) | | |
getAutoScrollInterval | public int getAutoScrollInterval()(Code) | | |
getScrollDirection | public int getScrollDirection()(Code) | | |
isAutoScrolling | public boolean isAutoScrolling()(Code) | | |
setAutoScrollInterval | public void setAutoScrollInterval(int autoScrollInterval)(Code) | | |
startAutoScrolling | public void startAutoScrolling(int direction)(Code) | | |
stopAutoScrolling | public void stopAutoScrolling()(Code) | | This protected method is implementation specific and should be private.
do not call or override.
|
updateSelectionForEvent | abstract public void updateSelectionForEvent(MouseEvent e, boolean shouldScroll)(Code) | | |
|
|
|