| Package | Description |
|---|---|
| org.netbeans.modules.s2banttask | |
| org.netbeans.modules.schema2beansdev | |
| org.netbeans.modules.schema2beansdev.beangraph |
| Modifier and Type | Method and Description |
|---|---|
BeanGraph[] |
S2bConfigDelegator.getReadBeanGraphs() |
BeanGraph |
S2bConfigDelegator.getReadBeanGraphs(int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
S2bConfigDelegator.addReadBeanGraphs(BeanGraph value) |
int |
S2bConfigDelegator.removeReadBeanGraphs(BeanGraph value) |
void |
S2bConfigDelegator.setReadBeanGraphs(BeanGraph[] value) |
void |
S2bConfigDelegator.setReadBeanGraphs(int index,
BeanGraph value) |
| Modifier and Type | Method and Description |
|---|---|
protected BeanGraph |
BeanBuilder.generateBeanGraph(GraphNode[] list) |
BeanGraph[] |
S2bConfig.getReadBeanGraphs() |
BeanGraph |
S2bConfig.getReadBeanGraphs(int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
S2bConfig.addReadBeanGraphs(BeanGraph value) |
int |
S2bConfig.removeReadBeanGraphs(BeanGraph value)
Search from the end looking for @param value, and then remove it.
|
void |
S2bConfig.setReadBeanGraphs(BeanGraph[] value) |
void |
S2bConfig.setReadBeanGraphs(int index,
BeanGraph value) |
void |
XMLSchemaParser.setSchemaType(BeanGraph bg) |
| Modifier and Type | Method and Description |
|---|---|
static BeanGraph |
BeanGraph.read(Document document) |
static BeanGraph |
BeanGraph.read(File f) |
static BeanGraph |
BeanGraph.read(InputSource in,
boolean validate,
EntityResolver er,
ErrorHandler eh) |
static BeanGraph |
BeanGraph.read(InputStream in) |
static BeanGraph |
BeanGraph.readNoEntityResolver(InputStream in)
Warning: in readNoEntityResolver character and entity references will
not be read from any DTD in the XML source.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BeanGraph.equals(BeanGraph inst) |
| Constructor and Description |
|---|
BeanGraph(BeanGraph source)
Deep copy
|
BeanGraph(BeanGraph source,
boolean justData)
Deep copy
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.