org.netbeans.swing.tabcontrol.plaf |
|
Java Source File Name | Type | Comment |
AbstractTabCellRenderer.java | Class | Base class for tab renderers for the tab control. |
AbstractTabDisplayerUI.java | Class | Base class for the implementations of TabDisplayerUI in this package. |
AbstractViewTabDisplayerUI.java | Class | Basic UI class for view tabs - non scrollable tabbed displayer, which shows all
tabs equally sized, proportionally. |
AquaEditorTabCellRenderer.java | Class | A tab cell renderer for OS-X. |
AquaEditorTabDisplayerUI.java | Class | A provisional look and feel for OS-X, round 2, using Java2d to emulate the
aqua look. |
AquaSlidingButtonUI.java | Class | |
AquaViewTabDisplayerUI.java | Class | A view tabs ui for OS-X adapted from the view tabs UI for Metal. |
BaseTabLayoutModel.java | Class | Default implementation of TabLayoutModel. |
BasicScrollingTabDisplayerUI.java | Class | Base class for tab displayers that have scrollable tabs. |
BasicSlidingTabDisplayerUI.java | Class | Common UI for sliding tabs. |
BasicTabDisplayerUI.java | Class | Base class for tab displayer UIs which use cell renderers to display tabs.
This class does not contain much logic itself, but rather acts to connect events
and data from various objects relating to the tab displayer, which it creates and
installs. |
ChicletDemo.java | Class | |
ChicletWrapper.java | Class | GenericGlowingChiclet works nicely to draw Aqua-style decorations, but is a bit
slow. |
ColorUtil.java | Class | Utilities for manipulating colors, caching gradient paint objects, creating a
bitmap cache of the metal bumps texture and other generally useful stuff. |
DefaultTabbedContainerUI.java | Class | Default UI implementation for tabbed containers. |
DefaultTabLayoutModel.java | Class | Default implementation of TabLayoutModel. |
DefaultTabSelectionModel.java | Class | Default implementation of tab selection model. |
EqualPolygon.java | Class | A Polygon which implements a proper equals/hashcode contract. |
FxProvider.java | Class | Class which can provide sliding or other eye-candy effects as a component
is displayed. |
GenericGlowingChiclet.java | Class | The name pretty much says it all. |
GtkEditorTabCellRenderer.java | Class | |
GtkEditorTabDisplayerUI.java | Class | |
GtkSlidingButtonUI.java | Class | |
GtkViewTabDisplayerUI.java | Class | GTK user interface of view type tabs. |
LayoutModelTest.java | Class | |
MetalEditorTabCellRenderer.java | Class | |
MetalEditorTabDisplayerUI.java | Class | |
MetalSlidingButtonUI.java | Class | |
MetalViewTabDisplayerUI.java | Class | User interface of view type tabs designed to be consistent with Swing metal
look and feel. |
ScrollingTabLayoutModel.java | Class | Layout model which manages an offset into a set of scrollable tabs, and
recalculates its layout on a change. |
SelectionModelTest.java | Class | |
SlidingTabDisplayerButtonUI.java | Class | Button UI that can paint rotated text, which is used by
BasicSlidingTabDisplayerUI .
Uses the lightweight HTML renderer for good performance when rendering HTML strings. |
StackLayout.java | Class | Special simple layout used in TabbedContainer. |
StackLayoutTest.java | Class | |
TabCellRenderer.java | Interface | Interface for a component that can render a tab and handle other aspects of
its functionality. |
TabControlButton.java | Class | A base class for control buttons placed within the tabs (view tabs) or
next to the tab row (editor tabs). |
TabControlButtonFactory.java | Class | A factory to create tab control buttons.
since: 1.9 author: S. |
TabLayoutModel.java | Interface | A model representing the visual layout of tabs in a TabDataModel as a set of
rectangles. |
TabPainter.java | Interface | An extention to Border which can provide a non-rectangular interior region
that will contain the tab's content, and actually paint that interior. |
TabState.java | Class | Used by BasicTabDisplayerUI and its subclasses.
Tracks and manages the state of tabs, mainly which one currently contains the
mouse, if the mouse is in the close button, if the tab is adjacent to a
selected tab, if it is leftmost, rightmost, active, etc. |
TabStateTest.java | Class | |
ToolbarTabDisplayerUI.java | Class | A TabDisplayerUI which uses a JToolBar and JButtons. |
ViewTabLayoutModel.java | Class | Implementation of layout model for View-type tabs, which are not scrollable
and are shrinking and extending their size to always cover whole tabs area. |
ViewTabLayoutModel2.java | Class | |
WinClassicEditorTabCellRenderer.java | Class | |
WinClassicEditorTabDisplayerUI.java | Class | |
WinClassicViewTabDisplayerUI.java | Class | Windows classic-like user interface of view type tabs. |
WindowsSlidingButtonUI.java | Class | |
WinVistaEditorTabCellRenderer.java | Class | Windows Vista implementation of tab renderer
author: S. |
WinVistaEditorTabDisplayerUI.java | Class | Windows Vista impl of tabs ui
author: S. |
WinVistaSlidingButtonUI.java | Class | See Also: SlidingButtonUI author: S. |
WinVistaViewTabDisplayerUI.java | Class | Win Vista-like user interface of view type tabs.
author: S. |
WinXPEditorTabCellRenderer.java | Class | |
WinXPEditorTabDisplayerUI.java | Class | |
WinXPSlidingButtonUI.java | Class | |
WinXPViewTabDisplayerUI.java | Class | Win XP-like user interface of view type tabs. |