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.


Constructor Summary
MyTreeUI.ComponentHandler()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          Not implemented.
 void componentMoved(ComponentEvent e)
          Not implemented.
 
Methods inherited from class java.awt.event.ComponentAdapter
componentHidden, componentResized, componentShown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyTreeUI.ComponentHandler

public MyTreeUI.ComponentHandler()
Method Detail

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