public class MonacoPropertiesFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FEEL_LANGUAGE_ID |
static String |
FEEL_THEME_ID |
Constructor and Description |
---|
MonacoPropertiesFactory() |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
getCompletionItemProvider() |
com.google.gwt.core.client.JavaScriptObject |
getConstructionOptions() |
com.google.gwt.core.client.JavaScriptObject |
getLanguage() |
com.google.gwt.core.client.JavaScriptObject |
getLanguageDefinition() |
com.google.gwt.json.client.JSONArray |
getRoot() |
com.google.gwt.json.client.JSONArray |
getRules() |
com.google.gwt.json.client.JSONArray |
getSuggestions() |
com.google.gwt.core.client.JavaScriptObject |
getThemeData() |
com.google.gwt.json.client.JSONValue |
getTokenizer() |
com.google.gwt.json.client.JSONArray |
row(String pattern,
String name) |
public static final String FEEL_LANGUAGE_ID
public static final String FEEL_THEME_ID
public com.google.gwt.core.client.JavaScriptObject getConstructionOptions()
public com.google.gwt.core.client.JavaScriptObject getThemeData()
public com.google.gwt.json.client.JSONArray getRules()
public com.google.gwt.core.client.JavaScriptObject getCompletionItemProvider()
public com.google.gwt.core.client.JavaScriptObject getLanguageDefinition()
public com.google.gwt.json.client.JSONValue getTokenizer()
public com.google.gwt.json.client.JSONArray getRoot()
public com.google.gwt.json.client.JSONArray getSuggestions()
public com.google.gwt.core.client.JavaScriptObject getLanguage()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.