Uses of Enum Class
org.basex.gui.text.TextEditor.Case
Packages that use TextEditor.Case
-
Uses of TextEditor.Case in org.basex.gui.text
Methods in org.basex.gui.text that return TextEditor.CaseModifier and TypeMethodDescriptionstatic TextEditor.CaseReturns the enum constant of this class with the specified name.static TextEditor.Case[]TextEditor.Case.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.basex.gui.text with parameters of type TextEditor.CaseModifier and TypeMethodDescriptionfinal voidTextPanel.toCase(TextEditor.Case cs) Case conversion.