Uses of Enum Class
de.spiritscorp.datasync.gui.WorkspaceView.NotifyStatus
Packages that use WorkspaceView.NotifyStatus
-
Uses of WorkspaceView.NotifyStatus in de.spiritscorp.datasync.gui
Subclasses with type arguments of type WorkspaceView.NotifyStatus in de.spiritscorp.datasync.guiMethods in de.spiritscorp.datasync.gui that return WorkspaceView.NotifyStatusModifier and TypeMethodDescriptionstatic WorkspaceView.NotifyStatusReturns the enum constant of this class with the specified name.static WorkspaceView.NotifyStatus[]WorkspaceView.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 WorkspaceView.NotifyStatusModifier and TypeMethodDescriptionvoidGui.showStatusNotification(String message, WorkspaceView.NotifyStatus notifyStatus, int durationSec) Proxy method to delegate temporary status messages to the active workspace view boundary.