public interface ApplicationTabAppearance
appearance
of the
related application tab.ApplicationTabConfiguration.appearance()
,
ApplicationTab.setAppearance(ApplicationTabAppearance)
Modifier and Type | Interface and Description |
---|---|
static interface |
ApplicationTabAppearance.Builder
Configuration builder to configure tab appearance.
|
static class |
ApplicationTabAppearance.FontStyle
The font style types.
|
Modifier and Type | Field and Description |
---|---|
static Generator<ApplicationTabAppearance.Builder> |
GENERATOR
Generator to create a new tab appearance
builder . |
Modifier and Type | Method and Description |
---|---|
Store.Type |
getBorderType()
The type of colored border line between main and sub tabs related to the store color specified by the store type.
|
ApplicationTabAppearance.FontStyle |
getFontStyle()
The font style the tab text should displayed with.
|
Icon |
getIcon()
The icon of the application tab that will be shown in tab button.
|
String |
getTitle()
The title of the application tab that would be shown in tab button.
|
static final Generator<ApplicationTabAppearance.Builder> GENERATOR
builder
.@Nullable Store.Type getBorderType()
ApplicationTabAppearance.Builder.borderType(de.espirit.firstspirit.access.store.Store.Type)
@Nullable ApplicationTabAppearance.FontStyle getFontStyle()
FontStyle#PLAIN
ApplicationTabAppearance.Builder.fontStyle(de.espirit.firstspirit.client.gui.applications.ApplicationTabAppearance.FontStyle)
@Nullable String getTitle()
ApplicationTabAppearance.Builder.title(String)
@Nullable Icon getIcon()
ApplicationTabAppearance.Builder.icon(javax.swing.Icon)
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500