Changes between Version 6 and Version 7 of PAGE_SELECTOR_R0
- Timestamp:
- 10/31/08 14:43:57 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PAGE_SELECTOR_R0
v6 v7 31 31 * The !SophieModule containing the page selector is the same as before. Things must be re-factored a lot prior to extracting it in a different module since there are a lot or dependencies. 32 32 * The !NavigaionPanel should be created by the !NavigationPanelProvider which in turn should be defined as an extension of the !BookPanel. The !NavigationPanelProvider should give every book panel it navigation. 33 * !NavigationPanel are:33 * !NavigationPanel: 34 34 * for every button => res.setMargin(new Insets(0, 0, 0, 0)); This way buttons would wrap around their set text without space between text and the margin of the button itself. 35 35 * set tool-tip text for the page number field. This way the user would understand what this field is about. Adding a label to the navigation panel is in contradiction with the stereotype in Sophie1.0 as well as with the specification diagrams of Sophie2.0. In addition to this, the label would make the bottom book panel clumsy. That is way a tool-tip seams fair enough.