| Package | Description |
|---|---|
| xyz.cofe.cxconsole.script | |
| xyz.cofe.cxconsole.script.out | |
| xyz.cofe.cxconsole.script.sql | |
| xyz.cofe.cxconsole.text |
| Modifier and Type | Field and Description |
|---|---|
protected WeakHashMap<TextDocument,ScriptTextOutput> |
ScriptOutputService.scriptOutputMap |
| Modifier and Type | Method and Description |
|---|---|
TextDocument |
GetScriptDocument.getScriptDocument() |
TextDocument |
ScriptEvent.getScriptDocument() |
| Modifier and Type | Method and Description |
|---|---|
WeakHashMap<TextDocument,ScriptTextOutput> |
ScriptOutputService.getScriptOutputMap()
Кэш-Карта отображения текстового документа на окно output
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ScriptOutputService.configureTitle(ScriptTextOutput sto,
TextDocument textDoc) |
ScriptExecuted<String> |
ScriptEventSupport.createScriptExecuted(ExecuteResult<String> result,
Engine engine,
TextDocument scriptDocument) |
ScriptExecuting<String> |
ScriptEventSupport.createScriptExecuting(ExecuteMonitor<String> em,
Engine engine,
TextDocument scriptDocument) |
Engine |
ScriptDocExecService.getDocumentEngine(TextDocument doc)
Возвращает движок для документа
|
String |
ScriptDocExecService.getDocumentEngineId(TextDocument doc) |
StyledWriter |
ScriptOutputService.scriptErrorWriter(TextDocument tdoc) |
ScriptTextOutput |
ScriptOutputService.scriptTextOutput(TextDocument textDoc)
Создает/возвращает oputput для текстового документа
|
StyledWriter |
ScriptOutputService.scriptWriter(TextDocument tdoc) |
void |
SetScriptDocument.setScriptDocument(TextDocument textDocument) |
| Modifier and Type | Method and Description |
|---|---|
Builder |
FinishNotifierBuilder.errorWriter(ScriptOutputService scriptService,
TextDocument scriptDocument) |
| Modifier and Type | Field and Description |
|---|---|
protected WeakReference<TextDocument> |
SqlEngine.scriptDocument |
| Modifier and Type | Method and Description |
|---|---|
TextDocument |
SqlEngine.getScriptDocument() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlEngine.setScriptDocument(TextDocument textDocument) |
protected JComponent |
SqlService.sqlEngineStatBar(TextDocument tdoc) |
| Modifier and Type | Method and Description |
|---|---|
protected Pair<Object,Throwable> |
SqlEngine.executeQuery(String query,
Long scriptDocumentID,
WeakReference<TextDocument> scriptDocument) |
protected void |
SqlEngine.onDataTableCreated(QueryExecutor.DataTableCreated ev,
WeakReference<TextDocument> scriptDocument,
Long scriptDocumentId,
Integer dataTableNum) |
| Modifier and Type | Field and Description |
|---|---|
protected TextDocument |
DocumentFocusLost.textDocument |
protected TextDocument |
DocumentFocusGained.textDocument |
| Modifier and Type | Field and Description |
|---|---|
protected Queue<Reciver<TextDocument>> |
TextService.OpenGeneric.docApplyQueue |
protected WeakReference<TextDocument> |
SearchAndReplaceDock.lastDocument |
| Modifier and Type | Method and Description |
|---|---|
TextDocument |
TextService.OpenGeneric.apply() |
TextDocument |
TextDocument.clone() |
TextDocument |
TextService.getActiveTextDocument()
Возвращает текущий (последий который имеел фокус) документ
|
TextDocument |
DocumentFocusLost.getDocument() |
TextDocument |
DocumentFocusGained.getDocument() |
TextDocument |
TextService.openFile(File file,
Charset cs,
EndLine endLine)
Открывает текстовый файл для редактирования
|
TextDocument |
TextDocumentFactory.read(TextDocumentLayout layout) |
| Modifier and Type | Method and Description |
|---|---|
DockingService.DockableList<TextDocument> |
TextService.TextDocumentSwitcher.getDocuments() |
DockingService.DockableList<TextDocument> |
TextService.getTextDocumentHistory()
Возвращает историю переключения фокуса документов
|
DockingService.DockableList<TextDocument> |
TextService.getTextDocuments()
Возвращает список документов, отсортированный в обратном порядке переключения фокуса
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TextService.addRecentTextFile(TextDocument doc,
File file,
Charset cs)
Отмечает недавно открытые/сохраненный файлы
|
protected void |
TextService.OpenGeneric.apply(TextDocument tdoc) |
void |
TextService.onTextDocumentChanged(TextDocument doc) |
void |
TextService.onTextDocumentClosed(TextDocument tdoc)
Уведомление о закрытии документа
|
void |
TextService.onTextDocumentCreated(TextDocument tdoc)
Уведомление о создании документа
|
void |
TextService.onTextDocumentFocusGained(TextDocument tdoc)
Уведомление о получении фокуса текстовым документом
|
void |
TextService.onTextDocumentFocusLost(TextDocument tdoc) |
void |
TextService.onTextDocumentOpened(TextDocument doc,
File file,
Charset cs)
Уведомление о сохранении документа
|
void |
TextService.onTextDocumentSaved(TextDocument doc,
File file,
Charset cs)
Уведомление о сохранении документа
|
void |
TextService.TextDocumentSwitcher.switchTo(TextDocument tdoc) |
| Modifier and Type | Method and Description |
|---|---|
T |
TextService.OpenGeneric.apply(Reciver<TextDocument> rcv) |
void |
TextDocument.restore(Reciver<TextDocument> textdoc) |
void |
TextDocument.restore(Reciver<TextDocument> textdoc,
boolean fireEvent) |
void |
TextService.TextDocumentSwitcher.setDocuments(DockingService.DockableList<TextDocument> documents) |
| Constructor and Description |
|---|
DocumentFocusGained(TextDocument textDoc) |
DocumentFocusLost(TextDocument textDoc) |
TextDocument(TextDocument sample) |
| Constructor and Description |
|---|
TextDocumentSwitcher(Window mainWindow,
DockingService.DockableList<TextDocument> documents) |
Copyright © 2018. All rights reserved.