| Package | Description |
|---|---|
| xyz.cofe.gui.swing.log |
Мониторинг java.util.logging сообщений (лог сообщений)
|
| xyz.cofe.gui.swing.table |
Различные модели таблиц (сортировка/фильтрация/...), абота с таблицами
|
| xyz.cofe.gui.swing.tree |
Реализация компонента дерева - таблицы
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogRecordColumn
Описывает колонки таблицы логов
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendColumn
"Расширенная" колонка, переопределяет поведение исходной колоноки TableModel
|
class |
PropertyColumn
Колонка PropertyColumn для отображения свойства объекта.
|
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.collection.list.SimpleListAdapter<Column> |
ListTM.columnsAdapter |
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.clone() |
Column |
Column.cloneWith(Object sync)
Клонирование с указаным объектом синхронизации
|
Column |
PropertyColumn.cloneWith(Object sync) |
Column |
Column.name(String name)
Имя колонки
|
Column |
Column.reader(xyz.cofe.collection.Convertor<Object,Object> reader)
Чтение значения ячейки.
|
Column |
Column.rowReader(xyz.cofe.collection.Func1<xyz.cofe.collection.Convertor<Object,Object>,Integer> rowReader)
Чтение значения ячейки.
|
Column |
Column.type(Class type)
Тип данных колонки
|
Column |
Column.writer(xyz.cofe.collection.Convertor<Column.Cell,Boolean> writer)
Запись значения ячейки.
|
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.collection.list.BasicEventList<Column> |
ExtendTM.getColumns()
Возвращает колонки таблицы
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PropertyTable.onColumnDeleted(int colIdx,
Column col) |
protected void |
PropertyTable.onColumnInserted(int colIdx,
Column col) |
protected void |
PropertyTable.onColumnUpdated(int colIdx,
Column oldcol,
Column newcol) |
| Constructor and Description |
|---|
Column(Column src)
Конструктор копирования
|
Column(Object sync,
Column src)
Конструктор
|
| Constructor and Description |
|---|
Columns(List<Column> wraplist,
Object sync)
Конструктор
|
| Modifier and Type | Class and Description |
|---|---|
class |
TreeTableNodeColumn
Колонка TreeTableNodeColumn для TreeTableNode
|
class |
TreeTableNodeValueColumn
Колонка с данными узла TreeTableNode, возвращает данные TreeTableNodeValue
|
| Modifier and Type | Field and Description |
|---|---|
protected Column |
TreeTableHelper.DataColumnConf.dataColumn |
| Modifier and Type | Method and Description |
|---|---|
Column |
TreeTableHelper.DataColumnConf.getDataColumn() |
Column |
TreeTable.getDataTreeColumnAtX(int x)
Возвращает колонку модели соответ координате
|
| Modifier and Type | Method and Description |
|---|---|
protected TableColumn |
TreeTableHelper.DataColumnConf.getTableColumnOf(Column col) |
void |
TreeTableHelper.DataColumnConf.setDataColumn(Column dataColumn) |
| Constructor and Description |
|---|
TreeTableNodeColumn(Column src)
Конструктор копирования
|
TreeTableNodeColumn(Object sync,
Column src)
Конструктор копирования
|
TreeTableNodeValueColumn(Column src)
Конструктор копирования
|
TreeTableNodeValueColumn(Object sync,
Column src)
Конструктор копирования
|
Copyright © 2019. All rights reserved.