Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.eclipse |
Various graphical and logical components needed when the
EclipseTheme
is active. |
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 | Method and Description |
---|---|
protected EclipseTabDockActionLocation |
DefaultEclipseThemeConnector.getLocation(DockAction action,
EclipseTabStateInfo tab)
Gets the location of
action . |
protected EclipseTabDockActionLocation |
DefaultEclipseThemeConnector.getLocation(EclipseTabDockAction annotation,
EclipseTabStateInfo tab)
Gets the location encoded in
annotation . |
boolean |
DefaultEclipseThemeConnector.shouldShowOnSide(DockAction action,
EclipseTabStateInfo tab) |
boolean |
EclipseThemeConnector.shouldShowOnSide(DockAction action,
EclipseTabStateInfo tab)
Tells whether
action should be shown on the right side of the
tab of dockable .Note that EclipseThemeConnector.shouldShowOnSide(DockAction, EclipseTabStateInfo) and EclipseThemeConnector.shouldShowOnTab(DockAction, EclipseTabStateInfo)
are independent of each other. |
boolean |
DefaultEclipseThemeConnector.shouldShowOnTab(DockAction action,
EclipseTabStateInfo tab) |
boolean |
EclipseThemeConnector.shouldShowOnTab(DockAction action,
EclipseTabStateInfo tab)
Tells whether
action should be shown on the tab of dockable .Note that EclipseThemeConnector.shouldShowOnSide(DockAction, EclipseTabStateInfo) and EclipseThemeConnector.shouldShowOnTab(DockAction, EclipseTabStateInfo)
are independent of each other. |
Constructor and Description |
---|
EclipseDockActionSource(EclipseTheme theme,
DockActionSource source,
EclipseTabStateInfo tab,
boolean showForTab)
Creates a new source
|
Modifier and Type | Method and Description |
---|---|
EclipseTabStateInfo |
EclipseTab.getEclipseTabStateInfo()
Gets information about the state of this tab.
|
Modifier and Type | Class and Description |
---|---|
class |
ArchGradientPainter
This
TabComponent uses an Arch to paint the right end of a tab. |
class |
BaseTabComponent
A base implementation of
TabComponent . |
class |
DockTitleTab
Deprecated.
Using a custom
TabPainter is the preferred way to modify the tabs |
class |
RectGradientPainter
This
TabComponent draws a compact tab. |
Modifier and Type | Method and Description |
---|---|
EclipseTabStateInfo |
BaseTabComponent.getEclipseTabStateInfo() |
EclipseTabStateInfo |
DockTitleTab.getEclipseTabStateInfo()
Deprecated.
|
EclipseTabStateInfo |
TabComponent.getEclipseTabStateInfo()
Gets information about the state of this tab.
|