| Package | Description |
|---|---|
| xyz.cofe.gui.swing.properties | |
| xyz.cofe.gui.swing.table |
| Modifier and Type | Field and Description |
|---|---|
protected Property |
PropertyValue.property |
| Modifier and Type | Field and Description |
|---|---|
protected WeakHashMap<Property,PropertyEditor> |
PropertyDB.assignedPropertyEditor |
| Modifier and Type | Method and Description |
|---|---|
Property |
Property.clone()
Создание клона
|
Property |
PropertyDB.createProperty(Object bean,
PropertyDescriptor pd) |
Property |
PropertyValue.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
Set<Property> |
PropertyDB.filter(Set<Property> properties,
UiBean uib)
Фильтрация свойств
|
static Set<Property> |
Property.propertiesOf(Class cls,
Object bean) |
static Set<Property> |
Property.propertiesOf(Class cls,
Object bean,
boolean include,
String... names) |
static Set<Property> |
Property.propertiesOf(Class cls,
Object bean,
xyz.cofe.collection.Predicate<PropertyDescriptor> filter) |
static Set<Property> |
Property.propertiesOf(Class cls,
Object bean,
xyz.cofe.collection.Predicate<PropertyDescriptor> filter,
xyz.cofe.collection.Convertor<xyz.cofe.collection.Pair<PropertyDescriptor,Object>,Property> propertyBuilder) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertySettings.applyTo(Property p,
PropertyDB pdb) |
void |
PropertyDB.assignEditor(Property prop,
PropertyEditor pe) |
PropertyEditor |
PropertyDB.getPropertyEditorOf(Property p)
Получение редактора для конкретного свойства
|
void |
PropertyValue.setProperty(Property property) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertySheet.editProperties(Iterable<Property> properties) |
Set<Property> |
PropertyDB.filter(Set<Property> properties,
UiBean uib)
Фильтрация свойств
|
static Set<Property> |
Property.propertiesOf(Class cls,
Object bean,
xyz.cofe.collection.Predicate<PropertyDescriptor> filter,
xyz.cofe.collection.Convertor<xyz.cofe.collection.Pair<PropertyDescriptor,Object>,Property> propertyBuilder) |
| Constructor and Description |
|---|
Property(Property src)
Конструктор копирования
|
PropertyValue(Property prop,
Object value,
Throwable err) |
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.collection.map.ClassMap<Property> |
PropertyColumn.getClassProperties() |
| Modifier and Type | Method and Description |
|---|---|
PropertyColumn |
PropertyColumn.classProperty(Class beanClass,
Property prop) |
Copyright © 2017. All rights reserved.