Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.extension.gui.dock.theme.eclipse |
Various graphical and logical components needed when the
EclipseTheme
is active. |
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.common.action |
Contains different
DockAction s and subclasses of CAction to
create buttons, checkboxes, menus and other components as button in the titles and tabs of
CDockable s. |
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.basic |
Factories and classes used when the
BasicTheme
is active. |
bibliothek.gui.dock.themes.basic.action |
Elements handling the view of
DockAction s.They way from a DockAction to its view normally involves four objects:
The DockAction itself, providing the basic set of properties
A handler listening to changes of the
action and forwarding the changes to the model. |
bibliothek.gui.dock.themes.basic.action.buttons |
Classes which allow to paint and interact with a
BasicButtonModel . |
bibliothek.gui.dock.title |
Elements needed to paint the title of a
Dockable . |
Modifier and Type | Method and Description |
---|---|
void |
BubbleButtonDockTitle.setOrientation(DockTitle.Orientation orientation) |
void |
BubbleSeparator.setOrientation(DockTitle.Orientation orientation) |
void |
RoundButtonViewItem.setOrientation(DockTitle.Orientation orientation) |
Modifier and Type | Method and Description |
---|---|
void |
EclipseButtonTitle.setOrientation(DockTitle.Orientation orientation) |
Modifier and Type | Method and Description |
---|---|
protected DockTitle.Orientation |
FlapDockStation.orientation(FlapDockStation.Direction direction)
Determines the orientation of the
DockTitles on this
station. |
Modifier and Type | Method and Description |
---|---|
protected void |
CPanelPopup.onMousePressed(Dockable dockable,
JComponent item,
DockTitle.Orientation orientation)
Called if the mouse is pressed on the button
item of
of a DockTitle which has orientation orientation . |
void |
CPanelPopup.PanelPopup.onMousePressed(Dockable dockable,
JComponent item,
DockTitle.Orientation orientation)
Called if the mouse is pressed on the button
item of
of a DockTitle which has orientation orientation . |
protected void |
CPanelPopup.onMouseReleased(Dockable dockable,
JComponent item,
DockTitle.Orientation orientation)
Called if the mouse is released of the button
item of
of a DockTitle which has orientation orientation . |
void |
CPanelPopup.PanelPopup.onMouseReleased(Dockable dockable,
JComponent item,
DockTitle.Orientation orientation)
Called if the mouse is released of the button
item of
of a DockTitle which has orientation orientation . |
protected void |
CPanelPopup.onTrigger(Dockable dockable,
JComponent item,
DockTitle.Orientation orientation)
|
void |
CPanelPopup.PanelPopup.onTrigger(Dockable dockable,
JComponent item,
DockTitle.Orientation orientation)
|
protected void |
CPanelPopup.openDialog(Dockable dockable,
JComponent item,
DockTitle.Orientation orientation)
Opens a new undecorated dialog below or aside of
item . |
Modifier and Type | Method and Description |
---|---|
DockTitle.Orientation |
TabPlacement.toOrientation()
Transforms
this into an DockTitle.Orientation . |
Modifier and Type | Method and Description |
---|---|
protected DockTitle.Orientation |
BasicDockableDisplayer.orientation(DockableDisplayer.Location location)
Determines the orientation of a
DockTitle according to its
location on this displayer. |
Modifier and Type | Method and Description |
---|---|
void |
BasicDockTitle.setOrientation(DockTitle.Orientation orientation) |
Modifier and Type | Method and Description |
---|---|
DockTitle.Orientation |
BasicButtonModel.getOrientation()
Gets the orientation of the
DockTitle on which the view of
this model is displayed. |
Modifier and Type | Method and Description |
---|---|
void |
BasicButtonModelAdapter.orientationChanged(BasicButtonModel model,
DockTitle.Orientation old,
DockTitle.Orientation orientation) |
void |
BasicButtonModelListener.orientationChanged(BasicButtonModel model,
DockTitle.Orientation old,
DockTitle.Orientation orientation)
Called if the orientation of the view changed.
|
void |
BasicButtonModel.setOrientation(DockTitle.Orientation orientation)
Tells this model which orientation the
DockTitle has, on which
the view of this model is displayed. |
void |
BasicDropDownButtonHandler.setOrientation(DockTitle.Orientation orientation) |
void |
BasicHandler.setOrientation(DockTitle.Orientation orientation) |
void |
BasicSeparatorHandler.setOrientation(DockTitle.Orientation orientation) |
void |
BasicTitleViewItem.setOrientation(DockTitle.Orientation orientation)
Informs the item about the orientation of the title that uses this
item.
|
Modifier and Type | Method and Description |
---|---|
DockTitle.Orientation |
ButtonPanel.getOrientation()
Gets the orientation of this panel.
|
Modifier and Type | Method and Description |
---|---|
void |
ButtonPanel.setOrientation(DockTitle.Orientation orientation)
Changes the orientation of this panel.
|
Modifier and Type | Method and Description |
---|---|
DockTitle.Orientation |
AbstractMultiDockTitle.getOrientation()
Gets the current orientation.
|
DockTitle.Orientation |
DockTitle.getOrientation()
Gets the orientation of this title.
|
static DockTitle.Orientation |
DockTitle.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DockTitle.Orientation[] |
DockTitle.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Rotation |
OrientationToRotationStrategy.convert(DockTitle.Orientation orientation,
DockTitle title)
Tells how to render the text of
title . |
void |
AbstractDockTitle.setOrientation(DockTitle.Orientation orientation) |
void |
AbstractMultiDockTitle.setOrientation(DockTitle.Orientation orientation) |
void |
DockTitle.setOrientation(DockTitle.Orientation orientation)
Sets the orientation of this title.
|
Constructor and Description |
---|
UpdatingTitleMovingImage(Dockable dockable,
DockTitleVersion version,
DockTitle.Orientation orientation)
Creates a new image.
|