| 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 |
|---|---|
PropertySettings |
PropertySettings.clone() |
PropertySettings |
PropertyDB.getPropertySetting(Class cls,
String name)
Возвращает настройки свойства
|
PropertySettings |
PropertyDB.getPropertySettings(String clsName,
String name,
boolean createIfNotExists)
Возвращает настройки свойства
|
PropertySettings |
PropertyDB.getPropertySettingsOf(PropertyDescriptor pd)
Возвращает настройки свойства
|
| 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 |
|---|---|
void |
PropertyDB.setPropertySettings(Class clsName,
String propertyName,
PropertySettings ps)
Указывает настройки свойства
|
void |
PropertyDB.setPropertySettings(String clsName,
String propertyName,
PropertySettings ps)
Указывает настройки свойства
|
| 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 |
|---|
PropertySettings(PropertySettings sample)
Констркутор копирования
|
Copyright © 2019. All rights reserved.