All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractConfigurable<C,D> |
|
| AbstractEditorMap<T,V> |
An editor for a list of editors, all of the same type.
|
| AbstractEditorMap.Item<V> |
|
| AnnotatedConfigurable<C,D> |
|
| AnnotationHelper |
|
| ConfigEditor<T> |
Interface defining configuration editors.
|
| ConfigEditors |
Configuration editor utilities.
|
| Configurable<C,D> |
|
| ConfigurableClass |
Annotation holding options for dealing with this class in the Configurable
system.
|
| ConfigurableConstructor |
Annotation holding options for dealing with this constructor in the
Configurable system.
|
| ConfigurableFactory |
The interface that context classes can implement to indicate they are a
factory for classes.
|
| ConfigurableField |
|
| ConfigurableParameter |
Annotation holding options for dealing with this parameter in the
Configurable system.
|
| ConfigurableParameter.ConfigurableParameterType |
|
| ConfigurationException |
|
| ContentConfigEditor<T> |
Interface defining configuration editors suited to set configured content.
|
| EditorBigDecimal |
|
| EditorBigDecimal.EdOptsBigDecimal |
|
| EditorBoolean |
An editor for boolean values.
|
| EditorBoolean.EdOptsBool |
|
| EditorClass<C,D,T> |
An editor that wraps a single class.
|
| EditorClass.EdOptsClass |
|
| EditorColor |
|
| EditorColor.EdOptsColor |
|
| EditorDefault<T> |
|
| EditorDouble |
|
| EditorDouble.EdOptsDouble |
|
| EditorEnum<T extends Enum<T>> |
|
| EditorEnum.EdOptsEnum |
|
| EditorFactory<E extends ConfigEditor> |
|
| EditorInt |
|
| EditorInt.EdOptsInt |
|
| EditorList<U,T extends ConfigEditor<U>> |
An editor for a list of editors, all of the same type.
|
| EditorList.EdOptsList |
|
| EditorList.EdOptsListList |
Container for repeated EdOptsList annotations.
|
| EditorLong |
|
| EditorLong.EdOptsLong |
|
| EditorMap<T> |
An editor for a collection of editors, of various types, that can be selected
from a list.
|
| EditorNull |
An editor that does not edit anything.
|
| EditorPassword |
A single-line text editor that hides the content that is typed into it.
|
| EditorPassword.EdOptsPassword |
|
| EditorString |
|
| EditorString.EdOptsString |
|
| EditorSubclass<C,D,T> |
An editor that offers a selection of a class that implements an interface or
extends a class.
|
| EditorSubclass.classItem |
|
| EditorSubclass.EdOptsSubclass |
|
| EditorSubclass.Expose |
A simple annotation to use as requiredAnnotation.
|
| EditorSubclass.NoFilter |
The default requiredAnnotation that specifies that classes are not
filtered.
|
| FactoryBigDecimalFx |
|
| FactoryBigDecimalSwing |
|
| FactoryBooleanFx |
|
| FactoryBooleanSwing |
|
| FactoryClassFx |
|
| FactoryClassSwing |
|
| FactoryColorFx |
|
| FactoryColorSwing |
|
| FactoryDoubleFx |
|
| FactoryDoubleSwing |
|
| FactoryEnumFx<T extends Enum<T>> |
|
| FactoryEnumSwing<T extends Enum<T>> |
|
| FactoryIntFx |
|
| FactoryIntSwing |
|
| FactoryListFx<U,T extends ConfigEditor<U>> |
|
| FactoryListSwing<U,T extends ConfigEditor<U>> |
|
| FactoryLongFx |
|
| FactoryLongSwing |
|
| FactoryMapFx |
|
| FactoryMapSwing |
|
| FactoryNullFx |
|
| FactoryNullSwing |
|
| FactoryStringFx |
|
| FactoryStringSwing |
|
| FactorySubclsFx |
|
| FactorySubclsSwing |
|
| FilteringComboBox<E> |
A combo box that can filter its elements, using a String.contains on the
elements' toString values.
|
| FilteringComboBox<E> |
A combo box that can filter its elements, using a String.contains on the
elements' toString values.
|
| GuiFactoryFx |
Generates a JavaFX-based editor for a certain configurable.
|
| GuiFactoryHtml |
Generates a html5-based editor for a certain configurable.
|
| GuiFactorySwing |
Generates a swing-based editor for a certain configurable.
|
| ItemArray |
|
| ItemBoolean |
|
| ItemConst |
|
| ItemInteger |
|
| ItemNumber |
|
| ItemObject |
|
| ItemRef |
|
| ItemString |
|
| ItemTrue |
|
| Reflection |
Utility methods for Reflections.
|
| RootSchema |
|
| RootSchema.RootSchemaSerialiser |
|
| SchemaItem |
|
| SchemaItemAbstract<T extends SchemaItemAbstract<T>> |
|
| Styles |
|
| Utils |
|