Uses of Class
org.patternfly.extension.codeeditor.CodeEditorTab
Packages that use CodeEditorTab
Package
Description
Provides the PatternFly code editor extension for displaying and editing code.
-
Uses of CodeEditorTab in org.patternfly.extension.codeeditor
Subclasses with type arguments of type CodeEditorTab in org.patternfly.extension.codeeditorModifier and TypeClassDescriptionclassA tab element in theCodeEditorheader, typically showing an icon and a language name.Methods in org.patternfly.extension.codeeditor that return CodeEditorTabModifier and TypeMethodDescriptionCodeEditorTab.addIcon(CodeEditorTabIcon icon) CodeEditorTab.addText(CodeEditorTabText text) static CodeEditorTabCodeEditorTab.codeEditorTab()static CodeEditorTabCodeEditorTab.codeEditorTab(Element icon, String text) static CodeEditorTabCodeEditorTab.codeEditorTab(PredefinedIcon icon, String text) CodeEditorTab.that()Methods in org.patternfly.extension.codeeditor with parameters of type CodeEditorTab