public abstract static class TextService.OpenGeneric<T extends TextService.OpenGeneric> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Queue<Reciver<TextDocument>> |
docApplyQueue |
protected TextService |
textService |
| Constructor and Description |
|---|
OpenGeneric(TextService ts) |
| Modifier and Type | Method and Description |
|---|---|
TextDocument |
apply() |
T |
apply(Reciver<TextDocument> rcv) |
protected void |
apply(TextDocument tdoc) |
protected abstract T |
result() |
TextService.OpenSyntaxStyle<T> |
syntax() |
T |
syntax(String syntax) |
T |
text(String text) |
T |
title(String title) |
protected TextService textService
protected final Queue<Reciver<TextDocument>> docApplyQueue
public OpenGeneric(TextService ts)
protected abstract T result()
public T apply(Reciver<TextDocument> rcv)
public TextService.OpenSyntaxStyle<T> syntax()
protected void apply(TextDocument tdoc)
public TextDocument apply()
Copyright © 2018. All rights reserved.