Uses of Class
com.alee.laf.tabbedpane.WebTabbedPane

Packages that use WebTabbedPane
com.alee.examples.content   
com.alee.examples.groups.desktoppane   
com.alee.examples.groups.futurico   
com.alee.examples.groups.scrollpane   
com.alee.extended.tab   
com.alee.laf.tabbedpane   
 

Uses of WebTabbedPane in com.alee.examples.content
 

Subclasses of WebTabbedPane in com.alee.examples.content
 class ViewTabbedPane
          User: mgarin Date: 06.03.12 Time: 13:32
 

Methods in com.alee.examples.content that return WebTabbedPane
static WebTabbedPane ExamplesManager.createExampleTabs(WebLookAndFeelDemo owner, WebProgressDialog load)
           
 

Methods in com.alee.examples.content with parameters of type WebTabbedPane
 void ExampleGroup.modifyExampleTab(int tabIndex, WebTabbedPane tabbedPane)
          Method provided to modify example group tab.
 void DefaultExampleGroup.modifyExampleTab(int tabIndex, WebTabbedPane tabbedPane)
          Does not modify example group tab by default.
 

Uses of WebTabbedPane in com.alee.examples.groups.desktoppane
 

Methods in com.alee.examples.groups.desktoppane with parameters of type WebTabbedPane
 void DesktopPaneGroup.modifyExampleTab(int tabIndex, WebTabbedPane tabbedPane)
           
 

Uses of WebTabbedPane in com.alee.examples.groups.futurico
 

Methods in com.alee.examples.groups.futurico with parameters of type WebTabbedPane
 void FuturicoStylingGroup.modifyExampleTab(int tabIndex, WebTabbedPane tabbedPane)
           
 

Uses of WebTabbedPane in com.alee.examples.groups.scrollpane
 

Methods in com.alee.examples.groups.scrollpane with parameters of type WebTabbedPane
 void ScrollPaneGroup.modifyExampleTab(int tabIndex, WebTabbedPane tabbedPane)
           
 

Uses of WebTabbedPane in com.alee.extended.tab
 

Fields in com.alee.extended.tab declared as WebTabbedPane
protected  WebTabbedPane PaneData.tabbedPane
          Actual tabbed pane component.
protected  WebTabbedPane DocumentDragHandler.tabbedPane
          WebTabbedPane from PaneData.
 

Fields in com.alee.extended.tab with type parameters of type WebTabbedPane
protected  Customizer<WebTabbedPane> WebDocumentPane.tabbedPaneCustomizer
          Tabbed panes customizer.
 

Methods in com.alee.extended.tab that return WebTabbedPane
 WebTabbedPane PaneData.getTabbedPane()
          Returns actual tabbed pane component.
 

Methods in com.alee.extended.tab that return types with arguments of type WebTabbedPane
 Customizer<WebTabbedPane> WebDocumentPane.getTabbedPaneCustomizer()
          Returns tabbed pane customizer.
 

Methods in com.alee.extended.tab with parameters of type WebTabbedPane
static
<T extends DocumentData>
PaneData<T>
WebDocumentPane.getData(WebTabbedPane tabbedPane)
          Returns pane data stored inside the tabbed pane component.
 

Method parameters in com.alee.extended.tab with type arguments of type WebTabbedPane
 void WebDocumentPane.setTabbedPaneCustomizer(Customizer<WebTabbedPane> customizer)
          Sets tabbed pane customizer and applies it to existing panes.
 

Constructor parameters in com.alee.extended.tab with type arguments of type WebTabbedPane
WebDocumentPane(Customizer<WebTabbedPane> tabbedPaneCustomizer, Customizer<WebSplitPane> splitPaneCustomizer)
          Constructs new document pane.
 

Uses of WebTabbedPane in com.alee.laf.tabbedpane
 

Methods in com.alee.laf.tabbedpane that return WebTabbedPane
 WebTabbedPane WebTabbedPane.changeFontSize(int change)
          Changes font size of the specified component.
 WebTabbedPane WebTabbedPane.setBoldFont()
          Sets bold font for the component.
 WebTabbedPane WebTabbedPane.setBoldFont(boolean apply)
          Sets bold font for the component.
 WebTabbedPane WebTabbedPane.setFontName(java.lang.String fontName)
          Sets component font name.
 WebTabbedPane WebTabbedPane.setFontSize(int fontSize)
          Sets component font size.
 WebTabbedPane WebTabbedPane.setFontSizeAndStyle(int fontSize, boolean bold, boolean italic)
          Sets font size and style for the specified component.
 WebTabbedPane WebTabbedPane.setFontSizeAndStyle(int fontSize, int style)
          Sets font size and style for the specified component.
 WebTabbedPane WebTabbedPane.setFontStyle(boolean bold, boolean italic)
          Sets component font style.
 WebTabbedPane WebTabbedPane.setFontStyle(int style)
          Sets component font style.
 WebTabbedPane WebTabbedPane.setItalicFont()
          Sets italic or plain font for the component.
 WebTabbedPane WebTabbedPane.setItalicFont(boolean apply)
          Sets italic or plain font for the component.
 WebTabbedPane WebTabbedPane.setPlainFont()
          Sets plain font for the component.
 WebTabbedPane WebTabbedPane.setPlainFont(boolean apply)
          Sets plain font for the component.