|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DockTitle.Orientation in bibliothek.extension.gui.dock.theme.bubble |
---|
Methods in bibliothek.extension.gui.dock.theme.bubble with parameters of type DockTitle.Orientation | |
---|---|
void |
BubbleButtonDockTitle.setOrientation(DockTitle.Orientation orientation)
|
void |
BubbleSeparator.setOrientation(DockTitle.Orientation orientation)
|
void |
RoundButtonViewItem.setOrientation(DockTitle.Orientation orientation)
|
Uses of DockTitle.Orientation in bibliothek.gui.dock |
---|
Methods in bibliothek.gui.dock that return DockTitle.Orientation | |
---|---|
protected DockTitle.Orientation |
FlapDockStation.orientation(FlapDockStation.Direction direction)
Determines the orientation of the DockTitles on this
station. |
Uses of DockTitle.Orientation in bibliothek.gui.dock.themes.basic |
---|
Methods in bibliothek.gui.dock.themes.basic that return DockTitle.Orientation | |
---|---|
protected DockTitle.Orientation |
BasicDockableDisplayer.orientation(DockableDisplayer.Location location)
Determines the orientation of a DockTitle according to its
location on this displayer. |
Methods in bibliothek.gui.dock.themes.basic with parameters of type DockTitle.Orientation | |
---|---|
void |
BasicDockTitle.setOrientation(DockTitle.Orientation orientation)
|
Uses of DockTitle.Orientation in bibliothek.gui.dock.themes.basic.action |
---|
Methods in bibliothek.gui.dock.themes.basic.action that return DockTitle.Orientation | |
---|---|
DockTitle.Orientation |
BasicButtonModel.getOrientation()
Gets the orientation of the DockTitle on which the view of
this model is displayed. |
Methods in bibliothek.gui.dock.themes.basic.action with parameters of type DockTitle.Orientation | |
---|---|
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. |
Uses of DockTitle.Orientation in bibliothek.gui.dock.themes.basic.action.buttons |
---|
Methods in bibliothek.gui.dock.themes.basic.action.buttons that return DockTitle.Orientation | |
---|---|
DockTitle.Orientation |
ButtonPanel.getOrientation()
Gets the orientation of this panel. |
Methods in bibliothek.gui.dock.themes.basic.action.buttons with parameters of type DockTitle.Orientation | |
---|---|
void |
ButtonPanel.setOrientation(DockTitle.Orientation orientation)
Changes the orientation of this panel. |
Uses of DockTitle.Orientation in bibliothek.gui.dock.title |
---|
Methods in bibliothek.gui.dock.title that return DockTitle.Orientation | |
---|---|
DockTitle.Orientation |
AbstractDockTitle.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're declared. |
Methods in bibliothek.gui.dock.title with parameters of type DockTitle.Orientation | |
---|---|
void |
AbstractDockTitle.setOrientation(DockTitle.Orientation orientation)
|
void |
DockTitle.setOrientation(DockTitle.Orientation orientation)
Sets the orientation of this title. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |