public class BasicTreeUI.ComponentHandler extends ComponentAdapterimplements 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
Public as a result of Timer.
|
void |
componentMoved(ComponentEvent
Invoked when the component's position changes.
|
protected JScrollPane |
getScrollPane()
Returns the JScrollPane housing the JTree, 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, componentShownprotected Timertimer
protected JScrollBarscrollBar
public void componentMoved(ComponentEvente)
ComponentAdapter
protected void startTimer()
protected JScrollPanegetScrollPane()
public void actionPerformed(ActionEventae)