| Package | Description |
|---|---|
| org.netbeans.modules.schema2beans |
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectiveBeanProp
A BeanProp that works using reflection.
|
| Modifier and Type | Method and Description |
|---|---|
BeanProp |
BaseBean.beanProp()
Return the BeanProp object where this bean belongs.
|
BeanProp |
BaseBean.beanProp(int order)
Return the internal object representation of the property.
|
BeanProp |
Bean.beanProp(String name) |
BeanProp |
BaseBean.beanProp(String name)
Return the internal object representation of the property.
|
BeanProp[] |
BaseBean.beanProps()
Returns the list of properties of this bean as an array.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
BaseBean.addValue(BeanProp prop,
Object value) |
protected void |
BaseBean.copyProperty(BeanProp prop,
BaseBean bean,
int index,
Object value) |
void |
GraphManager.createRootBinding(BaseBean beanRoot,
BeanProp prop,
Node doc)
This method is called by the createRoot() method of the root bean
(part of the BaseBean class).
|
void |
GraphManager.fillProperties(BeanProp[] prop,
Node node)
This method is called by the generated beans when they are
building themselves from a DOM tree.
|
protected Boolean |
DOMBinding.nodeToBoolean(BeanProp prop) |
protected void |
BaseBean.removeValue(BeanProp prop,
int index) |
protected int |
BaseBean.removeValue(BeanProp prop,
Object value) |
protected void |
BaseBean.setValue(BeanProp prop,
int index,
Object value) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.