| Package | Description |
|---|---|
| xyz.cofe.gui.swing.properties |
Редактор свойств java объекта
|
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.common.Reciver<xyz.cofe.collection.Pair<PropertyID,PropertySettings>> |
PropertyDB.ExportPropertySettings.consumer |
protected Iterable<xyz.cofe.collection.Pair<PropertyID,PropertySettings>> |
PropertyDB.ImportPropertySettings.source |
| Modifier and Type | Method and Description |
|---|---|
PropertyID |
PropertyID.clone() |
PropertyID |
PropertyID.cloneWith(String type,
String name)
Клонирование с указанными параметрами
|
PropertyID |
PropertyID.name(String name)
Указание имени свойства
|
static PropertyID |
PropertyID.parse(String text)
Парсинг, пример:
PropertyID { type=org.pkg.cls1, name=propA }
|
PropertyID |
PropertyID.type(String type)
Указыание имя класса владельца свойства
|
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.common.Reciver<xyz.cofe.collection.Pair<PropertyID,PropertySettings>> |
PropertyDB.ExportPropertySettings.getConsumer() |
Iterable<xyz.cofe.collection.Pair<PropertyID,PropertySettings>> |
PropertyDB.ImportPropertySettings.getSource() |
| Modifier and Type | Method and Description |
|---|---|
int |
PropertyID.compareTo(PropertyID o) |
| Modifier and Type | Method and Description |
|---|---|
PropertyDB.Import |
PropertyDB.Import.propertySettings(Iterable<xyz.cofe.collection.Pair<PropertyID,PropertySettings>> source) |
PropertyDB.Export |
PropertyDB.Export.propertySettings(xyz.cofe.common.Reciver<xyz.cofe.collection.Pair<PropertyID,PropertySettings>> consumer) |
void |
PropertyDB.ExportPropertySettings.setConsumer(xyz.cofe.common.Reciver<xyz.cofe.collection.Pair<PropertyID,PropertySettings>> consumer) |
void |
PropertyDB.ImportPropertySettings.setSource(Iterable<xyz.cofe.collection.Pair<PropertyID,PropertySettings>> source) |
PropertyDB.ImportPropertySettings |
PropertyDB.ImportPropertySettings.source(Iterable<xyz.cofe.collection.Pair<PropertyID,PropertySettings>> source) |
| Constructor and Description |
|---|
PropertyID(PropertyID sample)
Конструктор копирования
|
Copyright © 2019. All rights reserved.