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

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

org.netbeans.swing.tabcontrol 1.8

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

Packages that use ComponentConverter
org.netbeans.swing.tabcontrol   
 

Uses of ComponentConverter in org.netbeans.swing.tabcontrol
 

Classes in org.netbeans.swing.tabcontrol that implement ComponentConverter
static class ComponentConverter.Fixed
          A ComponentConverter implementation which always returns the same component
 

Fields in org.netbeans.swing.tabcontrol declared as ComponentConverter
static ComponentConverter ComponentConverter.DEFAULT
          A default implementation which simply delegates to TabData.getComponent()
 

Methods in org.netbeans.swing.tabcontrol that return ComponentConverter
 ComponentConverter TabbedContainer.getComponentConverter()
          Get the component converter which is used to fetch a component corresponding to an element in the data model.
 

Methods in org.netbeans.swing.tabcontrol with parameters of type ComponentConverter
 void TabbedContainer.setComponentConverter(ComponentConverter cc)
          Set the converter that converts user objects in the data model into components to display.
 


org.netbeans.swing.tabcontrol 1.8

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