@JsType(isNative=true) public class Editor extends Object
| Modifier and Type | Field and Description |
|---|---|
Object |
$blockScrolling |
| Constructor and Description |
|---|
Editor() |
| Modifier and Type | Method and Description |
|---|---|
void |
find(String query) |
void |
findNext() |
void |
findPrevious() |
void |
focus() |
Session |
getSession() |
void |
gotoLine(int line,
int column,
boolean animate) |
void |
resize() |
void |
selectAll() |
void |
setOptions(Options options) |
void |
setReadOnly(boolean readOnly) |
void |
setTheme(String theme) |
@JsProperty public Object $blockScrolling
public void focus()
public void resize()
public void gotoLine(int line,
int column,
boolean animate)
public void selectAll()
public Session getSession()
public void setOptions(Options options)
public void setReadOnly(boolean readOnly)
public void setTheme(String theme)
public void find(String query)
public void findNext()
public void findPrevious()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.