| Package | Description |
|---|---|
| org.oddjob.arooa |
Arooa stands for A Rip Off Of Ant, and provides ant like configuration.
|
| org.oddjob.arooa.beandocs |
Provide classes for creating the Job documentation.
|
| 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.design.view |
Swing views of the Forms and Fields.
|
| org.oddjob.arooa.design.view.multitype |
Support for a
MultiTypeTableView. |
| org.oddjob.arooa.forms | |
| org.oddjob.arooa.handlers |
Handlers which handle XML elements during the parsing of
a configuration file.
|
| org.oddjob.arooa.json |
Parsing
ArooaConfigurations to and from JSON. |
| org.oddjob.arooa.life |
Relating to the Arooa Life-cycle.
|
| org.oddjob.arooa.parsing |
Classes concerning the parsing a configurations.
|
| org.oddjob.arooa.parsing.interceptors |
Classes that change the parsing patter by intercepting the
current context.
|
| 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.standard |
The standard configuration parsing implementation.
|
| org.oddjob.arooa.types |
The base elements Arooa provides.
|
| org.oddjob.arooa.utils |
Miscellaneous utility classes.
|
| org.oddjob.arooa.xml |
Classes for parsing XML.
|
| Class and Description |
|---|
| ArooaContext
Provides a 'context' for parsing an element.
|
| ArooaElement
Represent an element, which is an abstract of an XML element
but XML agnostic, so that an Arooa configuration could be anything,
not just XML.
|
| Location
Stores the location of a piece of text within a file (file name,
line number and column number).
|
| NamespaceMappings
Provide mappings for XML namespaces.
|
| ParseContext
A context in which an
ArooaConfiguration is parsed. |
| PrefixMapping
Provides a mapping from a namespace prefix to the URI.
|
| UriMapping
Provides a mapping from the name space URI to the prefix.
|
| Class and Description |
|---|
| ArooaElement
Represent an element, which is an abstract of an XML element
but XML agnostic, so that an Arooa configuration could be anything,
not just XML.
|
| Class and Description |
|---|
| ArooaElement
Represent an element, which is an abstract of an XML element
but XML agnostic, so that an Arooa configuration could be anything,
not just XML.
|
| NamespaceMappings
Provide mappings for XML namespaces.
|
| PrefixMapping
Provides a mapping from a namespace prefix to the URI.
|
| UriMapping
Provides a mapping from the name space URI to the prefix.
|
| Class and Description |
|---|
| ArooaContext
Provides a 'context' for parsing an element.
|
| ArooaElement
Represent an element, which is an abstract of an XML element
but XML agnostic, so that an Arooa configuration could be anything,
not just XML.
|
| ArooaHandler
Something that is able to handle configuration events.
|
| ParseContext
A context in which an
ArooaConfiguration is parsed. |
| PrefixMappings
Abstraction of the mappings from prefix to URI.
|
| QTag
Represents a element as a prefix and a tag name.
|
| SerializableDesignFactory |
| Class and Description |
|---|
| ArooaElement
Represent an element, which is an abstract of an XML element
but XML agnostic, so that an Arooa configuration could be anything,
not just XML.
|
| DragPoint
A point in a configuration that supports drag and drop/cut and paste.
|
| Class and Description |
|---|
| ArooaContext
Provides a 'context' for parsing an element.
|
| ArooaElement
Represent an element, which is an abstract of an XML element
but XML agnostic, so that an Arooa configuration could be anything,
not just XML.
|
| Class and Description |
|---|
| ArooaContext
Provides a 'context' for parsing an element.
|
| ArooaElement
Represent an element, which is an abstract of an XML element
but XML agnostic, so that an Arooa configuration could be anything,
not just XML.
|
| Class and Description |
|---|
| QTag
Represents a element as a prefix and a tag name.
|
| Class and Description |
|---|
| QTag
Represents a element as a prefix and a tag name.
|
| Class and Description |
|---|
| NamespaceMappings
Provide mappings for XML namespaces.
|
| Class and Description |
|---|
| ArooaContext
Provides a 'context' for parsing an element.
|
| ArooaElement
Represent an element, which is an abstract of an XML element
but XML agnostic, so that an Arooa configuration could be anything,
not just XML.
|
| Class and Description |
|---|
| ArooaContext
Provides a 'context' for parsing an element.
|
| ArooaElement
Represent an element, which is an abstract of an XML element
but XML agnostic, so that an Arooa configuration could be anything,
not just XML.
|
| ArooaHandler
Something that is able to handle configuration events.
|
| NamespaceMappings
Provide mappings for XML namespaces.
|
| ParseContext
A context in which an
ArooaConfiguration is parsed. |
| SimpleParseContext
A Simple Parse Context.
|
| Class and Description |
|---|
| ArooaContext
Provides a 'context' for parsing an element.
|
| ArooaElement
Represent an element, which is an abstract of an XML element
but XML agnostic, so that an Arooa configuration could be anything,
not just XML.
|
| Class and Description |
|---|
| AbstractConfigurationNode
Implementation of common
ConfigurationNode functionality. |
| ArooaAttributes
Encapsulate the attributes of an element.
|
| ArooaContext
Provides a 'context' for parsing an element.
|
| ArooaElement
Represent an element, which is an abstract of an XML element
but XML agnostic, so that an Arooa configuration could be anything,
not just XML.
|
| ArooaHandler
Something that is able to handle configuration events.
|
| ConfigOwnerEvent
Event for a
ConfigurationOwner. |
| ConfigOwnerEvent.Change |
| ConfigSessionEvent
Event for a
ConfigurationSession |
| ConfigurationOwner
Something, typically a component, that is able to provide editing
facilities for an ArooaConfiguration.
|
| ConfigurationSession
Something that is able to provide everything required to edit
an
ArooaConfiguration. |
| CutAndPasteSupport.ReplaceResult
Result for replace.
|
| DragPoint
A point in a configuration that supports drag and drop/cut and paste.
|
| DragTransaction
Allows changes to registered components to happen
in an atomic fashion.
|
| DuplicateMappingsException
An exception used when creation fails.
|
| ElementHandler
Something that is able to handle configuration events.
|
| Location
Stores the location of a piece of text within a file (file name,
line number and column number).
|
| NamespaceMappings
Provide mappings for XML namespaces.
|
| OverrideContext
Wraps an
ArooaContext to allow behaviour to be altered. |
| OwnerStateListener
Listen to
ConfigurationOwner state changes. |
| ParseContext
A context in which an
ArooaConfiguration is parsed. |
| ParseHandle |
| ParsingSessionRollback
Also parsing to be rolled back.
|
| PrefixMapping
Provides a mapping from a namespace prefix to the URI.
|
| PrefixMappings
Abstraction of the mappings from prefix to URI.
|
| QTag
Represents a element as a prefix and a tag name.
|
| SerializableDesignFactory |
| SessionStateListener
Listen to
ConfigurationSession state changes. |
| SimpleParseContext
A Simple Parse Context.
|
| SimpleParseContext.ActionFunction |
| SimpleParseContext.Actions |
| SimpleParseContext.ActionsBuilder |
| SimpleParseContext.CallbackFunction |
| SimpleParseContext.Callbacks |
| SimpleParseContext.ChildBuilder1 |
| SimpleParseContext.ChildBuilder2 |
| SimpleParseContext.RootBuilder1 |
| SimpleParseContext.RootBuilder2 |
| UriMapping
Provides a mapping from the name space URI to the prefix.
|
| Class and Description |
|---|
| ArooaContext
Provides a 'context' for parsing an element.
|
| SessionDelegate
Designed to be partially overridden to modify behaviour.
|
| Class and Description |
|---|
| ArooaContext
Provides a 'context' for parsing an element.
|
| ArooaElement
Represent an element, which is an abstract of an XML element
but XML agnostic, so that an Arooa configuration could be anything,
not just XML.
|
| Location
Stores the location of a piece of text within a file (file name,
line number and column number).
|
| Class and Description |
|---|
| ArooaContext
Provides a 'context' for parsing an element.
|
| Class and Description |
|---|
| ArooaContext
Provides a 'context' for parsing an element.
|
| ParseContext
A context in which an
ArooaConfiguration is parsed. |
| SessionDelegate
Designed to be partially overridden to modify behaviour.
|
| Class and Description |
|---|
| ArooaContext
Provides a 'context' for parsing an element.
|
| ArooaElement
Represent an element, which is an abstract of an XML element
but XML agnostic, so that an Arooa configuration could be anything,
not just XML.
|
| ArooaHandler
Something that is able to handle configuration events.
|
| NamespaceMappings
Provide mappings for XML namespaces.
|
| PrefixMapping
Provides a mapping from a namespace prefix to the URI.
|
| UriMapping
Provides a mapping from the name space URI to the prefix.
|
| Class and Description |
|---|
| ArooaContext
Provides a 'context' for parsing an element.
|
| ArooaElement
Represent an element, which is an abstract of an XML element
but XML agnostic, so that an Arooa configuration could be anything,
not just XML.
|
| Class and Description |
|---|
| ArooaElement
Represent an element, which is an abstract of an XML element
but XML agnostic, so that an Arooa configuration could be anything,
not just XML.
|
| NamespaceMappings
Provide mappings for XML namespaces.
|
| SessionDelegate
Designed to be partially overridden to modify behaviour.
|
| Class and Description |
|---|
| AbstractConfigurationNode
Implementation of common
ConfigurationNode functionality. |
| ArooaAttributes
Encapsulate the attributes of an element.
|
| ArooaContext
Provides a 'context' for parsing an element.
|
| ArooaElement
Represent an element, which is an abstract of an XML element
but XML agnostic, so that an Arooa configuration could be anything,
not just XML.
|
| ArooaHandler
Something that is able to handle configuration events.
|
| NamespaceMappings
Provide mappings for XML namespaces.
|
| ParseContext
A context in which an
ArooaConfiguration is parsed. |
| SimpleParseContext
A Simple Parse Context.
|
Copyright © 2023. All rights reserved.