public class BasicGraphUI.ComponentHandler extends ComponentAdapter implements ActionListener
Modifier and Type | Field and Description |
---|---|
protected JScrollBar |
scrollBar
ScrollBar that is being adjusted.
|
protected Timer |
timer
Timer used when inside a scrollpane and the scrollbar is adjusting.
|
Constructor and Description |
---|
ComponentHandler() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent ae)
Public as a result of Timer.
|
void |
componentMoved(ComponentEvent e) |
protected JScrollPane |
getScrollPane()
Returns the JScrollPane housing the JGraph, or null if one isn't
found.
|
protected void |
startTimer()
Creates, if necessary, and starts a Timer to check if need to resize
the bounds.
|
componentHidden, componentResized, componentShown
protected Timer timer
protected JScrollBar scrollBar
public void componentMoved(ComponentEvent e)
componentMoved
in interface ComponentListener
componentMoved
in class ComponentAdapter
protected void startTimer()
protected JScrollPane getScrollPane()
public void actionPerformed(ActionEvent ae)
actionPerformed
in interface ActionListener
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.