Uses of Enum Class
de.espirit.firstspirit.client.gui.applications.ApplicationTabAppearance.FontStyle
Packages that use 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
Methods in de.espirit.firstspirit.client.gui.applications that return ApplicationTabAppearance.FontStyleModifier and TypeMethodDescription@Nullable ApplicationTabAppearance.FontStyleApplicationTabAppearance.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.Methods in de.espirit.firstspirit.client.gui.applications with parameters of type ApplicationTabAppearance.FontStyleModifier and TypeMethodDescriptionApplicationTabAppearance.Builder.fontStyle(ApplicationTabAppearance.FontStyle fontStyle) Defines thefont stylefor the application tab related to this tab appearance builder.