| Package | Description |
|---|---|
| bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
| bibliothek.gui.dock.dockable |
Some classes related to
Dockable. |
| Constructor and Description |
|---|
DefaultDockable(Component component,
String title,
Icon icon,
IconHandling handling)
Constructs a new DefaultDockable, sets the icon and the title, and
places a component.
|
| Modifier and Type | Method and Description |
|---|---|
IconHandling |
AbstractDockable.getTitleIconHandling()
Tells how a
null title icon is handled. |
static IconHandling |
IconHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IconHandling[] |
IconHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDockable.setTitleIconHandling(IconHandling titleIconHandling)
Sets the behavior of how the title icon is handled, whether it is replaced by the default
icon if
null or simply not shown. |
Copyright © 2018. All rights reserved.