com.japisoft.multipanes.view
Class ArrowTitledPaneView

java.lang.Object
  |
  +--com.japisoft.multipanes.view.ArrowTitledPaneView
All Implemented Interfaces:
TitledPaneView

public class ArrowTitledPaneView
extends java.lang.Object
implements TitledPaneView

Here a view showing right arrow and down arrow. UIManager properties :

 - multipanes.arrowTitledPaneView.rightArrowColor
 - multipanes.arrowTitledPaneView.downArrowColor
 - multipanes.arrowTitledPaneView.rightArrowIcon
 - multipanes.arrowTitledPaneView.downArrowIcon
 


Constructor Summary
ArrowTitledPaneView(MultiPanes panes)
           
 
Method Summary
 javax.swing.JComponent buildPanelHeader(TitledPane pane)
           
 void updateView(TitledPane pane, boolean openedState)
          Update the view due to opening / closing new state
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrowTitledPaneView

public ArrowTitledPaneView(MultiPanes panes)
Method Detail

buildPanelHeader

public javax.swing.JComponent buildPanelHeader(TitledPane pane)
Specified by:
buildPanelHeader in interface TitledPaneView
Returns:
a component showing panel header

updateView

public void updateView(TitledPane pane,
                       boolean openedState)
Description copied from interface: TitledPaneView
Update the view due to opening / closing new state

Specified by:
updateView in interface TitledPaneView