|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TabComponent | |
|---|---|
| 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. |
| Uses of TabComponent in bibliothek.extension.gui.dock.theme.eclipse.stack |
|---|
| Methods in bibliothek.extension.gui.dock.theme.eclipse.stack that return TabComponent | |
|---|---|
TabComponent |
EclipseTab.getTabComponent()
Gets the TabComponent which is shown on this tab. |
| Methods in bibliothek.extension.gui.dock.theme.eclipse.stack with parameters of type TabComponent | |
|---|---|
int |
EclipseTabPane.indexOfVisible(TabComponent tab)
Gets the index of tab in respect to the Dockables
of this pane, ignores any invisible tab. |
| Constructors in bibliothek.extension.gui.dock.theme.eclipse.stack with parameters of type TabComponent | |
|---|---|
EclipseTab(EclipseTabPane parent,
Dockable dockable,
TabComponent delegate)
Creates a new tab. |
|
| Uses of TabComponent in bibliothek.extension.gui.dock.theme.eclipse.stack.tab |
|---|
| Classes in bibliothek.extension.gui.dock.theme.eclipse.stack.tab that implement TabComponent | |
|---|---|
class |
ArchGradientPainter
This TabComponent draws uses an Arch to paint the right end of a tab. |
class |
BaseTabComponent
A base implementation of TabComponent. |
class |
DockTitleTab
A DockTitleTab is a wrapper around an ordinary DockTitle
to get a TabComponent. |
class |
RectGradientPainter
This TabComponent draws a compact tab. |
| Methods in bibliothek.extension.gui.dock.theme.eclipse.stack.tab that return TabComponent | |
|---|---|
TabComponent |
TabPainter.createTabComponent(EclipseTabPane pane,
Dockable dockable)
Creates a new tab for an EclipseTabPane. |
| Methods in bibliothek.extension.gui.dock.theme.eclipse.stack.tab with parameters of type TabComponent | |
|---|---|
Dimension |
BaseTabComponent.getMinimumSize(TabComponent[] tabs)
|
Dimension |
DockTitleTab.getMinimumSize(TabComponent[] tabs)
|
Dimension |
TabComponent.getMinimumSize(TabComponent[] tabs)
Gets the minimum size of this tab under the assumption that this tab is displayed together with tabs. |
Insets |
ArchGradientPainter.getOverlap(TabComponent other)
|
Insets |
DockTitleTab.getOverlap(TabComponent other)
|
Insets |
RectGradientPainter.getOverlap(TabComponent other)
|
Insets |
TabComponent.getOverlap(TabComponent other)
Gets the number of pixels which should be covered at the sides of this component by other tabs. |
Dimension |
BaseTabComponent.getPreferredSize(TabComponent[] tabs)
|
Dimension |
DockTitleTab.getPreferredSize(TabComponent[] tabs)
|
Dimension |
TabComponent.getPreferredSize(TabComponent[] tabs)
Gets the preferred size of this tab under the assumption that this tab is displayed together with tabs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||