torero.gui
Class MyTreeUI.ComponentHandler
java.lang.Object
|
+--java.awt.event.ComponentAdapter
|
+--torero.gui.MyTreeUI.ComponentHandler
- All Implemented Interfaces:
- ActionListener, ComponentListener, EventListener
- Enclosing class:
- MyTreeUI
- public class MyTreeUI.ComponentHandler
- extends ComponentAdapter
- implements ActionListener
Updates the preferred size when scrolling (if necessary).
Not used, nothing implemented.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyTreeUI.ComponentHandler
public MyTreeUI.ComponentHandler()
actionPerformed
public void actionPerformed(ActionEvent e)
- Not implemented.
- Specified by:
actionPerformed
in interface ActionListener
componentMoved
public void componentMoved(ComponentEvent e)
- Not implemented.
- Overrides:
componentMoved
in class ComponentAdapter