Uses of Class
com.alee.extended.tab.WebDocumentPane

Packages that use WebDocumentPane
com.alee.examples.groups.docpane   
com.alee.extended.tab   
 

Uses of WebDocumentPane in com.alee.examples.groups.docpane
 

Methods in com.alee.examples.groups.docpane with parameters of type WebDocumentPane
protected  void DocumentPaneExample.addDocuments(WebDocumentPane pane)
          Adds a few documents into the document pane.
 

Uses of WebDocumentPane in com.alee.extended.tab
 

Fields in com.alee.extended.tab declared as WebDocumentPane
protected  WebDocumentPane DocumentDragViewHandler.documentPane
          Document pane which provides this DragViewHandler.
 

Methods in com.alee.extended.tab that return WebDocumentPane
 WebDocumentPane SplitData.getDocumentPane()
          Returns parent WebDocumentPane.
 WebDocumentPane PaneData.getDocumentPane()
          Returns parent WebDocumentPane.
 

Methods in com.alee.extended.tab with parameters of type WebDocumentPane
protected  void SplitData.updateSplitPaneCustomizer(WebDocumentPane<T> documentPane)
          Updates split customizer.
protected  void PaneData.updateTabbedPaneCustomizer(WebDocumentPane<T> documentPane)
          Updates tabbed pane customizer.
 

Constructors in com.alee.extended.tab with parameters of type WebDocumentPane
DocumentDragViewHandler(WebDocumentPane documentPane)
          Constructs custom DragViewHandler for DocumentData object.
PaneData(WebDocumentPane<T> documentPane)
          Constructs new PaneData for the specified WebDocumentPane.
SplitData(WebDocumentPane<T> documentPane, int orientation, StructureData first, StructureData last)
          Constructs new SplitData.