Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
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.
|
Constructor and Description |
---|
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory,
Icon icon,
IconHandling iconHandling,
String title,
Component content,
DefaultCDockable.Permissions permissions,
CAction... actions)
Creates a new dockable.
|
DefaultSingleCDockable(String id,
Icon icon,
IconHandling iconHandling,
String title,
Component content,
DefaultCDockable.Permissions permissions,
CAction... actions)
Creates a new dockable.
|
Modifier and Type | Method and Description |
---|---|
IconHandling |
DefaultCDockable.getTitleIconHandling()
Gets the behavior of
DefaultCDockable.setTitleIcon(Icon) . |
Modifier and Type | Method and Description |
---|---|
void |
DefaultCDockable.setTitleIconHandling(IconHandling handling)
Sets the behavior of
DefaultCDockable.setTitleIcon(Icon) in case of a null argument. |
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.Calling this method does not have any effect, rather the behavior of AbstractDockable.setTitleIcon(Icon)
is changed. |