Package | Description |
---|---|
bibliothek.gui.dock.station.stack.tab |
This package contains a generic implementation of a "tabbed-pane".
|
Modifier and Type | Method and Description |
---|---|
TabConfiguration.IconHiding |
TabConfiguration.getIconHiding()
Gets if and when the icon is made invisible.
|
static TabConfiguration.IconHiding |
TabConfiguration.IconHiding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabConfiguration.IconHiding[] |
TabConfiguration.IconHiding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TabConfiguration.setIconHiding(TabConfiguration.IconHiding iconHiding)
Tells if and when to make the icon invisible.
|