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

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

org.netbeans.swing.tabcontrol 1.8

Uses of Interface
org.netbeans.swing.tabcontrol.TabDataModel

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

Uses of TabDataModel in org.netbeans.swing.tabcontrol
 

Subinterfaces of TabDataModel in org.netbeans.swing.tabcontrol
 interface SlideBarDataModel
           
 

Classes in org.netbeans.swing.tabcontrol that implement TabDataModel
 class DefaultTabDataModel
          Default implementation of TabDataModel.
static class SlideBarDataModel.Impl
           
 

Methods in org.netbeans.swing.tabcontrol that return TabDataModel
 TabDataModel TabbedContainer.getModel()
          Get the data model that represents the tabs this component has.
 TabDataModel TabDisplayer.getModel()
          Get the data model that defines the contents which are displayed
 

Constructors in org.netbeans.swing.tabcontrol with parameters of type TabDataModel
TabbedContainer(TabDataModel model)
          Create a new pane with asociated model and the default tabs displayer
TabbedContainer(TabDataModel model, int type)
          Create a new pane with the specified model and displayer type
TabbedContainer(TabDataModel model, int type, LocationInformer locationInformer)
          Deprecated. 
TabbedContainer(TabDataModel model, int type, WinsysInfoForTabbed winsysInfo)
          Create a new pane with the specified model, displayer type and extra information from winsys
TabDisplayer(TabDataModel model, int type)
          Creates a new instance of TabDisplayer
TabDisplayer(TabDataModel model, int type, LocationInformer locationInformer)
          Deprecated. 
TabDisplayer(TabDataModel model, int type, WinsysInfoForTabbed winsysInfo)
          Creates a new instance of TabDisplayer
 

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

Methods in org.netbeans.swing.tabcontrol.plaf that return TabDataModel
protected  TabDataModel AbstractViewTabDisplayerUI.getDataModel()
           
 

Constructors in org.netbeans.swing.tabcontrol.plaf with parameters of type TabDataModel
DefaultTabLayoutModel(TabDataModel model, JComponent renderTarget)
          Creates a new instance of DefaultTabLayoutModel
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.