Uses of Enum Class
de.espirit.firstspirit.server.application.ApplicationPlugin.IconType
Packages that use ApplicationPlugin.IconType
-
Uses of ApplicationPlugin.IconType in de.espirit.firstspirit.server.application
Methods in de.espirit.firstspirit.server.application that return ApplicationPlugin.IconTypeModifier and TypeMethodDescriptionstatic ApplicationPlugin.IconType
Returns the enum constant of this class with the specified name.static ApplicationPlugin.IconType[]
ApplicationPlugin.IconType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.server.application with parameters of type ApplicationPlugin.IconTypeModifier and TypeMethodDescription@NotNull Image<?>
ApplicationPlugin.getIcon
(@NotNull ApplicationPlugin.IconType type) Returns the icon representing the application.