Uses of Enum Class
org.jjazz.ss_editor.api.SS_Editor.ViewMode
Packages that use SS_Editor.ViewMode
-
Uses of SS_Editor.ViewMode in org.jjazz.ss_editor.api
Methods in org.jjazz.ss_editor.api that return SS_Editor.ViewModeModifier and TypeMethodDescriptionabstract SS_Editor.ViewModeSS_Editor.getViewMode()Get the view mode.static SS_Editor.ViewModeReturns the enum constant of this class with the specified name.static SS_Editor.ViewMode[]SS_Editor.ViewMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jjazz.ss_editor.api with parameters of type SS_Editor.ViewModeModifier and TypeMethodDescriptionabstract voidSS_Editor.setViewMode(SS_Editor.ViewMode mode) Set view mode.