com.alee.extended.panel
Class CollapsiblePaneAdapter

java.lang.Object
  extended by com.alee.extended.panel.CollapsiblePaneAdapter
All Implemented Interfaces:
CollapsiblePaneListener, java.util.EventListener

public abstract class CollapsiblePaneAdapter
extends java.lang.Object
implements CollapsiblePaneListener

User: mgarin Date: 09.04.12 Time: 18:22


Constructor Summary
CollapsiblePaneAdapter()
           
 
Method Summary
 void collapsed(WebCollapsiblePane pane)
          Notifies when collapsible pane finished collapsing.
 void collapsing(WebCollapsiblePane pane)
          Notifies when collapsible pane starts to collapse.
 void expanded(WebCollapsiblePane pane)
          Notifies when collapsible pane finished expanding.
 void expanding(WebCollapsiblePane pane)
          Notifies when collapsible pane starts to expand.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollapsiblePaneAdapter

public CollapsiblePaneAdapter()
Method Detail

expanding

public void expanding(WebCollapsiblePane pane)
Description copied from interface: CollapsiblePaneListener
Notifies when collapsible pane starts to expand.

Specified by:
expanding in interface CollapsiblePaneListener
Parameters:
pane - collapsible pane

expanded

public void expanded(WebCollapsiblePane pane)
Description copied from interface: CollapsiblePaneListener
Notifies when collapsible pane finished expanding.

Specified by:
expanded in interface CollapsiblePaneListener
Parameters:
pane - collapsible pane

collapsing

public void collapsing(WebCollapsiblePane pane)
Description copied from interface: CollapsiblePaneListener
Notifies when collapsible pane starts to collapse.

Specified by:
collapsing in interface CollapsiblePaneListener
Parameters:
pane - collapsible pane

collapsed

public void collapsed(WebCollapsiblePane pane)
Description copied from interface: CollapsiblePaneListener
Notifies when collapsible pane finished collapsing.

Specified by:
collapsed in interface CollapsiblePaneListener
Parameters:
pane - collapsible pane