JIDE 3.5.15

com.jidesoft.pane.event
Class CollapsiblePaneAdapter

java.lang.Object
  extended by com.jidesoft.pane.event.CollapsiblePaneAdapter
All Implemented Interfaces:
CollapsiblePaneListener, EventListener

public class CollapsiblePaneAdapter
extends Object
implements CollapsiblePaneListener

The adapter of the interface CollapsibleListener for receiving collapsible pane events.


Constructor Summary
CollapsiblePaneAdapter()
           
 
Method Summary
 void paneCollapsed(CollapsiblePaneEvent event)
          Called whenever the ContentPane of CollapsiblePane is collapsed.
 void paneCollapsing(CollapsiblePaneEvent event)
          Called whenever the ContentPane of CollapsiblePane starts to collapse.
 void paneExpanded(CollapsiblePaneEvent event)
          Called whenever the ContentPane of CollapsiblePane is expanded.
 void paneExpanding(CollapsiblePaneEvent event)
          Called whenever the ContentPane of CollapsiblePane 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

paneExpanding

public void paneExpanding(CollapsiblePaneEvent event)
Called whenever the ContentPane of CollapsiblePane starts to expand.

Specified by:
paneExpanding in interface CollapsiblePaneListener

paneExpanded

public void paneExpanded(CollapsiblePaneEvent event)
Called whenever the ContentPane of CollapsiblePane is expanded.

Specified by:
paneExpanded in interface CollapsiblePaneListener

paneCollapsing

public void paneCollapsing(CollapsiblePaneEvent event)
Called whenever the ContentPane of CollapsiblePane starts to collapse.

Specified by:
paneCollapsing in interface CollapsiblePaneListener

paneCollapsed

public void paneCollapsed(CollapsiblePaneEvent event)
Called whenever the ContentPane of CollapsiblePane is collapsed.

Specified by:
paneCollapsed in interface CollapsiblePaneListener

JIDE 3.5.15