Uses of Enum Class
anlavn.ui.Notification.Type
Packages that use Notification.Type
-
Uses of Notification.Type in anlavn.ui
Methods in anlavn.ui that return Notification.TypeModifier and TypeMethodDescriptionstatic Notification.Type
Returns the enum constant of this class with the specified name.static Notification.Type[]
Notification.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in anlavn.ui with parameters of type Notification.TypeModifierConstructorDescriptionNotification
(Frame fram, Notification.Type type, Notification.Location location, String message)