| Package | Description |
|---|---|
| org.oddjob.arooa |
Arooa stands for A Rip Off Of Ant, and provides ant like configuration.
|
| org.oddjob.arooa.design |
Classes for creating forms for ArooaConfigurations.
|
| org.oddjob.arooa.design.designer |
Classes for the Swing Designer Panels.
|
| 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.standard |
The standard configuration parsing implementation.
|
| 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. |
<P extends ParseContext<P>> |
ArooaConfiguration.parse(P parseParentContext)
Parse the encapsulated configuration.
|
<P extends ParseContext<P>> |
ArooaConfiguration.parse(P parseParentContext)
Parse the encapsulated configuration.
|
void |
ConfigurationHandle.save()
Save the parsed configuration tree back into
the underlying configuration.
|
void |
ConfigurationHandle.save()
Save the parsed configuration tree back into
the underlying configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceSupport.insertTag(int index,
QTag tag) |
void |
InstanceSupport.insertTag(int index,
QTag tag) |
ConfigurationHandle<ArooaContext> |
DesignParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<ArooaContext> |
DesignParser.parse(ArooaConfiguration configuration) |
<P extends ParseContext<P>> |
DesignConfiguration.parse(P parentContext) |
<P extends ParseContext<P>> |
DesignConfiguration.parse(P parentContext) |
| 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 |
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 |
|---|---|
ConfigurationHandle<SimpleParseContext> |
ConfigurationTreeArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<SimpleParseContext> |
JsonArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<SimpleParseContext> |
JsonArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<SimpleParseContext> |
ConfigurationTreeArooaParser.parse(ArooaConfiguration configuration) |
<P extends ParseContext<P>> |
JsonConfiguration.parse(P parentContext) |
<P extends ParseContext<P>> |
JsonConfiguration.parse(P parentContext) |
void |
SaveOperation.save(ArooaConfiguration arooaConfiguration) |
void |
SaveOperation.save(ArooaConfiguration arooaConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
ArooaParseException |
CutAndPasteSupport.ReplaceResult.getException() |
ArooaParseException |
CutAndPasteSupport.ReplaceResult.getException() |
| Modifier and Type | Method and Description |
|---|---|
void |
DragTransaction.commit()
Save changes to the configuration.
|
void |
DragTransaction.commit()
Save changes to the configuration.
|
<P extends ParseContext<P>> |
DragConfiguration.parse(P parentContext) |
<P extends ParseContext<P>> |
DragContext.parse(P parentContext) |
<P extends ParseContext<P>> |
ElementConfiguration.parse(P parentContext) |
<P extends ParseContext<P>> |
QTagConfiguration.parse(P parentContext) |
<P extends ParseContext<P>> |
SimpleParseContext.SimpleConfigNode.parse(P parseParentContext) |
<P extends ParseContext<P>> |
SimpleParseContext.SimpleConfigNode.parse(P parseParentContext) |
<P extends ParseContext<P>> |
QTagConfiguration.parse(P parentContext) |
<P extends ParseContext<P>> |
ElementConfiguration.parse(P parentContext) |
<P extends ParseContext<P>> |
DragContext.parse(P parentContext) |
<P extends ParseContext<P>> |
DragConfiguration.parse(P parentContext) |
ConfigurationHandle<ArooaContext> |
CutAndPasteSupport.paste(int index,
ArooaConfiguration config)
Paste the
ArooaConfiguration. |
ConfigurationHandle<ArooaContext> |
CutAndPasteSupport.paste(int index,
ArooaConfiguration config)
Paste the
ArooaConfiguration. |
void |
DragPoint.paste(int index,
String config)
Parse an XML Text configuration and add the resultant component
to this DragPoint with the given index.
|
void |
DragPoint.paste(int index,
String config)
Parse an XML Text configuration and add the resultant component
to this DragPoint with the given index.
|
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.
|
void |
AbstractConfigurationNode.ChainingConfigurationHandle.save() |
void |
ConfigConfigurationSession.save() |
void |
ConfigurationSession.save()
Save the configuration.
|
void |
ContextConfigurationSession.save() |
void |
HandleConfigurationSession.save() |
void |
HandleConfigurationSession.save() |
void |
ContextConfigurationSession.save() |
void |
ConfigurationSession.save()
Save the configuration.
|
void |
ConfigConfigurationSession.save() |
void |
AbstractConfigurationNode.ChainingConfigurationHandle.save() |
| Constructor and Description |
|---|
ReplaceResult(ConfigurationHandle<P> handle,
ArooaParseException exception) |
ReplaceResult(ConfigurationHandle<P> handle,
ArooaParseException exception) |
| 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 |
|---|---|
ConfigurationHandle<SimpleParseContext> |
XMLArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<SimpleParseContext> |
XMLArooaParser.parse(ArooaConfiguration configuration) |
<P extends ParseContext<P>> |
XMLConfiguration.parse(P parentContext) |
<P extends ParseContext<P>> |
XMLConfigurationNode.parse(P parseParentContext) |
<P extends ParseContext<P>> |
XMLConfigurationNode.parse(P parseParentContext) |
<P extends ParseContext<P>> |
XMLConfiguration.parse(P parentContext) |
Copyright © 2023. All rights reserved.