| Package | Description |
|---|---|
| xyz.cofe.gui.swing.log |
Мониторинг java.util.logging сообщений (лог сообщений)
|
| xyz.cofe.gui.swing.properties |
Редактор свойств java объекта
|
| xyz.cofe.gui.swing.properties.editor |
Редакторы свойств для различных типов данных
|
| xyz.cofe.gui.swing.table |
Различные модели таблиц (сортировка/фильтрация/...), абота с таблицами
|
| xyz.cofe.gui.swing.tree |
Реализация компонента дерева - таблицы
|
| xyz.cofe.gui.swing.tree.ob |
Функции по работе с "браузером" объектов
|
| Modifier and Type | Field and Description |
|---|---|
protected TreeTableNodeFormat |
LogHandlerPanel.rootLoggerFormat |
| Modifier and Type | Field and Description |
|---|---|
protected TreeTableNodeFormat |
PropertySheet.nullValueFormat |
| Modifier and Type | Method and Description |
|---|---|
TreeTableNodeFormat |
PropertySheet.getNullValueFormat()
Возвращает настройки форматирования null значения
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertySheet.setNullValueFormat(TreeTableNodeFormat nullValueFormat)
Указывает настройки форматирования null значения
|
| Modifier and Type | Method and Description |
|---|---|
TreeTableNodeFormat |
ColorFormatter.getTreeTableNodeFormatOf(Object value) |
TreeTableNodeFormat |
BooleanFormatter.getTreeTableNodeFormatOf(Object value) |
| Modifier and Type | Field and Description |
|---|---|
protected TreeTableNodeFormat |
PropertyTable.nullValueFormat |
protected TreeTableNodeFormat |
PropertyColumn.nullValueFormat |
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.collection.map.ClassMap<xyz.cofe.collection.Func2<TreeTableNodeFormat,Object,Object>> |
PropertyColumn.valueFormat
valueFormat : ClassMap<Форматирование, Объект, Узел> - функция:
fn ( Объект, Узел ) => Форматирование объекта. |
| Modifier and Type | Method and Description |
|---|---|
TreeTableNodeFormat |
PropertyTable.getNullValueFormat() |
TreeTableNodeFormat |
PropertyColumn.getNullValueFormat()
ВОзвращает настройки форматирования для null значения
|
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.collection.map.ClassMap<xyz.cofe.collection.Func2<TreeTableNodeFormat,Object,Object>> |
PropertyColumn.getValueFormat()
Форматирование ClassMap<Форматирование, Объект, Узел> - функция:
fn ( Объект, Узел ) => Форматирование объекта. |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyTable.setNullValueFormat(TreeTableNodeFormat nullValueFormat) |
void |
PropertyColumn.setNullValueFormat(TreeTableNodeFormat nullValueFormat)
Указывает настройки форматирования для null значения
|
| Modifier and Type | Method and Description |
|---|---|
<T> PropertyColumn |
PropertyColumn.addValueFormat(Class<T> cls,
xyz.cofe.collection.Func1<TreeTableNodeFormat,T> reader)
Указывает форматирование для указанных типов
|
<T> PropertyColumn |
PropertyColumn.addValueFormat(Class<T> cls,
xyz.cofe.collection.Func2<TreeTableNodeFormat,Object,T> reader)
Указывает форматирование для указанных типов
|
| Modifier and Type | Class and Description |
|---|---|
class |
TreeTableNodeFormatBasic
Настройки формаитрования узла
|
| Modifier and Type | Field and Description |
|---|---|
protected TreeTableNodeFormat |
FormattedValue.format |
protected TreeTableNodeFormat |
TreeTableNodeValue.format |
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.collection.map.ClassMap<xyz.cofe.collection.Func1<TreeTableNodeFormat,Object>> |
TreeTableHelper.NodesConf.formats |
protected xyz.cofe.collection.map.ClassMap<xyz.cofe.collection.Func2<TreeTableNodeFormat,Object,TreeTableNode>> |
TreeTableNodeValueColumn.valueFormat
valueFormat : ClassMap<Форматирование, Объект, Узел> - функция:
fn ( Объект, Узел ) => Форматирование объекта. |
| Modifier and Type | Method and Description |
|---|---|
TreeTableNodeFormat |
TreeTableNodeFormat.clone()
Клонирование настроек форматирования
|
TreeTableNodeFormat |
FormattedValue.getFormat()
Возвращает формат отображения значений в колонке
|
TreeTableNodeFormat |
TreeTableNodeValue.getFormat() |
TreeTableNodeFormat |
TreeTableNodeGetFormat.getTreeTableNodeFormat()
Возвращает настройки форматирования узла
|
TreeTableNodeFormat |
FormattedValue.getTreeTableNodeFormat() |
TreeTableNodeFormat |
TreeTableNodeBasic.getTreeTableNodeFormat()
Возвращает форматирование узла дерева
|
TreeTableNodeFormat |
TreeTableNodeValue.getTreeTableNodeFormat() |
TreeTableNodeFormat |
TreeTableNodeGetFormatOf.getTreeTableNodeFormatOf(Object value)
Возвращает настройки форматирования узла
|
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.collection.map.ClassMap<xyz.cofe.collection.Func2<TreeTableNodeFormat,Object,TreeTableNode>> |
TreeTableNodeValueColumn.getValueFormat()
Форматирование ClassMap<Форматирование, Объект, Узел> - функция:
fn ( Объект, Узел ) => Форматирование объекта. |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeTableNodeFormat.merge(TreeTableNodeFormat fmt)
Слияние настоек форматирования
|
void |
TreeTableNodeFormatBasic.merge(TreeTableNodeFormat fmt) |
void |
FormattedValue.setFormat(TreeTableNodeFormat format)
Указывает формат отображения значений в колонке
|
void |
TreeTableNodeValue.setFormat(TreeTableNodeFormat format) |
| Modifier and Type | Method and Description |
|---|---|
<T> TreeTableNodeValueColumn |
TreeTableNodeValueColumn.addValueFormat(Class<T> cls,
xyz.cofe.collection.Func1<TreeTableNodeFormat,T> reader)
Указывает форматирование для указанных типов
|
<T> TreeTableNodeValueColumn |
TreeTableNodeValueColumn.addValueFormat(Class<T> cls,
xyz.cofe.collection.Func2<TreeTableNodeFormat,T,TreeTableNode> reader)
Указывает форматирование для указанных типов
|
<T> TreeTableHelper.DataColumnConf |
TreeTableHelper.DataColumnConf.format(Class<T> cls,
xyz.cofe.collection.Func1<TreeTableNodeFormat,T> valueFormat) |
<T> TreeTableHelper.DataColumnConf |
TreeTableHelper.DataColumnConf.format(Class<T> cls,
xyz.cofe.collection.Func2<TreeTableNodeFormat,T,TreeTableNode> valueFormat) |
TreeTableHelper.NodeColumnConf<T> |
TreeTableHelper.NodeColumnConf.format(xyz.cofe.collection.Func2<TreeTableNodeFormat,T,TreeTableNode> valueFormat)
Указывает форматирование данных
|
| Constructor and Description |
|---|
FormattedValue(Object val,
TreeTableNodeFormat fmt)
Конструктор
|
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.collection.Func1<TreeTableNodeFormat,NamedCollection> |
NamedCollectionObPlugin.namedCollectionFormatter |
| Modifier and Type | Method and Description |
|---|---|
TreeTableNodeFormat |
FormatMap.getTreeTableNodeFormatOf(Object value)
Возвращает функцию форматирования узла дерева
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
FormatMap.format(Class<T> type,
TreeTableNodeFormat fmt)
Указывает форматирования для определенного типа данных
|
<T> void |
ObjectBrowser.format(Class<T> type,
TreeTableNodeFormat fmt)
Указывает форматирование для определенного типа данных в узле дерева
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
FormatMap.format(Class<T> type,
xyz.cofe.collection.Func1<TreeTableNodeFormat,T> fmtfn)
Указывает форматирования для определенного типа данных
|
<T> void |
ObjectBrowser.format(Class<T> type,
xyz.cofe.collection.Func1<TreeTableNodeFormat,T> fmtfn)
Указывает форматирование для определенного типа данных в узле дерева
|
Context<T> |
Context.format(xyz.cofe.collection.Func1<TreeTableNodeFormat,T> fmtfn)
Указывает функцию форматириования
|
Context<T> |
ContextBuilder.format(xyz.cofe.collection.Func1<TreeTableNodeFormat,T> fmtfn)
Указывает функция форматирования
|
Copyright © 2019. All rights reserved.