|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ApplicationTabAppearance
Configuration interface defining the appearance of the
related application tab.
Attention: This part of the API isn't released yet and may change during the ramp up time. It will be released with 4.2 Release 4.
ApplicationTabConfiguration.appearance(),
ApplicationTab.setAppearance(ApplicationTabAppearance)| Nested Class Summary | |
|---|---|
static interface |
ApplicationTabAppearance.Builder
Configuration builder to configure tab appearance. |
static class |
ApplicationTabAppearance.FontStyle
The font style types. |
| Field Summary | |
|---|---|
static Generator<ApplicationTabAppearance.Builder> |
GENERATOR
Generator to create a new tab appearance builder. |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final Generator<ApplicationTabAppearance.Builder> GENERATOR
builder.
| Method Detail |
|---|
@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)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||