| Interface | Description |
|---|---|
| TabCellRenderer |
Interface for a component that can render a tab and handle other aspects of
its functionality.
|
| TabLayoutModel |
A model representing the visual layout of tabs in a TabDataModel as a set of
rectangles.
|
| TabPainter |
An extention to Border which can provide a non-rectangular interior region
that will contain the tab's content, and actually paint that interior.
|
| Class | Description |
|---|---|
| AbstractTabCellRenderer |
Base class for tab renderers for the tab control.
|
| AbstractTabDisplayerUI |
Base class for the implementations of TabDisplayerUI in this package.
|
| AbstractViewTabDisplayerUI |
Basic UI class for view tabs - non scrollable tabbed displayer, which shows all
tabs equally sized, proportionally.
|
| AquaEditorTabDisplayerUI |
A provisional look and feel for OS-X, round 2, using Java2d to emulate the
aqua look.
|
| AquaSlidingButtonUI | |
| AquaViewTabDisplayerUI |
A view tabs ui for OS-X adapted from the view tabs UI for Metal.
|
| BasicScrollingTabDisplayerUI |
Base class for tab displayers that have scrollable tabs.
|
| BasicSlidingTabDisplayerUI |
Common UI for sliding tabs.
|
| BasicTabDisplayerUI |
Base class for tab displayer UIs which use cell renderers to display tabs.
|
| BusyTabsSupport |
Support class to implement animation in tab headers to indicate some sort of
'busy' state.
install(Tabbed, TabDataModel)) and if any tab is marked as 'busy' ( TopComponent.makeBusy(boolean)) it forces repeated repaints of
that tab to allow animation effects. |
| BusyTabsSupport.DefaultBusyTabsSupport |
The default implementation of busy tabs.
|
| ChicletWrapper | Deprecated
The new brushed metal look and feel doesn't need this class anymore.
|
| DefaultTabbedContainerUI |
Default UI implementation for tabbed containers.
|
| DefaultTabLayoutModel |
Default implementation of TabLayoutModel.
|
| EqualPolygon |
A Polygon which implements a proper equals/hashcode contract.
|
| FxProvider |
Class which can provide sliding or other eye-candy effects as a component
is displayed.
|
| GtkEditorTabDisplayerUI |
Gtk impl of tabs ui
|
| GtkSlidingButtonUI | |
| GtkViewTabDisplayerUI |
GTK user interface of view type tabs.
|
| MetalEditorTabDisplayerUI |
Tab displayer UI for Metal look and feel
|
| MetalSlidingButtonUI | |
| MetalViewTabDisplayerUI |
User interface of view type tabs designed to be consistent with Swing metal
look and feel.
|
| NimbusEditorTabDisplayerUI |
Nimbus impl of tabs ui
|
| NimbusSlidingButtonUI | |
| NimbusViewTabDisplayerUI |
Nimbus user interface of view type tabs.
|
| ScrollingTabLayoutModel |
Layout model which manages an offset into a set of scrollable tabs, and
recalculates its layout on a change.
|
| SlidingTabDisplayerButtonUI |
Button UI that can paint rotated text, which is used by
BasicSlidingTabDisplayerUI. |
| SlidingTabDisplayerButtonUI.Aqua | Deprecated
No brushed metal look and feel doesn't need this class anymore.
|
| TabControlButton |
A base class for control buttons placed within the tabs (view tabs) or
next to the tab row (editor tabs).
|
| TabControlButtonFactory |
A factory to create tab control buttons.
|
| TabState |
Used by BasicTabDisplayerUI and its subclasses.
|
| ToolbarTabDisplayerUI |
A TabDisplayerUI which uses a JToolBar and JButtons.
|
| WinClassicEditorTabDisplayerUI |
Windows classic impl of tabs ui
|
| WinClassicViewTabDisplayerUI |
Windows classic-like user interface of view type tabs.
|
| Windows8EditorTabDisplayerUI |
Windows Vista impl of tabs ui
|
| Windows8ViewTabDisplayerUI |
Windows8-like user interface of view type tabs.
|
| WindowsSlidingButtonUI | |
| WinVistaEditorTabDisplayerUI |
Windows Vista impl of tabs ui
|
| WinVistaSlidingButtonUI | |
| WinVistaViewTabDisplayerUI |
Win Vista-like user interface of view type tabs.
|
| WinXPEditorTabDisplayerUI |
Windows xp impl of tabs ui
|
| WinXPSlidingButtonUI | |
| WinXPViewTabDisplayerUI |
Win XP-like user interface of view type tabs.
|
Built on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.