| Package | Description |
|---|---|
| xyz.cofe.gui.swing.properties |
Редактор свойств java объекта
|
| Modifier and Type | Field and Description |
|---|---|
protected PropertySheet.Edit |
PropertySheet.EditProperties.edit |
| Modifier and Type | Method and Description |
|---|---|
PropertySheet.Edit |
PropertySheet.EditProperties.add(Property prop)
Добавить свойство
|
<T> PropertySheet.Edit |
PropertySheet.EditProperties.add(String name,
Class<T> type,
xyz.cofe.collection.Func0<T> r)
Добавить/создать read-only свойство
|
<T> PropertySheet.Edit |
PropertySheet.EditProperties.add(String name,
Class<T> type,
xyz.cofe.collection.Func0<T> r,
xyz.cofe.collection.Func1<Object,T> w)
Добавить/создать read-write свойство
|
PropertySheet.Edit |
PropertySheet.EditProperties.addAsProperty(Object value,
String name)
Добавить объект как свойство
|
PropertySheet.Edit |
PropertySheet.Edit.bean(Object bean)
Редактировать объект
|
PropertySheet.Edit |
PropertySheet.edit()
Редактирование объекта/свойства
|
PropertySheet.Edit |
PropertySheet.EditProperties.exclude(Object bean,
String... properties)
Добавить свойства указанного объекта, за исключением указанных
|
PropertySheet.Edit |
PropertySheet.EditProperties.include(Object bean,
String... properties)
Добавить свойства указанного объекта
|
PropertySheet.Edit |
PropertySheet.Edit.properties(Iterable<Property> properties)
Указывает дополнительные свойства (которые не входят в данный объект)
|
| Constructor and Description |
|---|
EditProperties(PropertySheet.Edit edit) |
Copyright © 2019. All rights reserved.