|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jidesoft.pane.event.CollapsiblePaneAdapter
public class CollapsiblePaneAdapter
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 |
---|
public CollapsiblePaneAdapter()
Method Detail |
---|
public void paneExpanding(CollapsiblePaneEvent event)
paneExpanding
in interface CollapsiblePaneListener
public void paneExpanded(CollapsiblePaneEvent event)
paneExpanded
in interface CollapsiblePaneListener
public void paneCollapsing(CollapsiblePaneEvent event)
paneCollapsing
in interface CollapsiblePaneListener
public void paneCollapsed(CollapsiblePaneEvent event)
paneCollapsed
in interface CollapsiblePaneListener
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |