Uses of Enum Class
io.github.tonywasher.joceanus.metis.viewer.MetisViewerMode
Packages that use MetisViewerMode
-
Uses of MetisViewerMode in io.github.tonywasher.joceanus.metis.viewer
Methods in io.github.tonywasher.joceanus.metis.viewer that return MetisViewerModeModifier and TypeMethodDescriptionprotected MetisViewerModeMetisViewerPage.getMode()Obtain the mode.static MetisViewerModeReturns the enum constant of this class with the specified name.static MetisViewerMode[]MetisViewerMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.tonywasher.joceanus.metis.viewer with parameters of type MetisViewerModeModifier and TypeMethodDescriptionprotected voidMetisViewerWindow.handleMode(MetisViewerMode pMode) Handle the mode.protected voidMetisViewerPage.setMode(MetisViewerMode pMode) Set the mode.protected booleanMetisViewerPage.validMode(MetisViewerMode pMode) Determine whether the mode is valid.