| 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.etc |
Where should these classes go? They are here for now.
|
| org.oddjob.arooa.design.layout | |
| org.oddjob.arooa.life |
Relating to the Arooa Life-cycle.
|
| org.oddjob.arooa.parsing |
Classes concerning the parsing a configurations.
|
| org.oddjob.arooa.types |
The base elements Arooa provides.
|
| Modifier and Type | Method and Description |
|---|---|
DesignFactory |
ElementMappings.designFor(ArooaElement element,
InstantiationContext context)
Provide a mapping from an element to the name of a java class
that is a DesignFactory for the element.
|
DesignFactory |
ElementMappings.designFor(ArooaElement element,
InstantiationContext context)
Provide a mapping from an element to the name of a java class
that is a DesignFactory for the element.
|
| Modifier and Type | Method and Description |
|---|---|
DesignFactory |
ClassMappingsList.designFor(ArooaElement element,
InstantiationContext parentContext) |
DesignFactory |
LinkedClassMapping.designFor(ArooaElement element,
InstantiationContext parentContext) |
DesignFactory |
MappingsSwitch.designFor(ArooaElement element,
InstantiationContext context) |
DesignFactory |
MappingsSwitch.designFor(ArooaElement element,
InstantiationContext context) |
DesignFactory |
LinkedClassMapping.designFor(ArooaElement element,
InstantiationContext parentContext) |
DesignFactory |
ClassMappingsList.designFor(ArooaElement element,
InstantiationContext parentContext) |
DesignFactory |
BeanDefinition.getDesign()
Getter for Design.
|
DesignFactory |
BeanDefinitionBean.getDesign()
Getter for Design.
|
DesignFactory |
BeanDefinitionBean.getDesign()
Getter for Design.
|
DesignFactory |
BeanDefinition.getDesign()
Getter for Design.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanDefinitionBean.setDesign(DesignFactory design)
Setter for Design.
|
void |
BeanDefinitionBean.setDesign(DesignFactory design)
Setter for Design.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DescriptorDesignFactory
Helper class that creates a design.
|
class |
GenericDesignFactory
A
DesignFactory that creates a DesignInstance
from the properties of a class and it's |
class |
SerializableGenericDesignFactory
A
GenericDesignFactory that is an SerializableGenericDesignFactory. |
| Constructor and Description |
|---|
DesignParser(ArooaSession existingSession,
DesignFactory factory)
Create a DesignParser with the given session and factory.
|
DesignParser(ArooaSession existingSession,
DesignFactory factory)
Create a DesignParser with the given session and factory.
|
DesignParser(DesignFactory factory)
Create a DesignParser for the standard session
and given factory.
|
DesignParser(DesignFactory factory)
Create a DesignParser for the standard session
and given factory.
|
| Modifier and Type | Method and Description |
|---|---|
DesignFactory |
ArooaDesigner.getRootFactory() |
DesignFactory |
ArooaDesigner.getRootFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArooaDesigner.setRootFactory(DesignFactory designFactory) |
void |
ArooaDesigner.setRootFactory(DesignFactory designFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
UnknownComponentDF
DesignFactory that creates a Design for XML. |
| Modifier and Type | Class and Description |
|---|---|
class |
LtMainForm |
| Modifier and Type | Method and Description |
|---|---|
DesignableInfo |
DesignToLayoutConfig.configurationFor(DesignFactory designFactory,
ArooaElement element) |
DesignableInfo |
DesignToLayoutConfig.configurationFor(DesignFactory designFactory,
ArooaElement element) |
| Modifier and Type | Method and Description |
|---|---|
DesignFactory |
BaseElementMappings.designFor(ArooaElement element,
InstantiationContext parentContext) |
DesignFactory |
BaseElementMappings.designFor(ArooaElement element,
InstantiationContext parentContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SerializableDesignFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanTypeDesFa
A
DesignFactory for BeanType. |
class |
InlineTypeDesignFactory
A
DesignFactory for an InlineType. |
static class |
ValueType.ValueDesignFactory |
static class |
XMLType.XMLDesignFactory |
| Modifier and Type | Method and Description |
|---|---|
DesignFactory |
InlineType.ConfigurationDefinition.rootDesignFactory()
Provide the root
DesignFactory. |
DesignFactory |
InlineType.ConfigurationDefinition.rootDesignFactory()
Provide the root
DesignFactory. |
| Modifier and Type | Method and Description |
|---|---|
static InlineType.ConfigurationDefinition |
InlineType.configurationDefinition(ArooaElement rootElement,
DesignFactory designFactory) |
static InlineType.ConfigurationDefinition |
InlineType.configurationDefinition(ArooaElement rootElement,
DesignFactory designFactory) |
Copyright © 2023. All rights reserved.