| Package | Description |
|---|---|
| org.oddjob.arooa.beanutils |
Provide an implementation of PropertyAccessor using Apache
BeanUtils.
|
| org.oddjob.arooa.design.view |
Swing views of the Forms and Fields.
|
| org.oddjob.arooa.parsing |
Classes concerning the parsing a configurations.
|
| org.oddjob.arooa.reflect |
Classes which deal with configuring an object using reflection.
|
| org.oddjob.arooa.registry |
Classes concerned with the BeanRegistry which provides a
dynamic lookup of components.
|
| org.oddjob.arooa.runtime |
Classes concerning runtime configuration.
|
| org.oddjob.arooa.utils |
Miscellaneous utility classes.
|
| org.oddjob.arooa.xml |
Classes for parsing XML.
|
| Modifier and Type | Method and Description |
|---|---|
BeanOverview |
BeanUtilsPropertyAccessor.getBeanOverview(Class<?> forClass) |
BeanOverview |
BeanUtilsPropertyAccessor.getBeanOverview(Class<?> forClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
DesignViewException
An exception in the view.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DuplicateMappingsException
An exception used when creation fails.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleParseContext.SimpleConfigNode.addText(String data)
Adds characters from #PCDATA areas to the wrapped element.
|
void |
TextHandler.addText(String text)
Add text but only if it isn't just whitespace.
|
void |
TextHandler.addText(String text)
Add text but only if it isn't just whitespace.
|
void |
SimpleParseContext.SimpleConfigNode.addText(String data)
Adds characters from #PCDATA areas to the wrapped element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArooaInstantiationException
Thrown when something can't be created.
|
| Modifier and Type | Method and Description |
|---|---|
BeanOverview |
PropertyAccessor.getBeanOverview(Class<?> forClass)
Provide
org.oddjob.arooo.BeanOverview. |
BeanOverview |
PropertyAccessor.getBeanOverview(Class<?> forClass)
Provide
org.oddjob.arooo.BeanOverview. |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidIdException
An exception used when creation fails.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModificationRefusedException |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeListenerAdapter.afterConfigure(RuntimeEvent event) |
void |
RuntimeListenerAdapter.afterConfigure(RuntimeEvent event) |
void |
RuntimeListenerAdapter.afterDestroy(RuntimeEvent event) |
void |
RuntimeListenerAdapter.afterDestroy(RuntimeEvent event) |
void |
RuntimeListenerAdapter.afterInit(RuntimeEvent event) |
void |
RuntimeListenerAdapter.afterInit(RuntimeEvent event) |
void |
RuntimeListenerAdapter.beforeConfigure(RuntimeEvent event) |
void |
RuntimeListenerAdapter.beforeConfigure(RuntimeEvent event) |
void |
RuntimeListenerAdapter.beforeDestroy(RuntimeEvent event) |
void |
RuntimeListenerAdapter.beforeDestroy(RuntimeEvent event) |
void |
RuntimeListenerAdapter.beforeInit(RuntimeEvent event) |
void |
RuntimeListenerAdapter.beforeInit(RuntimeEvent event) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
ClassUtils.instantiate(String className,
ClassLoader loader)
Instantiates a Class but converts the exception if it fails.
|
static Object |
ClassUtils.instantiate(String className,
ClassLoader loader)
Instantiates a Class but converts the exception if it fails.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLConfigurationNode.addText(String data)
Adds characters from #PCDATA areas to the wrapped element.
|
void |
XMLConfigurationNode.addText(String data)
Adds characters from #PCDATA areas to the wrapped element.
|
static DocumentBuilder |
JAXPUtils.getDocumentBuilder()
Returns a newly created DocumentBuilder.
|
static DocumentBuilder |
JAXPUtils.getDocumentBuilder()
Returns a newly created DocumentBuilder.
|
static XMLReader |
JAXPUtils.getNamespaceXMLReader()
Returns a newly created SAX 2 XMLReader, which is namespace aware
|
static XMLReader |
JAXPUtils.getNamespaceXMLReader()
Returns a newly created SAX 2 XMLReader, which is namespace aware
|
static SAXParserFactory |
JAXPUtils.getNSParserFactory()
Returns the parser factory to use to create namespace aware parsers.
|
static SAXParserFactory |
JAXPUtils.getNSParserFactory()
Returns the parser factory to use to create namespace aware parsers.
|
static SAXParserFactory |
JAXPUtils.getParserFactory()
Returns the parser factory to use.
|
static SAXParserFactory |
JAXPUtils.getParserFactory()
Returns the parser factory to use.
|
static XMLReader |
JAXPUtils.getXMLReader()
Returns a newly created SAX 2 XMLReader, using the default parser
factory.
|
static XMLReader |
JAXPUtils.getXMLReader()
Returns a newly created SAX 2 XMLReader, using the default parser
factory.
|
static SAXParserFactory |
JAXPUtils.newParserFactory()
Returns a new parser factory instance.
|
static SAXParserFactory |
JAXPUtils.newParserFactory()
Returns a new parser factory instance.
|
Copyright © 2023. All rights reserved.