Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.extension.gui.dock.theme.eclipse.stack |
An implementation of
TabPane and
supporting classes for the EclipseTheme . |
bibliothek.extension.gui.dock.theme.flat |
Various graphical and logical components needed to paint the layout
when
FlatTheme is active. |
bibliothek.gui.dock.station.stack |
Elements which are related to the
StackDockStation . |
bibliothek.gui.dock.station.stack.menu |
Contains an abstract implementation of
CombinedMenu
including helper classes. |
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 . |
Modifier and Type | Class and Description |
---|---|
class |
BubbleInfoComponent
This component shows a number of
DockAction s and is used by the BubbleStackDockComponent
to be shown alongside the tabs. |
class |
BubbleTab
A
Tab used by the BubbleStackDockComponent . |
class |
BubbleTabMenu
A round button with an icon that opens a menu when clicked.
|
Modifier and Type | Method and Description |
---|---|
Insets |
BubbleTab.getOverlap(TabPaneComponent other) |
Modifier and Type | Class and Description |
---|---|
class |
EclipseMenu
A menu used by the
EclipseTabPane to select Dockable s.The icon of the menu is TabMenuOverflowIconBridge.ICON_KEY , and thus changes automatically
when the number of children changes. |
class |
EclipseTab
|
class |
EclipseTabInfo
This component shows a subset of
DockAction s of the currently selected
Dockable of its parent TabPane . |
Modifier and Type | Method and Description |
---|---|
Insets |
EclipseTab.getOverlap(TabPaneComponent other) |
Modifier and Type | Class and Description |
---|---|
class |
FlatInfoComponent
This component shows a number of
DockAction s and is used by the BubbleStackDockComponent
to be shown alongside the tabs. |
class |
FlatMenu
A menu that contains a list of
Dockable s to select. |
class |
FlatTab
A small button which can be clicked by the user.
|
Modifier and Type | Method and Description |
---|---|
Insets |
FlatTab.getOverlap(TabPaneComponent other) |
Modifier and Type | Interface and Description |
---|---|
interface |
CombinedInfoComponent
The info component used by the
CombinedStackDockComponent is
supposed to be represented by a Component . |
interface |
CombinedMenu
A menu that is displayed on a
CombinedStackDockComponent . |
interface |
CombinedTab
A tab of a
CombinedStackDockComponent . |
Modifier and Type | Class and Description |
---|---|
class |
DockActionCombinedInfoComponent
An
AbstractTabPaneComponent that was specifically desinged for showing a set of DockAction s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCombinedMenu
An abstract implementation of
CombinedMenu , this menu
delegates creation and management of its Component to its
subclasses and uses a CombinedMenuContent to show its content. |
class |
ButtonCombinedMenu<B extends Component>
A
CombinedMenu intended to be subclasses. |
Modifier and Type | Interface and Description |
---|---|
interface |
LonelyTabPaneComponent
A
LonelyTabPaneComponent is a TabPaneComponent which can
be used in a layout as a single element. |
interface |
Tab
|
interface |
TabMenu
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTab
|
class |
AbstractTabPaneComponent
A
TabPaneComponent that really represents a Component . |
Modifier and Type | Method and Description |
---|---|
TabPaneComponent |
TabPaneChildBackgroundComponent.getChild()
Gets the component which is represented by this
UIValue . |
Modifier and Type | Method and Description |
---|---|
Insets |
AbstractTabPaneComponent.getOverlap(TabPaneComponent other) |
Insets |
TabPaneComponent.getOverlap(TabPaneComponent other)
Tells how much of this component may be overlapped by another component
other . |
Modifier and Type | Class and Description |
---|---|
class |
ComponentLayoutBlock<C extends TabPaneComponent>
This
LayoutBlock handles exactly one TabPaneComponent . |