1 Installation
2 Design and Architecture
2.1 The SBApplicationModel
2.2 Control Flow in seaBreeze Applications
3 Start a new application
3.1 Using the Editor
3.1.1 The Toolbar
3.1.2 The Preview Area
3.1.3 The Element Tree
3.1.4 The Palette
3.1.5 The Element Editor
3.1.6 The Status Bar
5 How to display a collection of objects
The seaBreeze architecture is quite straight forward:
The following chapters explain the ideas behind the SBApplicationModel, how it is suppose to be used, and which hooks are build-in for the programmer.
The control flow of a SeaBreeze application can be quite complex, because the underlying SeaSide framework already takes care of it. One chapter therefor explains, how SBApplictaionModels may delegate controll to each other, or may embedd each other.