| Package | Description |
|---|---|
| org.oddjob.arooa |
Arooa stands for A Rip Off Of Ant, and provides ant like configuration.
|
| org.oddjob.arooa.deploy |
Concerning deployment and implementations of
ArooaDescriptor in particular. |
| org.oddjob.arooa.design |
Classes for creating forms for ArooaConfigurations.
|
| org.oddjob.arooa.design.designer |
Classes for the Swing Designer Panels.
|
| org.oddjob.arooa.design.layout | |
| org.oddjob.arooa.forms | |
| org.oddjob.arooa.json |
Parsing
ArooaConfigurations to and from JSON. |
| org.oddjob.arooa.parsing |
Classes concerning the parsing a configurations.
|
| org.oddjob.arooa.runtime |
Classes concerning runtime configuration.
|
| org.oddjob.arooa.standard |
The standard configuration parsing implementation.
|
| org.oddjob.arooa.types |
The base elements Arooa provides.
|
| org.oddjob.arooa.xml |
Classes for parsing XML.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHandle<P> |
ArooaParser.parse(ArooaConfiguration configuration)
Parse an
ArooaConfiguration. |
ConfigurationHandle<P> |
ArooaParser.parse(ArooaConfiguration configuration)
Parse an
ArooaConfiguration. |
| Constructor and Description |
|---|
ConfigurationDescriptorFactory(ArooaConfiguration config) |
ConfigurationDescriptorFactory(ArooaConfiguration config) |
| Modifier and Type | Class and Description |
|---|---|
class |
DesignConfiguration
Creates an
ArooaConfiguration out of a
ParsableDesignInstance so that a design can be parsed
with an ArooaParser. |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHandle<ArooaContext> |
DesignParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<ArooaContext> |
DesignParser.parse(ArooaConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
DesignerModel.replaceSelected(ArooaConfiguration config) |
void |
DesignerModelImpl.replaceSelected(ArooaConfiguration config) |
void |
DesignerModelImpl.replaceSelected(ArooaConfiguration config) |
void |
DesignerModel.replaceSelected(ArooaConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
ArooaConfiguration |
DesignableInfo.getDesignConfiguration() |
ArooaConfiguration |
DesignableInfo.getDesignConfiguration() |
| Constructor and Description |
|---|
DesignableInfo(ArooaConfiguration designConfiguration,
Map<String,String[]> propertyOptions) |
DesignableInfo(ArooaConfiguration designConfiguration,
Map<String,String[]> propertyOptions) |
| Modifier and Type | Method and Description |
|---|---|
ArooaConfiguration |
FormsLookup.blankForm(ArooaType arooaType,
String elementTag,
String propertyClass) |
ArooaConfiguration |
FormsLookupFromDescriptor.blankForm(ArooaType arooaType,
String elementQualifiedName,
String propertyClass) |
ArooaConfiguration |
FormsLookupFromDescriptor.blankForm(ArooaType arooaType,
String elementQualifiedName,
String propertyClass) |
ArooaConfiguration |
FormsLookup.blankForm(ArooaType arooaType,
String elementTag,
String propertyClass) |
ArooaConfiguration |
DesignToFormConfig.configurationFor(DesignInstance instance) |
ArooaConfiguration |
DesignToFormConfig.configurationFor(DesignInstance instance) |
ArooaConfiguration |
FormsLookup.formFor(ArooaConfiguration configuration) |
ArooaConfiguration |
FormsLookupFromDescriptor.formFor(ArooaConfiguration configuration) |
ArooaConfiguration |
FormsLookupFromDescriptor.formFor(ArooaConfiguration configuration) |
ArooaConfiguration |
FormsLookup.formFor(ArooaConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
ArooaConfiguration |
FormsLookup.formFor(ArooaConfiguration configuration) |
ArooaConfiguration |
FormsLookupFromDescriptor.formFor(ArooaConfiguration configuration) |
ArooaConfiguration |
FormsLookupFromDescriptor.formFor(ArooaConfiguration configuration) |
ArooaConfiguration |
FormsLookup.formFor(ArooaConfiguration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonConfiguration
An
ArooaConfiguration based on a source of JSON. |
| Modifier and Type | Method and Description |
|---|---|
ArooaConfiguration |
ConfigurationTree.toConfiguration(SaveOperation saveMethod)
Map to an ArooaConfiguration that can be parsed with an
ArooaParser. |
ArooaConfiguration |
ConfigurationTree.toConfiguration(SaveOperation saveMethod)
Map to an ArooaConfiguration that can be parsed with an
ArooaParser. |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHandle<SimpleParseContext> |
ConfigurationTreeArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<SimpleParseContext> |
JsonArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<SimpleParseContext> |
JsonArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<SimpleParseContext> |
ConfigurationTreeArooaParser.parse(ArooaConfiguration configuration) |
void |
SaveOperation.save(ArooaConfiguration arooaConfiguration) |
void |
SaveOperation.save(ArooaConfiguration arooaConfiguration) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DragPoint
A point in a configuration that supports drag and drop/cut and paste.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfigurationNode<P extends ParseContext<P>>
Implementation of common
ConfigurationNode functionality. |
class |
DragConfiguration
A
DragPoint for an ArooaConfiguration. |
class |
DragContext
A
DragPoint for an ArooaContext. |
class |
ElementConfiguration
Create an
ArooaConfiguration out of a single element. |
class |
QTagConfiguration |
static class |
SimpleParseContext.SimpleConfigNode |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHandle<ArooaContext> |
CutAndPasteSupport.paste(int index,
ArooaConfiguration config)
Paste the
ArooaConfiguration. |
ConfigurationHandle<ArooaContext> |
CutAndPasteSupport.paste(int index,
ArooaConfiguration config)
Paste the
ArooaConfiguration. |
static <P extends ParseContext<P>> |
CutAndPasteSupport.paste(P parentContext,
int index,
ArooaConfiguration config)
Add any configuration to the parent context.
|
static <P extends ParseContext<P>> |
CutAndPasteSupport.paste(P parentContext,
int index,
ArooaConfiguration config)
Add any configuration to the parent context.
|
CutAndPasteSupport.ReplaceResult<ArooaContext> |
CutAndPasteSupport.replace(ArooaContext childContext,
ArooaConfiguration config)
Replace the childContext with the given configuration.
|
CutAndPasteSupport.ReplaceResult<ArooaContext> |
CutAndPasteSupport.replace(ArooaContext childContext,
ArooaConfiguration config)
Replace the childContext with the given configuration.
|
static <P extends ParseContext<P>> |
CutAndPasteSupport.replace(P parentContext,
P childContext,
ArooaConfiguration config)
Replaces a child context with the contents of the configuration.
|
static <P extends ParseContext<P>> |
CutAndPasteSupport.replace(P parentContext,
P childContext,
ArooaConfiguration config)
Replaces a child context with the contents of the configuration.
|
| Constructor and Description |
|---|
ConfigConfigurationSession(ArooaSession session,
ArooaConfiguration configuration) |
ConfigConfigurationSession(ArooaSession session,
ArooaConfiguration configuration) |
DragConfiguration(ArooaConfiguration configuration,
NamespaceMappings namespaceMappings) |
DragConfiguration(ArooaConfiguration configuration,
NamespaceMappings namespaceMappings) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurationNode<P extends ParseContext<P>>
Encapsulates structure and values of a configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHandle<ArooaContext> |
StandardArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle |
StandardFragmentParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle |
StandardFragmentParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<ArooaContext> |
StandardArooaParser.parse(ArooaConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
ArooaConfiguration |
InlineType.toValue() |
ArooaConfiguration |
XMLConfigurationType.toValue() |
ArooaConfiguration |
XMLConfigurationType.toValue() |
ArooaConfiguration |
InlineType.toValue() |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLConfiguration
An
ArooaConfiguration that wraps some XML data and
allows it to be parsed. |
class |
XMLConfigurationNode |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHandle<SimpleParseContext> |
XMLArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<SimpleParseContext> |
XMLArooaParser.parse(ArooaConfiguration configuration) |
Copyright © 2023. All rights reserved.