Uses of Enum Class
com.jbstrap.ui.components.enums.CodeViewerMode
Packages that use CodeViewerMode
-
Uses of CodeViewerMode in com.jbstrap.ui.components
Methods in com.jbstrap.ui.components that return CodeViewerModeModifier and TypeMethodDescriptionCodeViewer.getMode()
Gets the mode (which language syntax highlighting) being used by the componentMethods in com.jbstrap.ui.components with parameters of type CodeViewerModeModifier and TypeMethodDescriptionfinal CodeViewer
CodeViewer.setMode
(CodeViewerMode mode) Sets the mode (which language syntax highlighting) the component will use.Constructors in com.jbstrap.ui.components with parameters of type CodeViewerModeModifierConstructorDescriptionCodeViewer
(String code, CodeViewerMode mode) Creates a code viewer component, with the code specified in the parameter.CodeViewer
(String id, String code, CodeViewerMode mode) Creates a code viewer component, with the code specified in the parameter. -
Uses of CodeViewerMode in com.jbstrap.ui.components.enums
Methods in com.jbstrap.ui.components.enums that return CodeViewerModeModifier and TypeMethodDescriptionstatic CodeViewerMode
Returns the enum constant of this class with the specified name.static CodeViewerMode[]
CodeViewerMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.