| Package | Description |
|---|---|
| xyz.cofe.gui.swing.properties |
| Modifier and Type | Field and Description |
|---|---|
protected Reciver<Pair<PropertyID,PropertySettings>> |
PropertyDB.ExportPropertySettings.consumer |
protected Iterable<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 |
PropertyID.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
Reciver<Pair<PropertyID,PropertySettings>> |
PropertyDB.ExportPropertySettings.getConsumer() |
Iterable<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<Pair<PropertyID,PropertySettings>> source) |
PropertyDB.Export |
PropertyDB.Export.propertySettings(Reciver<Pair<PropertyID,PropertySettings>> consumer) |
void |
PropertyDB.ExportPropertySettings.setConsumer(Reciver<Pair<PropertyID,PropertySettings>> consumer) |
void |
PropertyDB.ImportPropertySettings.setSource(Iterable<Pair<PropertyID,PropertySettings>> source) |
PropertyDB.ImportPropertySettings |
PropertyDB.ImportPropertySettings.source(Iterable<Pair<PropertyID,PropertySettings>> source) |
| Constructor and Description |
|---|
PropertyID(PropertyID sample) |
PropertyID(PropertyID sample,
String type,
String name) |
Copyright © 2018. All rights reserved.