Changes between Version 5 and Version 6 of PAGE_SELECTOR_R0


Ignore:
Timestamp:
10/31/08 14:43:41 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_SELECTOR_R0

    v5 v6  
    2929 
    3030= Design = 
     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 * 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 * !NavigationPanelare: 
     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  * 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. 
    3136 
    3237= Implementation = 
    33 ^(Implementation results should be described and linked here (from the wiki or the repository)^ 
     38 * done according to the design. 
    3439 
    3540= Testing =