| Package | Description |
|---|---|
| xyz.cofe.gui.swing.table |
Различные модели таблиц (сортировка/фильтрация/...), абота с таблицами
|
| xyz.cofe.gui.swing.table.de |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyTable |
PropertyTableEvent.propertyTable |
protected PropertyTable |
PropertyColumn.propertyTable |
| Modifier and Type | Method and Description |
|---|---|
PropertyTable |
PropertyTableEvent.getPropertyTable() |
PropertyTable |
PropertyColumn.getPropertyTable()
Указыавет таблицу редактирования свойств
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertyTable.PTableColumnDesc.applyWidth(PropertyTable pt,
Iterable<PropertyTable.PTableColumnDesc> columnsDesc)
Применяет сохраненные значения ширины колонок
|
static PropertyTable.PTableColumnDesc |
PropertyTable.PTableColumnDesc.create(PropertyTable pt,
int ci,
TableColumn tc)
Создает описание отображения колонок
|
boolean |
PropertyTable.PTableColumnDesc.match(PropertyTable pt,
int ci,
TableColumn tc)
Проверка на совпадение
|
static Closeable |
PropertyTableEvent.onElementCacheCreated(PropertyTable pt,
xyz.cofe.common.Reciver<PropertyTableEvent.ElementCacheCreated> consumer) |
static Closeable |
PropertyTableEvent.onPropertyWrited(PropertyTable pt,
xyz.cofe.common.Reciver<PropertyTableEvent.PropertyWrited> consumer) |
PropertyColumn |
PropertyColumn.propertyTable(PropertyTable propertyTable)
Указыавет таблицу редактирования свойств
|
void |
PropertyTableEvent.setPropertyTable(PropertyTable propertyTable) |
void |
PropertyColumn.setPropertyTable(PropertyTable propertyTable)
Указыавет таблицу редактирования свойств
|
void |
PropertyTable.PTableColumnDesc.widthWrite(PropertyTable pt,
TableColumn tc)
Применение сохраненых значений на колонку
|
| Constructor and Description |
|---|
ElementCacheCreated(PropertyTable ptable) |
ElementCacheRemoved(PropertyTable ptable) |
PropertyTableEvent(PropertyTable ptable) |
PropertyWrited(PropertyTable ptable) |
PropertyWrited(PropertyTable ptable,
PropertyColumn.PropertyWrited ev) |
PropertyWrited(PropertyTable ptable,
PropertyColumn pcolumn,
Property p,
Object bean,
Object val) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyTableExporter.exportTable(Writer writer,
Iterable objs,
PropertyTable pt)
Экспорт объектов
|
void |
CSVExchanger.exportTable(Writer wr,
Iterable objs,
PropertyTable pt) |
Iterable |
PropertyTableImporter.importTable(Reader reader,
PropertyTable pt)
Импорт объектов
|
Iterable |
CSVExchanger.importTable(Reader reader,
PropertyTable pt) |
Copyright © 2019. All rights reserved.