- select(int, int, int, int) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
 
- 
Select text fragment between two positions
 
- selectAll() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
 
- 
Select the whole text.
 
- selectLine() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
 
- 
Select line where cursor is located.
 
- setAnnotations() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Set any annotations which have been added via addAnnotation on the editor
 
- setAutocompleteEnabled(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Set whether or not autocomplete is enabled.
 
- setCommandLineListener(AceCommandLineListener) - Method in interface edu.ycp.cs.dh.acegwt.client.ace.AceCommandLine
 
- 
Set listener getting callback from command line component.
 
- setCommandLineListener(AceCommandLineListener) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceDefaultCommandLine
 
- 
Set listener getting callback from command line component.
 
- setFontSize(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Set font size.
 
- setFontSize(int) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Set integer font size.
 
- setHighlightSelectedWord(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Set or unset highlighting of currently selected word.
 
- setHScrollBarAlwaysVisible(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Set whether or not the horizontal scrollbar is always visible.
 
- setMode(AceEditorMode) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Set the mode.
 
- setModeByName(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Set the mode by name.
 
- setReadOnly(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Set or unset read-only mode.
 
- setShowGutter(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Set whether or not the gutter is shown.
 
- setShowPrintMargin(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Set or unset the visibility of the print margin.
 
- setTabSize(int) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Set tab size.
 
- setText(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Set the complete text in the editor from a String.
 
- setTheme(AceEditorTheme) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Set the theme.
 
- setThemeByName(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Set the theme by name.
 
- setUseSoftTabs(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Set whether or not soft tabs should be used.
 
- setUseWrapMode(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Set whether to use wrap mode or not
 
- setValue(String) - Method in interface edu.ycp.cs.dh.acegwt.client.ace.AceCommandLine
 
- 
Set text into command line.
 
- setValue(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceDefaultCommandLine
 
- 
Set text into command line.
 
- setValue(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
-  
 
- startEditor() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
- 
Call this method to start the editor.