ActionListener
, ComponentListener
, EventListener
public class BasicTreeUI.ComponentHandler extends ComponentAdapter implements ActionListener
Modifier and Type | Field | Description |
---|---|---|
protected JScrollBar |
scrollBar |
ScrollBar that is being adjusted.
|
protected Timer |
timer |
Timer used when inside a scrollpane and the scrollbar is
adjusting.
|
Constructor | Description |
---|---|
ComponentHandler() |
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed(ActionEvent ae) |
Public as a result of Timer.
|
void |
componentMoved(ComponentEvent e) |
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, componentShown
protected Timer timer
protected JScrollBar scrollBar
public void componentMoved(ComponentEvent e)
ComponentAdapter
componentMoved
in interface ComponentListener
componentMoved
in class ComponentAdapter
e
- the event to be processedprotected void startTimer()
protected JScrollPane getScrollPane()
JScrollPane
housing the JTree
,
or null if one isn't found.JScrollPane
housing the JTree
public void actionPerformed(ActionEvent ae)
actionPerformed
in interface ActionListener
ae
- the event to be processed Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-internal+0-adhoc.mlchung.jdk9-jdeps