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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrowTitledPaneView
public ArrowTitledPaneView(MultiPanes panes)
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