Uses of Enum Class
com.jbstrap.ui.components.enums.CodeViewerMode
-
Uses of CodeViewerMode in com.jbstrap.ui.components
Modifier and TypeMethodDescriptionCodeViewer.getMode()
Gets the mode (which language syntax highlighting) being used by the componentModifier and TypeMethodDescriptionfinal CodeViewer
CodeViewer.setMode
(CodeViewerMode mode) Sets the mode (which language syntax highlighting) the component will use.ModifierConstructorDescriptionCodeViewer
(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
Modifier 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.