JIDE 3.5.15

com.jidesoft.document
Interface DocumentPane.TabbedPaneCustomizer

Enclosing class:
DocumentPane

public static interface DocumentPane.TabbedPaneCustomizer

A tabbed pane customizer that can customize the JideTabbedPanes used by DocumentPane.


Method Summary
 void customize(JideTabbedPane tabbedPane)
          Customizes a tabbed pane.
 

Method Detail

customize

void customize(JideTabbedPane tabbedPane)
Customizes a tabbed pane. You can call any methods on tabbed pane to customize it. For example, you can call tabbedPane.setTabStyle(...).

Parameters:
tabbedPane - the tabbed pane to be customized.

JIDE 3.5.15