| Modifier and Type | Field and Description |
|---|---|
protected boolean |
enabled |
protected int |
length |
protected int |
offset |
protected ATEPanel |
textEditor |
| Constructor and Description |
|---|
ATEAutoIndentation(ATEPanel textEditor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
autoIndentAfterReturn() |
boolean |
enabled() |
Document |
getDocument() |
void |
indent(int offset,
int length) |
void |
run() |
void |
setEnabled(boolean enable) |
protected int offset
protected int length
protected boolean enabled
protected ATEPanel textEditor
public ATEAutoIndentation(ATEPanel textEditor)
public void setEnabled(boolean enable)
public boolean enabled()
public void indent(int offset,
int length)
public Document getDocument()
public boolean autoIndentAfterReturn()
throws BadLocationException
BadLocationExceptionCopyright © 2013. All rights reserved.