API

Full API can be found at API.

View

The API describing the View elements is described in the various Field pages and and the Editor class.

State

The State API consists of an Abstract State class which should be subclasses when implementing new behaviors, and the State Manager class that can be invoked to read and modify current state.

Command

The Command API is split into three parts, the base Command interface, the CompoundCommand class for grouping multiple commands into a single one and the the CommandManager class for invoking execution of commands.

Model

The model API is given by the ObjectBridge interface. More detailed s11n serialization API is also included.