See: Description
| Interface | Description |
|---|---|
| Displayable |
Type-safe enumerations that are used as property types
that are editable with a PropertyEditor should
implement this interface.
|
| Editable |
Objects that are instances of classes that implement
this interface can be expanded in a
PropertyEditor
property list. |
| Enumeration |
Type-safe enumerations that are used as property types
that are editable with a PropertyEditor should
implement this interface.
|
| PropertyTreeNodeInterface |
| Class | Description |
|---|---|
| AxisFormatStringSchemeEditor |
switches between time and decimal based on units
|
| BooleanEditor | |
| ColorEditor | |
| DefaultStringSchemeEditor |
Fallback for any String property
|
| EnumerationEditor | |
| FormatSpecifierStringSchemeEditor | |
| MapEditor | |
| PeerPropertyTreeNode | |
| PropertyEditor |
This class implements a Hierarchical property editor
|
| PropertyEditorAdapter | |
| PropertyTreeNode | |
| SpecialColorsStringSchemeEditor |
Place holder for special editor for specialColors property.
|
| StringWithSchemeEditor |
Experiments with adding an editor where you can click to get a special GUI.
|
| TickValuesStringSchemeEditor |
Example specialized editor that creates ticks specifications
|
| UriTemplatesStringSchemeEditor |
Editor for uri template strings like $Y-$m-$d or $(m;Y=2025)-$d
|