| Package | Description |
|---|---|
| xyz.cofe.gui.swing.log | |
| xyz.cofe.gui.swing.properties | |
| xyz.cofe.gui.swing.properties.editor | |
| xyz.cofe.gui.swing.table | |
| xyz.cofe.gui.swing.tree |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertySheet.setNullValueFormat(TreeTableNodeFormat nullValueFormat) |
| 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() |
| 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) |
| 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 |
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) |
Copyright © 2018. All rights reserved.