Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.extension.gui.dock.theme.eclipse.displayer |
The
DockableDisplayer s that are used
by the EclipseTheme . |
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 . |
bibliothek.extension.gui.dock.theme.flat |
Various graphical and logical components needed to paint the layout
when
FlatTheme is active. |
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.station.stack |
Elements which are related to the
StackDockStation . |
bibliothek.gui.dock.station.stack.tab |
This package contains a generic implementation of a "tabbed-pane".
|
bibliothek.gui.dock.station.stack.tab.layouting |
Various interfaces and classes used by a
TabPane to
describe its content to a TabLayoutManager , which
will set position and size of all the children of the TabPane . |
bibliothek.gui.dock.themes |
Contains an implementation of
DockTheme and
all classes which are neede by this theme. |
Modifier and Type | Method and Description |
---|---|
void |
BubbleTab.setOrientation(TabPlacement orientation) |
Modifier and Type | Method and Description |
---|---|
TabPlacement |
NoTitleBarDisplayer.getDockTabPlacement() |
Modifier and Type | Method and Description |
---|---|
void |
EclipseTab.setOrientation(TabPlacement orientation) |
Modifier and Type | Method and Description |
---|---|
TabPlacement |
BorderedComponent.getDockTabPlacement()
Tells at which side tabs are shown.
|
TabPlacement |
BaseTabComponent.getOrientation()
Gets the current orientation of this tab, see
BaseTabComponent.setOrientation(TabPlacement) . |
Modifier and Type | Method and Description |
---|---|
void |
BaseTabComponent.setOrientation(TabPlacement orientation) |
void |
DockTitleTab.setOrientation(TabPlacement orientation)
Deprecated.
|
void |
TabComponent.setOrientation(TabPlacement orientation)
Sets the placement of the tabs and as a result the orientation of this
component.
|
Modifier and Type | Method and Description |
---|---|
TabPlacement |
FlatTab.getOrientation()
Gets the orientation of this tab.
|
Modifier and Type | Method and Description |
---|---|
void |
FlatTab.setOrientation(TabPlacement orientation) |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<TabPlacement> |
StackDockStation.TAB_PLACEMENT
Key for setting the side at which the tabs appear in relation to the selected dockable
|
Modifier and Type | Method and Description |
---|---|
TabPlacement |
StackDockStation.getTabPlacement()
Gets the location where tabs are currently placed.
|
Modifier and Type | Method and Description |
---|---|
void |
StackDockStation.setTabPlacement(TabPlacement placement)
Tells this station where to put the tabs.
|
Modifier and Type | Method and Description |
---|---|
TabPlacement |
DefaultStackDockComponent.getDockTabPlacement() |
TabPlacement |
StackDockComponent.getDockTabPlacement()
Tells at which side tabs should be displayer.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultStackDockComponent.setDockTabPlacement(TabPlacement tabSide) |
void |
StackDockComponent.setDockTabPlacement(TabPlacement tabSide)
Sets at which side tabs should be displayed.
|
void |
DockActionCombinedInfoComponent.setOrientation(TabPlacement orientation) |
Modifier and Type | Method and Description |
---|---|
TabPlacement |
AbstractTabPane.getDockTabPlacement() |
TabPlacement |
TabPane.getDockTabPlacement()
Tells at which side tabs are to be displayed.
|
TabPlacement |
AbstractTabPaneComponent.getOrientation()
Gets the orientation of this component.
|
TabPlacement |
TabComponentLayoutManager.getOrientation()
Gets the current position of the tab in relation to the
Dockable s. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTabPane.setDockTabPlacement(TabPlacement tabPlacement)
Tells this pane where to paint the tabs.
|
void |
AbstractTabPaneComponent.setOrientation(TabPlacement orientation) |
void |
TabComponentLayoutManager.setOrientation(TabPlacement orientation) |
void |
TabPaneComponent.setOrientation(TabPlacement orientation)
Tells this component how to paint itself.
|
Constructor and Description |
---|
DefaultAxisConversion(Rectangle space,
TabPlacement side)
Creates a new axis converter
|
Modifier and Type | Method and Description |
---|---|
TabPlacement |
AbstractTabsLayoutBlock.getOrientation()
Gets the alignment of the tabs.
|
static TabPlacement |
TabPlacement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabPlacement[] |
TabPlacement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTabsLayoutBlock.setOrientation(TabPlacement side) |
void |
ComponentLayoutBlock.setOrientation(TabPlacement placement) |
void |
LayoutBlock.setOrientation(TabPlacement placement)
Tells this
LayoutBlock at which side of the tabs it is shown. |
Modifier and Type | Method and Description |
---|---|
TabPlacement |
BasicTheme.getTabPlacement()
Gets the side at which tabs are displayed.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicTheme.setTabPlacement(TabPlacement tabPlacement)
Sets the side at which tabs are to be displayed.
|
void |
BasicTheme.setTabPlacement(TabPlacement tabPlacement,
Priority priority)
Sets the side at which tabs are to be displayed.
|