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.ActionHiding |
TabConfiguration.getActionHiding()
Gets if and when buttons on the tab are made invisible.
|
static TabConfiguration.ActionHiding |
TabConfiguration.ActionHiding.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TabConfiguration.ActionHiding[] |
TabConfiguration.ActionHiding.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.setActionHiding(TabConfiguration.ActionHiding actionHiding)
Tells if and when to make buttons on the tab invisible.
|