Enum AceEditorMode
- All Implemented Interfaces:
Serializable,Comparable<AceEditorMode>,java.lang.constant.Constable
Enumeration for ACE editor modes.
Note that the corresponding .js file must be loaded
before a mode can be set.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionABAP (Advanced Business Application Programming).Actionscript.Ada.Apache configuration.Applescript.ASCIIDOC.Assembly (x86).Auto Hotkey.Batch file.C/C++.c9searchCirru, indentation-based grammar for languages.Clojure.COBOL.Coffee.ColdFusion.C#.CSS.D.Dart.Diff.Django.Docker files.Dot.EJS (Embedded Javascript).Erlang.Forth.FTL.Gherkin: Business Readable, Domain Specific Language.GLSL (OpenGL Shading Language).Go (http://golang.org/).Groovy.HAML.Handlebars.js: Minimal Templating on Steroids.Haskell.Haxe.HTML.HTML completions.HTML (Ruby).Ini file.Jack.JADE.JAVA.Javascript.JSON.JSONiq, the JSON Query Language.JSP, Java Server Pages.JSX.Julia.LaTeX.Less.Liquid.LISP.Livescript.LogiQL.LSL.Lua.Luapage.Lucene.Makefile.Markdown.Matlab.Mel.MUSHCode.MUSHCode (High Rules).MySQL.Nix.Objective C.OCaml.Pascal.Perl.PgSQL.PHP.Plain text.PowerShell.Prolog.Java properties file.Protocol Buffers - Google's data interchange format.Python.R.RDoc (Ruby documentation).RHTML.Ruby.Rust.SASS.Scad.Scala.Scheme.SCSS.Sh (Bourne shell).Sjs.Smarty (PHP template engine).Snippets.Soy template.Space.SQL.Stylus.SVG.Tcl.TeX.Text.Textile.TOML.TWIG.TypeScript.Vala.VBScript.Velocity.Verilog.VHDL.XML.XQuery.YAML. -
Method Summary
Modifier and TypeMethodDescriptiongetName()static AceEditorModeReturns the enum constant of this type with the specified name.static AceEditorMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ABAP
ABAP (Advanced Business Application Programming). -
ACTIONSCRIPT
Actionscript. -
ADA
Ada. -
APACHE_CONF
Apache configuration. -
APPLESCRIPT
Applescript. -
ASCIIDOC
ASCIIDOC. -
ASSEMBLY_X86
Assembly (x86). -
AUTOHOTKEY
Auto Hotkey. -
BATCHFILE
Batch file. -
C9SEARCH
c9search -
C_CPP
C/C++. -
CIRRU
Cirru, indentation-based grammar for languages. -
CLOJURE
Clojure. -
COBOL
COBOL. -
COFFEE
Coffee. -
COLDFUSION
ColdFusion. -
CSHARP
C#. -
CSS
CSS. -
CURLY
-
DART
Dart. -
DIFF
Diff. -
DJANGO
Django. -
D
D. -
DOCKERFILE
Docker files. -
DOT
Dot. -
EJS
EJS (Embedded Javascript). -
ERLANG
Erlang. -
FORTH
Forth. -
FTL
FTL. -
GHERKIN
Gherkin: Business Readable, Domain Specific Language. -
GLSL
GLSL (OpenGL Shading Language). -
GOLANG
Go (http://golang.org/). -
GROOVY
Groovy. -
HAML
HAML. -
HANDLEBARS
Handlebars.js: Minimal Templating on Steroids. -
HASKELL
Haskell. -
HAXE
Haxe. -
HTML
HTML. -
HTML_COMPLETIONS
HTML completions. -
HTML_RUBY
HTML (Ruby). -
INI
Ini file. -
JADE
JADE. -
JACK
Jack. -
JAVA
JAVA. -
JAVASCRIPT
Javascript. -
JSONIQ
JSONiq, the JSON Query Language. -
JSON
JSON. -
JSP
JSP, Java Server Pages. -
JSX
JSX. -
JULIA
Julia. -
LATEX
LaTeX. -
LESS
Less. -
LIQUID
Liquid. -
LISP
LISP. -
LIVESCRIPT
Livescript. -
LOGIQL
LogiQL. -
LSL
LSL. -
LUA
Lua. -
LUAPAGE
Luapage. -
LUCENE
Lucene. -
MAKEFILE
Makefile. -
MARKDOWN
Markdown. -
MATLAB
Matlab. -
MEL
Mel. -
MUSHCODE_HIGH_RULES
MUSHCode (High Rules). -
MUSHCODE
MUSHCode. -
MYSQL
MySQL. -
NIX
Nix. -
OBJECTIVEC
Objective C. -
OCAML
OCaml. -
PASCAL
Pascal. -
PERL
Perl. -
PGSQL
PgSQL. -
PHP
PHP. -
PLAIN_TEXT
Plain text. -
POWERSHELL
PowerShell. -
PROLOG
Prolog. -
PROPERTIES
Java properties file. -
PROTOBUF
Protocol Buffers - Google's data interchange format. -
PYTHON
Python. -
RDOC
RDoc (Ruby documentation). -
RHTML
RHTML. -
R
R. -
RUBY
Ruby. -
RUST
Rust. -
SASS
SASS. -
SCAD
Scad. -
SCALA
Scala. -
SCHEME
Scheme. -
SCSS
SCSS. -
SH
Sh (Bourne shell). -
SJS
Sjs. -
SMARTY
Smarty (PHP template engine). -
SNIPPETS
Snippets. -
SOY_TEMPLATE
Soy template. -
SPACE
Space. -
SQL
SQL. -
STYLUS
Stylus. -
SVG
SVG. -
TCL
Tcl. -
TEX
TeX. -
TEXT
Text. -
TEXTILE
Textile. -
TOML
TOML. -
TWIG
TWIG. -
TYPESCRIPT
TypeScript. -
VALA
Vala. -
VBSCRIPT
VBScript. -
VELOCITY
Velocity. -
VERILOG
Verilog. -
VHDL
VHDL. -
XML
XML. -
XQUERY
XQuery. -
YAML
YAML.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getName
- Returns:
- mode name (e.g., "java" for Java mode)
-