public interface TabConfigurations
TabConfigurations, which can be used to fine tune the look
of various tabs.DockThemes will simply ignore this factory.TabConfiguration,
StackDockStation.TAB_CONFIGURATIONS| Modifier and Type | Field and Description |
|---|---|
static TabConfigurations |
DEFAULT
the default configuration, which does nothing but create new
TabConfigurations |
| Modifier and Type | Method and Description |
|---|---|
TabConfiguration |
getConfiguration(Dockable dockable)
Gets the configuration for a tab that represents
Dockable. |
static final TabConfigurations DEFAULT
TabConfigurationsTabConfiguration getConfiguration(Dockable dockable)
Dockable. This method may
create a new TabConfiguration every time it is called, or reuse the same configuration
multiple times.dockable - the element whose tab will be shownnullCopyright © 2017 Docking Frames. All rights reserved.