Uses of Enum Class
simula.editor.SimulaEditor.Language
-
Uses of SimulaEditor.Language in simula.editor
Modifier and TypeFieldDescription(package private) SimulaEditor.Language
SourceTextPanel.lang
Current language.Modifier and TypeMethodDescriptionstatic SimulaEditor.Language
Returns the enum constant of this class with the specified name.static SimulaEditor.Language[]
SimulaEditor.Language.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription(package private) static void
SimulaEditor.doNewTabbedPanel
(File file, SimulaEditor.Language lang) Create a new Tab with text generated from the given file.ModifierConstructorDescription(package private)
SourceTextPanel
(File sourceFile, SimulaEditor.Language lang, JPopupMenu popupMenu) Create a new SourceTextPanel.