JIDE 3.5.15

com.jidesoft.plaf.basic
Class BasicCollapsiblePaneUI.CollapsiblePanePropertyChangeListener

java.lang.Object
  extended by com.jidesoft.plaf.basic.BasicCollapsiblePaneUI.CollapsiblePanePropertyChangeListener
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
BasicCollapsiblePaneUI

public class BasicCollapsiblePaneUI.CollapsiblePanePropertyChangeListener
extends Object
implements PropertyChangeListener


Constructor Summary
BasicCollapsiblePaneUI.CollapsiblePanePropertyChangeListener()
           
 
Method Summary
 void propertyChange(PropertyChangeEvent evt)
          Detects changes in state from the CollapsiblePane and handles actions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCollapsiblePaneUI.CollapsiblePanePropertyChangeListener

public BasicCollapsiblePaneUI.CollapsiblePanePropertyChangeListener()
Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Detects changes in state from the CollapsiblePane and handles actions.

Specified by:
propertyChange in interface PropertyChangeListener

JIDE 3.5.15