|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StackDockComponent | |
---|---|
bibliothek.extension.gui.dock.theme.bubble | |
bibliothek.extension.gui.dock.theme.flat | |
bibliothek.gui.dock.station | |
bibliothek.gui.dock.station.stack |
Uses of StackDockComponent in bibliothek.extension.gui.dock.theme.bubble |
---|
Classes in bibliothek.extension.gui.dock.theme.bubble that implement StackDockComponent | |
---|---|
class |
BubbleStackDockComponent
A StackDockComponent
used by a BubbleTheme . |
Uses of StackDockComponent in bibliothek.extension.gui.dock.theme.flat |
---|
Classes in bibliothek.extension.gui.dock.theme.flat that implement StackDockComponent | |
---|---|
class |
FlatTab
A panel that works like a JTabbedPane , but the buttons to
change between the children are smaller and "flatter" than the
buttons of the JTabbedPane . |
Uses of StackDockComponent in bibliothek.gui.dock.station |
---|
Fields in bibliothek.gui.dock.station declared as StackDockComponent | |
---|---|
private StackDockComponent |
StackDockStation.stackComponent
A Component which shows two or more children of this station |
Methods in bibliothek.gui.dock.station that return StackDockComponent | |
---|---|
protected StackDockComponent |
StackDockStation.createStackDockComponent()
Creates the StackDockComponent which will be shown on
this station if the station has more then one child.This method is called directly by the constructor. |
StackDockComponent |
StackDockStation.getStackComponent()
Gets the currently used StackDockComponent |
Methods in bibliothek.gui.dock.station with parameters of type StackDockComponent | |
---|---|
void |
StackDockStation.setStackComponent(StackDockComponent stackComponent)
Sets the StackDockComponent which should be used by this
station. |
Uses of StackDockComponent in bibliothek.gui.dock.station.stack |
---|
Classes in bibliothek.gui.dock.station.stack that implement StackDockComponent | |
---|---|
class |
CombinedStackDockComponent<C extends CombinedTab>
A StackDockComponent which is a combination of other components. |
class |
DefaultStackDockComponent
The standard-implementation of StackDockComponent . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |