| Package | Description |
|---|---|
| xyz.cofe.cxconsole.props | |
| xyz.cofe.cxconsole.script | |
| xyz.cofe.gui.swing.properties | |
| xyz.cofe.gui.swing.table |
| Modifier and Type | Field and Description |
|---|---|
protected List<Property> |
PropertiesService.Editor.properties |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
PropertiesService.Editor.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
PropertiesService.Editor |
PropertiesService.Editor.addProperty(Property prop) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesService.showPropertiesOf(Object bean,
Iterable<Property> properties)
Отображает редактор свойств бина
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BindingTablePanel.BindedValueProperty |
| Modifier and Type | Field and Description |
|---|---|
protected Property |
PropertySheetWrited.property |
protected Property |
PropertyValue.property |
protected Property |
PropertySheetWriteFail.property |
protected Property |
PropertySheetReadFail.property |
| Modifier and Type | Field and Description |
|---|---|
protected WeakHashMap<Property,PropertyEditor> |
PropertyDB.assignedPropertyEditor |
protected List<Property> |
PropertySheet.Edit.properties |
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyBuilderGeneric.build() |
Property |
Property.clone()
Создание клона
|
Property |
PropertyDB.createProperty(Object bean,
PropertyDescriptor pd) |
Property |
PropertySheetWrited.getProperty() |
Property |
PropertyValue.getProperty() |
Property |
PropertySheetWriteFail.getProperty() |
Property |
PropertySheetReadFail.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
Set<Property> |
PropertyDB.filter(Set<Property> properties,
UiBean uib)
Фильтрация свойств
|
List<Property> |
PropertySheet.Edit.getProperties()
Указывает дополнительные свойства (которые не входят в данный объект)
|
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,
Predicate<PropertyDescriptor> filter) |
static Set<Property> |
Property.propertiesOf(Class cls,
Object bean,
Predicate<PropertyDescriptor> filter,
Convertor<Pair<PropertyDescriptor,Object>,Property> propertyBuilder) |
| Modifier and Type | Method and Description |
|---|---|
PropertySheet.Edit |
PropertySheet.EditProperties.add(Property prop)
Добавить свойство
|
void |
PropertySettings.applyTo(Property p,
PropertyDB pdb) |
void |
PropertyDB.assignEditor(Property prop,
PropertyEditor pe) |
protected void |
PropertySheet.buildDescription(JPanel descPanel,
Property property) |
PropertyEditor |
PropertyDB.getPropertyEditorOf(Property p)
Получение редактора для конкретного свойства
|
void |
PropertySheetWrited.setProperty(Property property) |
void |
PropertyValue.setProperty(Property property) |
void |
PropertySheetWriteFail.setProperty(Property property) |
void |
PropertySheetReadFail.setProperty(Property property) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertySheet.edit(Object bean,
Iterable<Property> extraProperties) |
Set<Property> |
PropertyDB.filter(Set<Property> properties,
UiBean uib)
Фильтрация свойств
|
PropertySheet.Edit |
PropertySheet.Edit.properties(Iterable<Property> properties)
Указывает дополнительные свойства (которые не входят в данный объект)
|
static Set<Property> |
Property.propertiesOf(Class cls,
Object bean,
Predicate<PropertyDescriptor> filter,
Convertor<Pair<PropertyDescriptor,Object>,Property> propertyBuilder) |
| Constructor and Description |
|---|
Property(Property src)
Конструктор копирования
|
PropertySheetReadFail(PropertySheet propertySheet,
Property property,
Throwable error) |
PropertySheetWrited(PropertySheet propertySheet,
Property property,
Object value) |
PropertySheetWriteFail(PropertySheet propertySheet,
Property property,
Object value,
Throwable error) |
PropertyValue(Property prop,
Object value,
Throwable err) |
| Modifier and Type | Field and Description |
|---|---|
protected Property |
PropertyTableEvent.PropertyWrited.property |
protected Property |
PropertyColumn.PropertyWrited.property |
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyTableEvent.PropertyWrited.getProperty() |
Property |
PropertyColumn.PropertyWrited.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
ClassMap<Property> |
PropertyColumn.getClassProperties() |
| Modifier and Type | Method and Description |
|---|---|
PropertyColumn |
PropertyColumn.classProperty(Class beanClass,
Property prop) |
void |
PropertyTableEvent.PropertyWrited.setProperty(Property property) |
void |
PropertyColumn.PropertyWrited.setProperty(Property property) |
| Constructor and Description |
|---|
PropertyWrited(PropertyColumn propertyColumn,
Property property,
Object bean,
Object value) |
PropertyWrited(PropertyTable ptable,
PropertyColumn pcolumn,
Property p,
Object bean,
Object val) |
Copyright © 2018. All rights reserved.