Public Member Functions | |
void | componentMoved (ComponentEvent e) |
void | actionPerformed (ActionEvent ae) |
Protected Member Functions | |
void | startTimer () |
JScrollPane | getScrollPane () |
Protected Attributes | |
Timer | timer |
JScrollBar | scrollBar |
|
Public as a result of Timer. If the scrollBar is null, or not adjusting, this stops the timer and updates the sizing. |
|
|
|
Returns the JScrollPane housing the JGraph, or null if one isn't found. |
|
Creates, if necessary, and starts a Timer to check if need to resize the bounds. |
|
ScrollBar that is being adjusted. |
|
Timer used when inside a scrollpane and the scrollbar is adjusting. |