| Package | Description |
|---|---|
| xyz.cofe.cbuffer | |
| xyz.cofe.collection.list |
Работа со списками, прослушивание измений списоков
|
| xyz.cofe.collection.map |
Карты, Прослушивание измений карт, Карты только для чтения
|
| xyz.cofe.collection.set |
Множество, Прослушивание измений множества
|
| xyz.cofe.collection.tree |
Закрытие объектов (Closeable), подписчики, линивое значение, приемник
|
| xyz.cofe.common |
Работа с деревом
|
| xyz.cofe.cxconsole.props | |
| xyz.cofe.cxconsole.script.jsr233 | |
| xyz.cofe.cxconsole.script.sql | |
| xyz.cofe.cxconsole.sysout | |
| xyz.cofe.data | |
| xyz.cofe.gui.swing | |
| xyz.cofe.gui.swing.properties | |
| xyz.cofe.gui.swing.table | |
| xyz.cofe.gui.swing.text | |
| xyz.cofe.http | |
| xyz.cofe.io | |
| xyz.cofe.text | |
| xyz.cofe.text.template |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
Fragments.syncRun(Func0<T> code)
Обновление свойств с учетом блокировок и много поточности.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
LockEventList.lockRun(Func0 run) |
protected Object |
BasicEventList.lockRun(Func0 run)
Выполнение кода в блокировке
|
protected Object |
SyncEventList.lockRun(Func0 run) |
Object |
BasicEventList.lockRun(Func0 run,
LockMethod method)
Выполнение кода в блокировке
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
SyncEventMap.lockRun(Func0 run) |
protected Object |
BasicEventMap.lockRun(Func0 run)
Выполнение кода в блокировке
|
protected Object |
LockEventMap.lockRun(Func0 run) |
protected Object |
SyncEventMap.lockRun(Func0 run,
LockMethod method) |
protected Object |
BasicEventMap.lockRun(Func0 run,
LockMethod method)
Выполнение кода в блокировке
|
protected Object |
LockEventMap.lockRun(Func0 run,
LockMethod method) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
BasicEventSet.lockRun(Func0 run)
Выполнение кода в блокировке
|
protected Object |
SyncEventSet.lockRun(Func0 run) |
protected Object |
LockEventSet.lockRun(Func0 run) |
protected Object |
BasicEventSet.lockRun(Func0 run,
LockMethod method)
Выполнение кода в блокировке
|
protected Object |
SyncEventSet.lockRun(Func0 run,
LockMethod method) |
protected Object |
LockEventSet.lockRun(Func0 run,
LockMethod method) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AbstractTreeNode.syncrun(Func0 run,
String method,
Object... args)
Синхронное выполнение участка кода
|
protected Object |
SyncTreeNode.syncrun(Func0 run,
String method,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
Closeable |
CloseableSet.add(Func0 closeable)
Добавляет объект в список обрабатываемых
|
Closeable |
CloseableSet.add(Func0 closeable,
boolean weak)
Добавляет объект в список обрабатываемых
|
protected Closeable |
CloseableSet.add0(Func0 closeable,
boolean weak)
Добавляет объект в список обрабатываемых
|
| Modifier and Type | Method and Description |
|---|---|
PropertiesService.Editor |
PropertiesService.Editor.addProperty(String name,
Class type,
Func0 read,
Func1 write) |
| Modifier and Type | Field and Description |
|---|---|
protected Func0<Pair<Object,Throwable>> |
ThreadMonitorImpl.scriptRun |
| Constructor and Description |
|---|
ThreadMonitorImpl(Script script,
Func0<Pair<Object,Throwable>> run) |
| Modifier and Type | Method and Description |
|---|---|
protected Func0<Pair<Object,Throwable>> |
SqlEngine.createExecutor(String query) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
PrintStreamProxy.lockRun(Func0 run) |
| Modifier and Type | Field and Description |
|---|---|
Func0 |
DataColumn.generator |
| Modifier and Type | Method and Description |
|---|---|
Func0 |
DataColumn.getGenerator() |
| Modifier and Type | Method and Description |
|---|---|
DataColumn |
DataColumn.generator(Func0 gen) |
Object |
DataTable.lockRun(Func0 run) |
| Modifier and Type | Method and Description |
|---|---|
Writer |
TextWriter.create(JTextComponent component,
Func0<AttributeSet> lazyStyle) |
static void |
TextWriter.write(JTextComponent out,
Func0<Iterable<Pair<String,AttributeSet>>> lazyMessage) |
static void |
TextWriter.write(JTextComponent out,
String message,
Func0<AttributeSet> lazyTextAttributes) |
static Writer |
TextWriter.writer(JTextComponent component,
Func0<AttributeSet> lazyStyle) |
| Modifier and Type | Field and Description |
|---|---|
protected Func0 |
Property.readFn |
| Modifier and Type | Method and Description |
|---|---|
Func0 |
Property.getReadFn() |
| Modifier and Type | Method and Description |
|---|---|
<T> PropertySheet.Edit |
PropertySheet.EditProperties.add(String name,
Class<T> type,
Func0<T> r)
Добавить/создать read-only свойство
|
<T> PropertySheet.Edit |
PropertySheet.EditProperties.add(String name,
Class<T> type,
Func0<T> r,
Func1<Object,T> w)
Добавить/создать read-write свойство
|
T |
PropertyBuilderGeneric.reader(Func0 reader) |
void |
Property.setReadFn(Func0 readFn) |
| Constructor and Description |
|---|
Property(String name,
Class type,
Func0 read,
Func1 write)
Конструктор
|
| Modifier and Type | Field and Description |
|---|---|
protected Func0<Object> |
PropertyTable.defaultItemBuilder |
| Modifier and Type | Method and Description |
|---|---|
Func0<Object> |
PropertyTable.getDefaultItemBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyTable.setDefaultItemBuilder(Func0<Object> defaultItemBuilder) |
| Modifier and Type | Method and Description |
|---|---|
static Closeable |
DocumentAdapter.listenChanged(Document doc,
Func0<Object> fun) |
static Closeable |
DocumentAdapter.listenChanged(JTextComponent cmpt,
Func0<Object> fun) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClient.CookieManagerBuilder
Настройки cookie
|
static class |
HttpClient.HttpsHostnameConfig |
class |
HttpClient.SSLConf
Настройки SSL.
|
class |
HttpClient.SSLConf.HttpsHostnameConf |
class |
HttpClient.SSLConf.SSLContextConf |
static class |
HttpClient.SSLContextConfig |
| Modifier and Type | Class and Description |
|---|---|
class |
FileTreeIterableBuilder.FilterBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected Func0<String> |
PrefixWriter.linePrefix |
| Modifier and Type | Method and Description |
|---|---|
Func0<String> |
Output.getLinePrefixFn()
Указывает префикс в начале строки
|
Func0<String> |
PrefixWriter.getLinePrefixFn() |
| Modifier and Type | Method and Description |
|---|---|
void |
Output.setLinePrefixFn(Func0<String> fn)
Указывает префикс в начале строки
|
void |
PrefixWriter.setLinePrefixFn(Func0<String> fn) |
| Modifier and Type | Field and Description |
|---|---|
protected Func0<String> |
BasicTemplate.Context.evalFun |
Func0<ResultType> |
EvalVisitor.initResult |
| Modifier and Type | Field and Description |
|---|---|
Map<Func0,Boolean> |
EvalVisitor.funAsCode |
List<Func0> |
EvalVisitor.funs |
| Modifier and Type | Method and Description |
|---|---|
<ResultType,EvalCode,EvalText> |
TemplateParser.eval(AstNode tree,
Func1<EvalText,String> evalText,
Func1<EvalCode,String> evalCode,
Func0<ResultType> initResult,
Func2<ResultType,ResultType,EvalText> appendText,
Func2<ResultType,ResultType,EvalCode> appendCode) |
Func0<String> |
TemplateParser.evalAndPrint(AstNode tree,
Func1<String,String> evalCode) |
Func0<String> |
TemplateParser.evalAndPrint(AstNode tree,
Func1<String,String> evalText,
Func1<String,String> evalCode) |
Func0<String> |
BasicTemplate.evalAndPrint(Func1<String,String> evalCode) |
Func0<String> |
BasicTemplate.evalAndPrint(Func1<String,String> evalText,
Func1<String,String> evalCode) |
| Modifier and Type | Method and Description |
|---|---|
<ResultType,EvalCode,EvalText> |
TemplateParser.eval(AstNode tree,
Func1<EvalText,String> evalText,
Func1<EvalCode,String> evalCode,
Func0<ResultType> initResult,
Func2<ResultType,ResultType,EvalText> appendText,
Func2<ResultType,ResultType,EvalCode> appendCode) |
Copyright © 2018. All rights reserved.