| Package | Description |
|---|---|
| org.oddjob.arooa.design |
Classes for creating forms for ArooaConfigurations.
|
| org.oddjob.arooa.parsing |
Classes concerning the parsing a configurations.
|
| org.oddjob.arooa.runtime |
Classes concerning runtime configuration.
|
| org.oddjob.arooa.xml |
Classes for parsing XML.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationNode<ArooaContext> |
DesignInstanceContext.getConfigurationNode() |
ConfigurationNode<ArooaContext> |
DesignSeedContext.getConfigurationNode() |
ConfigurationNode<ArooaContext> |
DesignSeedContext.getConfigurationNode() |
ConfigurationNode<ArooaContext> |
DesignInstanceContext.getConfigurationNode() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfigurationNode<P extends ParseContext<P>>
Implementation of common
ConfigurationNode functionality. |
static class |
SimpleParseContext.SimpleConfigNode |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractConfigurationNode.indexOf(ConfigurationNode<?> child) |
int |
AbstractConfigurationNode.indexOf(ConfigurationNode<?> child) |
int |
AbstractConfigurationNode.insertChild(ConfigurationNode<P> child) |
int |
AbstractConfigurationNode.insertChild(ConfigurationNode<P> child) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationNode<P> |
ConfigurationNodeEvent.getChild()
Get the child that changed.
|
ConfigurationNode<P> |
ConfigurationNodeEvent.getChild()
Get the child that changed.
|
ConfigurationNode<P> |
ConfigurationNodeEvent.getSource()
Get the source of the change.
|
ConfigurationNode<P> |
ConfigurationNodeEvent.getSource()
Get the source of the change.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ConfigurationNode.indexOf(ConfigurationNode<?> child)
Get the index of a child RuntimeNode.
|
int |
ConfigurationNode.indexOf(ConfigurationNode<?> child)
Get the index of a child RuntimeNode.
|
int |
ConfigurationNode.insertChild(ConfigurationNode<P> child)
Insert a child in the parse Tree.
|
int |
ConfigurationNode.insertChild(ConfigurationNode<P> child)
Insert a child in the parse Tree.
|
| Constructor and Description |
|---|
ConfigurationNodeEvent(ConfigurationNode<P> source,
int index,
ConfigurationNode<P> child)
Constructor.
|
ConfigurationNodeEvent(ConfigurationNode<P> source,
int index,
ConfigurationNode<P> child)
Constructor.
|
ConfigurationNodeEvent(ConfigurationNode<P> source,
int index,
ConfigurationNode<P> child)
Constructor.
|
ConfigurationNodeEvent(ConfigurationNode<P> source,
int index,
ConfigurationNode<P> child)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLConfigurationNode |
Copyright © 2023. All rights reserved.