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

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

org.netbeans.swing.tabcontrol 1.8

Uses of Class
org.netbeans.swing.tabcontrol.TabDisplayerUI

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

Uses of TabDisplayerUI in org.netbeans.swing.tabcontrol
 

Methods in org.netbeans.swing.tabcontrol that return TabDisplayerUI
 TabDisplayerUI TabDisplayer.getUI()
           
 

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

Subclasses of TabDisplayerUI in org.netbeans.swing.tabcontrol.plaf
 class AbstractTabDisplayerUI
          Base class for the implementations of TabDisplayerUI in this package.
 class AbstractViewTabDisplayerUI
          Basic UI class for view tabs - non scrollable tabbed displayer, which shows all tabs equally sized, proportionally.
 class AquaEditorTabDisplayerUI
          A provisional look and feel for OS-X, round 2, using Java2d to emulate the aqua look.
 class AquaViewTabDisplayerUI
          A view tabs ui for OS-X adapted from the view tabs UI for Metal.
 class BasicScrollingTabDisplayerUI
          Base class for tab displayers that have scrollable tabs.
 class BasicSlidingTabDisplayerUI
          Common UI for sliding tabs.
 class BasicTabDisplayerUI
          Base class for tab displayer UIs which use cell renderers to display tabs.
 class GtkEditorTabDisplayerUI
          Gtk impl of tabs ui
 class GtkViewTabDisplayerUI
          GTK user interface of view type tabs.
 class MetalEditorTabDisplayerUI
          Tab displayer UI for Metal look and feel
 class MetalViewTabDisplayerUI
          User interface of view type tabs designed to be consistent with Swing metal look and feel.
 class ToolbarTabDisplayerUI
          A TabDisplayerUI which uses a JToolBar and JButtons.
 class WinClassicEditorTabDisplayerUI
          Windows classic impl of tabs ui
 class WinClassicViewTabDisplayerUI
          Windows classic-like user interface of view type tabs.
 class WinVistaEditorTabDisplayerUI
          Windows Vista impl of tabs ui
 class WinVistaViewTabDisplayerUI
          Win Vista-like user interface of view type tabs.
 class WinXPEditorTabDisplayerUI
          Windows xp impl of tabs ui
 class WinXPViewTabDisplayerUI
          Win XP-like user interface of view type tabs.
 


org.netbeans.swing.tabcontrol 1.8

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