站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Interface org.netbeans.swing.tabcontrol.plaf.TabLayoutModel (Tab Control) - NetBeans API Javadoc (Current Development Version)

org.netbeans.swing.tabcontrol 1.8

Uses of Interface
org.netbeans.swing.tabcontrol.plaf.TabLayoutModel

Packages that use TabLayoutModel
org.netbeans.swing.tabcontrol.plaf   
 

Uses of TabLayoutModel in org.netbeans.swing.tabcontrol.plaf
 

Classes in org.netbeans.swing.tabcontrol.plaf that implement TabLayoutModel
 class DefaultTabLayoutModel
          Default implementation of TabLayoutModel.
 class ScrollingTabLayoutModel
          Layout model which manages an offset into a set of scrollable tabs, and recalculates its layout on a change.
 

Fields in org.netbeans.swing.tabcontrol.plaf declared as TabLayoutModel
protected  TabLayoutModel AbstractTabDisplayerUI.layoutModel
          Layout model, which will be initialized in installUI() by calling createLayoutModel.
 

Methods in org.netbeans.swing.tabcontrol.plaf that return TabLayoutModel
protected  TabLayoutModel ToolbarTabDisplayerUI.createLayoutModel()
           
protected  TabLayoutModel BasicSlidingTabDisplayerUI.createLayoutModel()
          Not used so much to determine layout as to calculate preferred sizes here
protected  TabLayoutModel BasicScrollingTabDisplayerUI.createLayoutModel()
           
protected abstract  TabLayoutModel AbstractTabDisplayerUI.createLayoutModel()
          Create an instance of TabLayoutModel which will provide coordinates for tabs
 TabLayoutModel AbstractViewTabDisplayerUI.getLayoutModel()
           
 

Constructors in org.netbeans.swing.tabcontrol.plaf with parameters of type TabLayoutModel
ScrollingTabLayoutModel(TabLayoutModel wrapped, SingleSelectionModel sel, TabDataModel mdl)
          Creates a new instance of ScrollingTabLayoutModel
ScrollingTabLayoutModel(TabLayoutModel wrapped, SingleSelectionModel sel, TabDataModel mdl, int minimumXposition)
           
 


org.netbeans.swing.tabcontrol 1.8

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.