| Package | Description |
|---|---|
| xyz.cofe.collection.set |
Множество, Прослушивание измений множества
|
| xyz.cofe.cxconsole |
Базовый пакет CxConsole.
|
| xyz.cofe.gui.swing | |
| xyz.cofe.gui.swing.table | |
| xyz.cofe.http |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicEventSet<E>
Множество с поддержкой уведомлений
|
class |
ClassSet
Набор классов с поддержкой конструкции instanceof
|
class |
LockEventSet<E>
event set с поддержкой блокировки
|
class |
SyncEventSet<E>
event set с поддержкой блокировки
|
| Modifier and Type | Field and Description |
|---|---|
protected EventSet<E> |
EventSetArgs.src |
| Modifier and Type | Method and Description |
|---|---|
EventSet<E> |
EventSetArgsDeleted.getCollection() |
EventSet<E> |
EventSetArgsInserted.getCollection() |
EventSet<E> |
EventSetArgs.getSet()
Возвращает множество
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EventSetAdapter.deleted(E item,
EventSet<E> set)
Вызывается после удаление элемента из набора.
|
protected boolean |
EventSetAdapter.deleting(E item,
EventSet<E> set)
Вызывается при удалении элемента, можно отменить удалении элемента.
|
protected void |
EventSetAdapter.inserted(E item,
EventSet<E> set)
Вызывается после добавления элемента в набора.
|
protected boolean |
EventSetAdapter.inserting(E item,
EventSet<E> set)
Вызывается при добавлении элемента, можно отменить добавление элемента.
|
| Constructor and Description |
|---|
EventSetArgs(EventSet<E> src,
EventSetAction action,
E item)
Конструктор
|
EventSetArgsDeleted(EventSet<E> src,
E item)
Конструктор
|
EventSetArgsInserted(EventSet<E> src,
E item)
Конструктор
|
| Modifier and Type | Field and Description |
|---|---|
protected EventSet<ConsoleService> |
Console.services |
| Modifier and Type | Method and Description |
|---|---|
EventSet<ConsoleService> |
Console.getServices()
Получение списка сервисов
|
| Modifier and Type | Method and Description |
|---|---|
EventSet<KeyboardShortcut> |
BasicAction.getKeyboardShortcuts() |
| Modifier and Type | Method and Description |
|---|---|
protected Closeable |
CachedTM.addEventListener(EventSet es) |
| Modifier and Type | Field and Description |
|---|---|
protected EventSet<ContentFragment> |
HttpDownloader.ContentValidateEvent.valid |
protected EventSet<ContentFragment> |
HttpDownloader.validatedFragments
Проверенные, валидные фрагменты
|
| Modifier and Type | Method and Description |
|---|---|
EventSet<ContentFragment> |
HttpDownloader.ContentValidateEvent.getValidated() |
EventSet<ContentFragment> |
HttpDownloader.getValidatedFragments()
Возвращает фрагменты которые валидны
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpListenerAdapter.downloaderAddedValidFragment(HttpDownloader.AddedValidFragmentEvent event,
HttpDownloader downloader,
ContentFragments cfs,
EventSet<ContentFragment> valid,
ContentFragment cf) |
protected void |
HttpListenerAdapter.downloaderRemovedInvalidFragment(HttpDownloader.RemovedInvalidFragmentEvent event,
HttpDownloader downloader,
ContentFragments cfs,
EventSet<ContentFragment> valid,
ContentFragment cf) |
| Constructor and Description |
|---|
AddedValidFragmentEvent(HttpDownloader downloader,
ContentFragments fragments,
EventSet<ContentFragment> valid,
ContentFragment cf) |
ContentValidateEvent(HttpDownloader downloader,
ContentFragments fragments,
EventSet<ContentFragment> valid) |
RemovedInvalidFragmentEvent(HttpDownloader downloader,
ContentFragments fragments,
EventSet<ContentFragment> valid,
ContentFragment cf) |
Copyright © 2018. All rights reserved.