Package | Description |
---|---|
bibliothek.extension.gui.dock.theme |
Contains some
DockTheme s. |
bibliothek.extension.gui.dock.theme.eclipse.stack |
An implementation of
TabPane and
supporting classes for the EclipseTheme . |
bibliothek.extension.gui.dock.theme.eclipse.stack.tab |
Various components needed to paint and manage the tab which is visible
on a
EclipseTabPane . |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<TabPainter> |
EclipseTheme.TAB_PAINTER
Tells in which way the tabs should be painted.
|
Modifier and Type | Method and Description |
---|---|
TabPainter |
EclipseTabPane.getTabPainter()
Gets the
TabPainter that is currently responsible for creating
new tabs for this pane. |
Modifier and Type | Field and Description |
---|---|
static TabPainter |
ArchGradientPainter.FACTORY
This factory creates instances of
ArchGradientPainter . |
static TabPainter |
DockTitleTab.FACTORY
Deprecated.
A
TabPainter that uses the id EclipseTheme.TAB_DOCK_TITLE
to get a DockTitleVersion from the DockTitleManager
and create a new DockTitle which is then wrapped by a
DockTitleTab . |
static TabPainter |
RectGradientPainter.FACTORY |
Modifier and Type | Method and Description |
---|---|
static TabPainter |
DockTitleTab.createFactory(TabPainter fallback)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static TabPainter |
DockTitleTab.createFactory(TabPainter fallback)
Deprecated.
|