javax.swing.plaf.metal
Class MetalToolBarUI.MetalContainerListener

java.lang.Object
  extended by javax.swing.plaf.basic.BasicToolBarUI.ToolBarContListener
      extended by javax.swing.plaf.metal.MetalToolBarUI.MetalContainerListener
All Implemented Interfaces:
ContainerListener, EventListener
Enclosing class:
MetalToolBarUI

protected class MetalToolBarUI.MetalContainerListener
extends BasicToolBarUI.ToolBarContListener

A listener (no longer used) that responds when components are added to or removed from the JToolBar. The required behaviour is now handled in the super class.

See Also:
MetalToolBarUI.createContainerListener()

Constructor Summary
protected MetalToolBarUI.MetalContainerListener()
          Creates a new instance.
 
Method Summary
 
Methods inherited from class javax.swing.plaf.basic.BasicToolBarUI.ToolBarContListener
componentAdded, componentRemoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetalToolBarUI.MetalContainerListener

protected MetalToolBarUI.MetalContainerListener()
Creates a new instance.