Uses of Enum Class
de.spiritscorp.datasync.gui.NotifyStatus
Packages that use NotifyStatus
-
Uses of NotifyStatus in de.spiritscorp.datasync.gui
Subclasses with type arguments of type NotifyStatus in de.spiritscorp.datasync.guiMethods in de.spiritscorp.datasync.gui that return NotifyStatusModifier and TypeMethodDescriptionstatic NotifyStatusReturns the enum constant of this class with the specified name.static NotifyStatus[]NotifyStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.spiritscorp.datasync.gui with parameters of type NotifyStatusModifier and TypeMethodDescriptionvoidGui.showStatusNotification(String message, NotifyStatus notifyStatus, int durationSec) Proxy method to delegate temporary status messages to the active workspace view boundary.