Uses of Enum Class
net.thevpc.common.swing.splash.JSplashScreen.Type
Packages that use JSplashScreen.Type
-
Uses of JSplashScreen.Type in net.thevpc.common.swing.splash
Subclasses with type arguments of type JSplashScreen.Type in net.thevpc.common.swing.splashMethods in net.thevpc.common.swing.splash that return JSplashScreen.TypeModifier and TypeMethodDescriptionstatic JSplashScreen.TypeReturns the enum constant of this class with the specified name.static JSplashScreen.Type[]JSplashScreen.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.thevpc.common.swing.splash with parameters of type JSplashScreen.TypeModifierConstructorDescriptionMessage(JSplashScreen.Type type, String text) Message(JSplashScreen.Type type, String text, PositionAnimator animator)