Uses of Enum Class
de.espirit.firstspirit.client.gui.applications.ApplicationTabAppearance.FontStyle
Package
Description
Provides interfaces and types to control the java client application area.
-
Uses of ApplicationTabAppearance.FontStyle in de.espirit.firstspirit.client.gui.applications
Modifier and TypeMethodDescription@Nullable ApplicationTabAppearance.FontStyle
ApplicationTabAppearance.getFontStyle()
The font style the tab text should displayed with.Returns the enum constant of this class with the specified name.static ApplicationTabAppearance.FontStyle[]
ApplicationTabAppearance.FontStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionApplicationTabAppearance.Builder.fontStyle
(ApplicationTabAppearance.FontStyle fontStyle) Defines thefont style
for the application tab related to this tab appearance builder.