| Package | Description |
|---|---|
| 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.screem |
Screen Models.
|
| org.oddjob.arooa.design.view |
Swing views of the Forms and Fields.
|
| Modifier and Type | Method and Description |
|---|---|
Form |
DesignInstance.detail()
The method is overridden by sub classes which have a detailed
definition for their configuration.
|
Form |
DesignInstance.detail()
The method is overridden by sub classes which have a detailed
definition for their configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArooaDesignerForm
The Designer dialogue form.
|
| Modifier and Type | Method and Description |
|---|---|
Form |
UnknownInstance.detail() |
Form |
UnknownInstance.detail() |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanForm
The form used by a
BeanType. |
static class |
BeanForm.ClassNotFoundForm
Form for when the class is missing or not found.
|
static class |
BeanForm.PropertiesForm
Form for the properties of the class when it is found.
|
class |
FileSelection
A model for a visual component is a file name that can be populated via a
file selection.
|
class |
NullForm
Represent a form that has no properties.
|
class |
StandardForm
A form definition provides a definition for creating the
designer detail panel.
|
class |
TextInput
A model for a visual component which is intended to be rendered as a
large text area.
|
class |
TextPseudoForm
Groups a attribute and it's title.
|
| Modifier and Type | Method and Description |
|---|---|
Form |
BeanForm.getSubForm()
Getter for the sub form.
|
Form |
BeanForm.getSubForm()
Getter for the sub form.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanForm.setSubForm(Form subForm)
Set the sub form and fire a property change event.
|
void |
BeanForm.setSubForm(Form subForm)
Set the sub form and fire a property change event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SwingFormFactory<T extends Form>
Creates
SwingFormViews from Forms |
class |
SwingFormFactory<T extends Form>
Creates
SwingFormViews from Forms |
| Modifier and Type | Method and Description |
|---|---|
static <Y extends Form> |
SwingFormFactory.create(Y form)
Create a
SwingFormView from a . |
static <Y extends Form> |
SwingFormFactory.create(Y form)
Create a
SwingFormView from a . |
static <Y extends Form> |
SwingFormFactory.register(Class<Y> cl,
SwingFormFactory<Y> factory) |
static <Y extends Form> |
SwingFormFactory.register(Class<Y> cl,
SwingFormFactory<Y> factory) |
| Modifier and Type | Method and Description |
|---|---|
static Component |
ViewHelper.createDetailButton(Form def)
Create a standard detail button for a DesignDefinition.
|
static Component |
ViewHelper.createDetailButton(Form def)
Create a standard detail button for a DesignDefinition.
|
Copyright © 2023. All rights reserved.