Uses of Enum Class
de.spiritscorp.datasync.gui.Gui.ViewState
Packages that use Gui.ViewState
-
Uses of Gui.ViewState in de.spiritscorp.datasync.controller
Methods in de.spiritscorp.datasync.controller with parameters of type Gui.ViewStateModifier and TypeMethodDescriptionvoidMainViewController.handleNavigate(Gui.ViewState state) voidViewController.handleNavigate(Gui.ViewState state) Handles switching between different primary view layers within the main viewport. -
Uses of Gui.ViewState in de.spiritscorp.datasync.gui
Subclasses with type arguments of type Gui.ViewState in de.spiritscorp.datasync.guiModifier and TypeClassDescriptionstatic enumRepresents the structural visibility layers and active UI states of the main Viewport container.Methods in de.spiritscorp.datasync.gui that return Gui.ViewStateModifier and TypeMethodDescriptionstatic Gui.ViewStateReturns the enum constant of this class with the specified name.static Gui.ViewState[]Gui.ViewState.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 Gui.ViewStateModifier and TypeMethodDescriptionvoidWorkspaceView.refreshView(Gui.ViewState state, SyncJobContext job) Redraws visible frame items based on routing navigation instructions and current job payload state. * @param state The target navigation ViewState.voidGui.setViewState(Gui.ViewState state) Updates global active tracking routes navigation indexes updating workspace render cycles.