Changes between Version 22 and Version 23 of BASE_LAYOUT_R0
- Timestamp:
- 12/03/08 20:47:19 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_LAYOUT_R0
v22 v23 58 58 * bookDesktop 59 59 * tabBar 60 * Create class Flap with following properties60 * Create class Flap (representing structure of the flap) with following properties 61 61 * tabs 62 62 * title 63 63 * tooltip 64 * Create class Tab with following properties64 * Create class Tab (representing structure of the tab) with following properties 65 65 * palettes 66 66 * parent - Parent Property returning parent flap - left, right or bottom 67 * Create class Palette with following properties67 * Create class Palette (base class for all the palettes) with following properties 68 68 * abstract Prop swingComponent 69 * parent - Parent Property returning parent tab - left, right or bottom69 * parent - Parent Property returning parent tab 70 70 * !BaseLayoutModule extends !SophieModule. !BaseLayout provides extension point for !LayoutEngine 71 71 * !LayoutEngine is the interface of the extension point. !LayoutEngine provides 2 methods: