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(java.awt.Component component,
java.lang.String title,
javax.swing.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(java.lang.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.Calling this method does not have any effect, rather the behavior of AbstractDockable.setTitleIcon(Icon)
is changed. |