org.jdesktop.swingx.plaf.basic
Class BasicDatePickerUI.PopupRemover

java.lang.Object
  extended by org.jdesktop.swingx.plaf.basic.BasicDatePickerUI.PopupRemover
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
BasicDatePickerUI

public class BasicDatePickerUI.PopupRemover
extends Object
implements PropertyChangeListener


Constructor Summary
BasicDatePickerUI.PopupRemover()
           
 
Method Summary
 void load()
           
 void propertyChange(PropertyChangeEvent evt)
          This method gets called when a bound property is changed.
 void unload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicDatePickerUI.PopupRemover

public BasicDatePickerUI.PopupRemover()
Method Detail

load

public void load()

unload

public void unload()

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Description copied from interface: java.beans.PropertyChangeListener
This method gets called when a bound property is changed.

Specified by:
propertyChange in interface PropertyChangeListener
Parameters:
evt - A PropertyChangeEvent object describing the event source and the property that has changed.