com.japisoft.multipanes
Interface TitledPaneView

All Known Implementing Classes:
ArrowTitledPaneView, DefaultTitledPaneView

public interface TitledPaneView

Interface for showing the opening/closing state


Method Summary
 javax.swing.JComponent buildPanelHeader(TitledPane pane)
           
 void updateView(TitledPane pane, boolean openedState)
          Update the view due to opening / closing new state
 

Method Detail

buildPanelHeader

public javax.swing.JComponent buildPanelHeader(TitledPane pane)
Returns:
a component showing panel header

updateView

public void updateView(TitledPane pane,
                       boolean openedState)
Update the view due to opening / closing new state