Uses of Interface
com.alee.extended.panel.CollapsiblePaneListener

Packages that use CollapsiblePaneListener
com.alee.extended.panel   
 

Uses of CollapsiblePaneListener in com.alee.extended.panel
 

Classes in com.alee.extended.panel that implement CollapsiblePaneListener
 class CollapsiblePaneAdapter
          User: mgarin Date: 09.04.12 Time: 18:22
 

Fields in com.alee.extended.panel with type parameters of type CollapsiblePaneListener
protected  java.util.List<CollapsiblePaneListener> WebCollapsiblePane.listeners
          Collapsible pane listeners.
protected  java.util.List<CollapsiblePaneListener> WebAccordion.stateListeners
          Accordion collapsible pane state listeners.
 

Methods in com.alee.extended.panel that return types with arguments of type CollapsiblePaneListener
 java.util.List<CollapsiblePaneListener> WebCollapsiblePane.getCollapsiblePaneListeners()
          Returns collapsible pane listeners.
 

Methods in com.alee.extended.panel with parameters of type CollapsiblePaneListener
 void WebCollapsiblePane.addCollapsiblePaneListener(CollapsiblePaneListener listener)
          Adds collapsible pane listener.
 void WebCollapsiblePane.removeCollapsiblePaneListener(CollapsiblePaneListener listener)
          Removes collapsible pane listener.
 

Method parameters in com.alee.extended.panel with type arguments of type CollapsiblePaneListener
 void WebCollapsiblePane.setCollapsiblePaneListeners(java.util.List<CollapsiblePaneListener> listeners)
          Sets collapsible pane listeners.