| Package | Description |
|---|---|
| xyz.cofe.collection.map |
Карты, Прослушивание измений карт, Карты только для чтения
|
| xyz.cofe.collection.set |
Множество, Прослушивание измений множества
|
| xyz.cofe.cxconsole |
Базовый пакет CxConsole.
|
| xyz.cofe.cxconsole.actions |
Пользовательские действия в CxConsole.
|
| xyz.cofe.cxconsole.ob | |
| xyz.cofe.cxconsole.script | |
| xyz.cofe.gui.swing.properties | |
| xyz.cofe.gui.swing.table | |
| xyz.cofe.sql | |
| xyz.cofe.sql.localds | |
| xyz.cofe.types |
Работа с простыми типами, инструменты для типов данных
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicEventMap<Key,Value>
Базовая карта с поддержкой событий измений данных карты
|
class |
LockEventMap<Key,Value>
Event map с поддержкой блокировки Lock
|
class |
SyncEventMap<Key,Value>
Event map с поддержкой блокировки Lock
|
| Modifier and Type | Field and Description |
|---|---|
protected EventMap<Key,Value> |
InsertedMapEvent.collection |
protected EventMap<Key,Value> |
DeletedMapEvent.collection |
| Modifier and Type | Method and Description |
|---|---|
EventMap<Key,Value> |
InsertedMapEvent.getCollection() |
EventMap<Key,Value> |
DeletedMapEvent.getCollection() |
EventMap<Key,Value> |
MapEvent.sourceMap()
Возвращает источник событий
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimpleMapAdapter.added(Value value,
EventMap<Key,Value> map,
Key key)
Вызывается при добавлении/замене элемента коллекции
|
protected void |
EventMapAdapter.deleted(EventMap<Key,Value> map,
Key key,
Value value)
Вызывается при удалении существующего ключа
|
protected void |
EventMapAdapter.inserted(EventMap<Key,Value> map,
Key key,
Value value)
Вызывается при добавлении нового ключа
|
protected void |
SimpleMapAdapter.removed(Value value,
EventMap<Key,Value> map,
Key key)
Вызывается при удалении/замене элемента коллеции
|
void |
MapEvent.setSource(EventMap<Key,Value> source)
Указывает источник
|
protected void |
EventMapAdapter.updated(EventMap<Key,Value> map,
Value old,
Key key,
Value value)
Вызывается при обновлении ключа
|
| Constructor and Description |
|---|
DeletedMapEvent(EventMap<Key,Value> source,
Key key,
Value value)
Конструктор
|
InsertedMapEvent(EventMap<Key,Value> source,
Key key,
Value value)
Конструктор
|
KeyValueMapEvent(EventMap<Key,Value> source,
Key key,
Value value)
Конструктор
|
MapEvent(EventMap<Key,Value> source)
Конструктор
|
UpdatedMapEvent(EventMap<Key,Value> source,
Key key,
Value value,
Value old)
Конструктор
|
ValueStateChangedMapEvent(EventMap<Key,Value> source,
Value value)
Конструктор
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimpleSetAdapter.added(Value value,
EventMap<Key,Value> map,
Key key)
Вызывается при добавлении/замене элемента коллекции
|
protected void |
SimpleSetAdapter.removed(Value value,
EventMap<Key,Value> map,
Key key)
Вызывается при удалении/замене элемента коллеции
|
| Modifier and Type | Field and Description |
|---|---|
protected EventMap<String,String> |
I18N.translations |
| Modifier and Type | Method and Description |
|---|---|
protected EventMap<String,String> |
I18N.getTranslations() |
| Modifier and Type | Field and Description |
|---|---|
protected EventMap<String,Action> |
ActionsService.map |
| Modifier and Type | Method and Description |
|---|---|
EventMap<String,Action> |
ActionsService.getMap()
Возвращает зарегистрированные "действия".
|
| Modifier and Type | Field and Description |
|---|---|
protected EventMap<K,V> |
MapBinder.map |
protected EventMap<K,V> |
MapBinder.BinderBuilder.map |
| Modifier and Type | Method and Description |
|---|---|
EventMap<K,V> |
MapBinder.BinderBuilder.getMap() |
| Modifier and Type | Method and Description |
|---|---|
MapBinder.BinderBuilder<K,V> |
MapBinder.BinderBuilder.map(EventMap<K,V> map) |
void |
MapBinder.BinderBuilder.setMap(EventMap<K,V> map) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEngineBindings |
| Modifier and Type | Field and Description |
|---|---|
protected EventMap<String,ClassLoaderBuilder> |
ScriptService.classLoaderBuilders |
| Modifier and Type | Method and Description |
|---|---|
EventMap<String,ClassLoaderBuilder> |
ScriptService.getClassLoaderBuilders() |
EventMap<String,ClassLoaderFactory> |
ScriptService.getClassLoaderFactories() |
EventMap<Long,String> |
ScriptDocExecService.getDocumentEngineMap() |
EventMap<String,EngineFactory> |
ScriptService.getEngineFactories()
Фабрики движков
|
EventMap<String,Engine> |
ScriptService.getEngines()
Возвращает карту скриптовых движков
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BindingTablePanel.listen(EngineBindings ebindings,
EventMap<String,Object> evmap) |
| Modifier and Type | Field and Description |
|---|---|
protected EventMap<String,PropertyEditor> |
PropertyDB.namedEditors |
| Modifier and Type | Method and Description |
|---|---|
EventMap<String,PropertyEditor> |
PropertyDB.getNamedEditors() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyDB.setNamedEditors(EventMap<String,PropertyEditor> namedEditors) |
| Modifier and Type | Method and Description |
|---|---|
EventMap |
MapTM.getMap() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MapTM.onMapEntryDeleted(EventMap map,
Object key,
Object value) |
protected void |
MapTM.onMapEntryInserted(EventMap map,
Object key,
Object value) |
protected void |
MapTM.onMapEntryUpdated(EventMap map,
Object key,
Object value,
Object oldValue) |
void |
MapTM.setMap(EventMap map) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectOptionsProperties
Опции соединения
|
| Modifier and Type | Field and Description |
|---|---|
protected EventMap<String,String> |
SimpleDataSource.properties |
| Modifier and Type | Method and Description |
|---|---|
EventMap<String,DataSource> |
ConnectPool.getSources()
Возвращает карту именнованных источников данных
|
EventMap<String,String> |
SimpleDataSource.properties()
Указывает свойства/параметры JDBC соединения
|
| Modifier and Type | Field and Description |
|---|---|
protected EventMap<String,DataSource> |
LocalDSService.EMapBinder.emap |
protected EventMap<String,DataSource> |
MemDataSources.map |
| Modifier and Type | Method and Description |
|---|---|
EventMap<String,DataSource> |
LocalDSService.EMapBinder.getEventMap() |
EventMap<String,DataSource> |
MemDataSources.getMap() |
| Modifier and Type | Method and Description |
|---|---|
protected LocalDSService.EMapBinder |
LocalDSService.bind(EventMap<String,DataSource> emap,
DataSourcesStorage dss) |
| Constructor and Description |
|---|
EMapBinder(EventMap<String,DataSource> emap,
DataSourcesStorage dss) |
| Modifier and Type | Field and Description |
|---|---|
protected EventMap<Class,NodesExtracter> |
ClassNodesExtracterMap.extractersMap
Карта доступа к дочерним объектам класса
|
Copyright © 2018. All rights reserved.