javax.swing.plaf.basic

Class BasicToolBarUI.PropertyListener

protected class BasicToolBarUI.PropertyListener extends Object implements PropertyChangeListener

This helper class listens for PropertyChangeEvents from the JToolBar.
Method Summary
voidpropertyChange(PropertyChangeEvent e)
This method is called when a property from the JToolBar is changed.

Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent e)
This method is called when a property from the JToolBar is changed.

Parameters: e The PropertyChangeEvent.