| Package | Description |
|---|---|
| xyz.cofe.collection.list |
Работа со списками, прослушивание измений списоков
|
| xyz.cofe.collection.tree |
Закрытие объектов (Closeable), подписчики, линивое значение, приемник
|
| 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> |
UpdatingPositionalEvent.collection |
protected EventList<E> |
UpdatedPositionalEvent.collection |
protected EventList<E> |
RemovingPositionalEvent.collection |
protected EventList<E> |
RemovingEvent.collection |
protected EventList<E> |
RemovedPositionalEvent.collection |
protected EventList<E> |
RemovedEvent.collection |
protected EventList<E> |
AddingPositionalEvent.collection |
protected EventList<E> |
AddingEvent.collection |
protected EventList<E> |
AddedPositionalEvent.collection |
protected EventList<E> |
AddedEvent.collection |
| Modifier and Type | Method and Description |
|---|---|
EventList<E> |
UpdatingPositionalEvent.getCollection() |
EventList<E> |
UpdatedPositionalEvent.getCollection() |
EventList<E> |
RemovingPositionalEvent.getCollection() |
EventList<E> |
RemovingEvent.getCollection() |
EventList<E> |
RemovedPositionalEvent.getCollection() |
EventList<E> |
RemovedEvent.getCollection() |
EventList<E> |
AddingPositionalEvent.getCollection() |
EventList<E> |
AddingEvent.getCollection() |
EventList<E> |
AddedPositionalEvent.getCollection() |
EventList<E> |
AddedEvent.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)
Вызывается перед удалением/заменой элемента коллеции
|
| 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) |
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 | Method and Description |
|---|---|
protected EventList<Node> |
SyncTreeNode.createEventList() |
protected EventList<Node> |
BasicTreeNode.createEventList()
Созданисе списка дочерних узлов.
|
EventList<Node> |
BasicTreeNode.getChildrenList()
Получение списка дочерних элементов
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicTreeNode.attachListeners(EventList<Node> elist)
Добавляет подписчиков (notifyListener) на список узлов
|
Copyright © 2017. All rights reserved.