public interface IScriptEditor extends IEditorHost
| Modifier and Type | Method and Description |
|---|---|
boolean |
displayValueCompletionAtCurrentLocation() |
JComponent |
getComponent() |
IParseTree |
getDeepestLocationAtCaret() |
IParseTree |
getDeepestStatementLocationAtCaret() |
IScriptPartId |
getScriptPart() |
EditorScrollPane |
getScroller() |
String |
getSelectedText() |
SourceType |
getSourceType() |
IParseTree |
getStatementAtLine(int iLine) |
IParseTree |
getStatementAtLineAtCaret() |
IParseTree |
getStatementAtLineAtCaretOrExpression() |
IParseTree |
getStatementAtLineOrExpression(int iLine) |
ISymbolTable |
getSymbolTable() |
String |
getText() |
AtomicUndoManager |
getUndoManager() |
void |
gotoDeclarationAtCursor() |
void |
gotoNextError() |
void |
handleCompleteCode() |
void |
parse() |
void |
read(IScriptPartId ctx,
String strSource,
String strDescription) |
getEditorJComponent getComponent()
SourceType getSourceType()
String getText()
void read(IScriptPartId ctx, String strSource, String strDescription) throws IOException
IOExceptionvoid parse()
ISymbolTable getSymbolTable()
IScriptPartId getScriptPart()
void handleCompleteCode()
void gotoNextError()
boolean displayValueCompletionAtCurrentLocation()
IParseTree getDeepestLocationAtCaret()
IParseTree getDeepestStatementLocationAtCaret()
IParseTree getStatementAtLineAtCaret()
IParseTree getStatementAtLine(int iLine)
void gotoDeclarationAtCursor()
String getSelectedText()
IParseTree getStatementAtLineOrExpression(int iLine)
IParseTree getStatementAtLineAtCaretOrExpression()
AtomicUndoManager getUndoManager()
EditorScrollPane getScroller()
Copyright © 2018. All rights reserved.