public interface TabConfigurations
TabConfiguration
s, which can be used to fine tune the look
of various tabs.DockTheme
s 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
TabConfiguration s |
Modifier and Type | Method and Description |
---|---|
TabConfiguration |
getConfiguration(Dockable dockable)
Gets the configuration for a tab that represents
Dockable . |
static final TabConfigurations DEFAULT
TabConfiguration
sTabConfiguration 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 shownnull