| Package | Description |
|---|---|
| xyz.cofe.cbuffer | |
| xyz.cofe.collection.list |
Работа со списками, прослушивание измений списоков
|
| xyz.cofe.collection.tree |
Закрытие объектов (Closeable), подписчики, линивое значение, приемник
|
| xyz.cofe.cxconsole.cp |
Работа с ClassLoader(Builder).
|
| xyz.cofe.cxconsole.groovy | |
| xyz.cofe.cxconsole.script | |
| xyz.cofe.cxconsole.script.sql.ctx | |
| xyz.cofe.gui.swing.menu | |
| xyz.cofe.gui.swing.table | |
| xyz.cofe.gui.swing.tabs | |
| xyz.cofe.gui.swing.text | |
| xyz.cofe.gui.swing.tree | |
| xyz.cofe.http | |
| xyz.cofe.http.download | |
| xyz.cofe.sql |
| Modifier and Type | Class and Description |
|---|---|
class |
Fragments
Набор фрагментов
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicEventList<E>
Класс создающий уведомления об изменении списка.
|
class |
IndexEventList<E>
Класс создающий уведомления об изменении списка.
|
class |
LockEventList<E> |
class |
SyncEventList<E> |
| Modifier and Type | Field and Description |
|---|---|
protected EventList<E> |
RemovedPositionalEvent.collection |
protected EventList<E> |
RemovingEvent.collection |
protected EventList<E> |
AddingPositionalEvent.collection |
protected EventList<E> |
AddedEvent.collection |
protected EventList<E> |
UpdatedPositionalEvent.collection |
protected EventList<E> |
UpdatingPositionalEvent.collection |
protected EventList<E> |
RemovedEvent.collection |
protected EventList<E> |
RemovingPositionalEvent.collection |
protected EventList<E> |
AddingEvent.collection |
protected EventList<E> |
AddedPositionalEvent.collection |
protected EventList<E> |
BulkInsertEvent.eventList |
| Modifier and Type | Method and Description |
|---|---|
EventList<E> |
RemovedPositionalEvent.getCollection() |
EventList<E> |
RemovingEvent.getCollection() |
EventList<E> |
AddingPositionalEvent.getCollection() |
EventList<E> |
AddedEvent.getCollection() |
EventList<E> |
UpdatedPositionalEvent.getCollection() |
EventList<E> |
UpdatingPositionalEvent.getCollection() |
EventList<E> |
RemovedEvent.getCollection() |
EventList<E> |
RemovingPositionalEvent.getCollection() |
EventList<E> |
AddingEvent.getCollection() |
EventList<E> |
AddedPositionalEvent.getCollection() |
EventList<E> |
BulkInsertEvent.getCollection() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimpleListAdapter.added(Element e,
EventList<Element> list,
Integer position)
Вызывается после добавления/замены элемента коллекции
|
protected void |
SimpleListAdapter.adding(Element e,
EventList<Element> list,
Integer position)
Вызывается после добавлением/заменой элемента коллекции
|
protected void |
SimpleListAdapter.removed(Element e,
EventList<Element> list,
Integer position)
Вызывается после удаления/замены элемента коллеции
|
protected void |
SimpleListAdapter.removing(Element e,
EventList<Element> list,
Integer position)
Вызывается перед удалением/заменой элемента коллеции
|
void |
BulkInsertEvent.setCollection(EventList<E> elist)
Указывает список в который производится вставка
|
| Constructor and Description |
|---|
AddedEvent(E elem,
EventList<E> coll) |
AddedPositionalEvent(E elem,
EventList<E> coll,
Integer pos) |
AddingEvent(E elem,
EventList<E> coll) |
AddingPositionalEvent(E elem,
EventList<E> coll,
Integer pos) |
BulkInsertedEvent(EventList<E> elist,
int idx,
List<E> items) |
BulkInsertEvent(EventList<E> elist,
int idx,
List<E> items) |
BulkInsertingEvent(EventList<E> elist,
int idx,
List<E> items) |
RemovedEvent(E elem,
EventList<E> coll) |
RemovedPositionalEvent(E elem,
EventList<E> coll,
Integer pos) |
RemovingEvent(E elem,
EventList<E> coll) |
RemovingPositionalEvent(E elem,
EventList<E> coll,
Integer pos) |
UpdatedPositionalEvent(E elemRemoved,
E elemAdded,
EventList<E> coll,
Integer pos) |
UpdatingPositionalEvent(E elemRemoved,
E elemAdded,
EventList<E> coll,
Integer pos) |
| Modifier and Type | Field and Description |
|---|---|
protected EventList<Node> |
BasicTreeNode.childrenList
Дочерние элементы
|
| Modifier and Type | Method and Description |
|---|---|
protected EventList<Node> |
BasicTreeNode.createEventList()
Созданисе списка дочерних узлов.
|
protected EventList<Node> |
SyncTreeNode.createEventList() |
EventList<Node> |
BasicTreeNode.getChildrenList()
Получение списка дочерних элементов
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicTreeNode.attachListeners(EventList<Node> elist)
Добавляет подписчиков (notifyListener) на список узлов
|
| Modifier and Type | Class and Description |
|---|---|
class |
UrlClassLoaderBuilder
Строитель ClassLoader на базе UrlClassLoader.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GCompilerConf.EList<T> |
class |
GroovyClassLoaderBuilder |
| Modifier and Type | Method and Description |
|---|---|
EventList<ExecuteMonitor> |
ScriptService.getTasks() |
| Constructor and Description |
|---|
JdbcContext(EventList<ExecuteMonitor> emlist) |
| Modifier and Type | Class and Description |
|---|---|
static class |
MenuContainer.Children
Дочерние пункты меню
|
| Modifier and Type | Class and Description |
|---|---|
class |
Columns |
| Modifier and Type | Field and Description |
|---|---|
protected EventList<DataTableModelColumn> |
DataTableModel.extraColumns |
protected EventList<DataRow> |
DataTableModel.newRows
Новые строки данных (Detached) для добавления
|
| Modifier and Type | Method and Description |
|---|---|
EventList<DataTableModelColumn> |
DataTableModel.getExtraColumns() |
| Modifier and Type | Method and Description |
|---|---|
protected Closeable |
CachedTM.addEventListener(EventList el) |
| Modifier and Type | Method and Description |
|---|---|
EventList<Action> |
TabHeader.getActions() |
| Modifier and Type | Class and Description |
|---|---|
class |
FlatBlock |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TreeTableNodeBasic.ChildrenCollectionListener.added(TreeTableNodeBasic e,
EventList<TreeTableNodeBasic> list,
Integer position) |
protected void |
TreeTableNodeBasic.ChildrenCollectionListener.adding(TreeTableNodeBasic e,
EventList<TreeTableNodeBasic> list,
Integer position) |
protected void |
TreeTableNodeBasic.attachListeners(EventList<TreeTableNodeBasic> elist) |
protected void |
TreeTableNodeBasic.ChildrenCollectionListener.removed(TreeTableNodeBasic e,
EventList<TreeTableNodeBasic> list,
Integer position) |
protected void |
TreeTableNodeBasic.ChildrenCollectionListener.removing(TreeTableNodeBasic e,
EventList<TreeTableNodeBasic> list,
Integer position) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentFragments
Фраменты контента
|
| Modifier and Type | Class and Description |
|---|---|
class |
GetPartList
Список паралельный запросов
|
| Modifier and Type | Field and Description |
|---|---|
protected EventList<GetPart> |
GetPartList.list |
| Modifier and Type | Field and Description |
|---|---|
protected EventList<ConnectionPoolService> |
ConnectPool.services |
| Modifier and Type | Method and Description |
|---|---|
EventList<ConnectionPoolService> |
ConnectPool.getServices()
Возвращает список сервисов (расширений) пула
|
Copyright © 2018. All rights reserved.