Changes between Version 16 and Version 17 of PAGE_PREVIEW_PALETTE_R0
- Timestamp:
- 06/12/09 09:51:39 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PAGE_PREVIEW_PALETTE_R0
v16 v17 38 38 * Functionality for setting the selected thumbnail as current page is already in place. 39 39 * Functionality for deleting a page is already in place. 40 * Two resource properties for the two buttons (add page before/after) should be created in PagePreviewPalette and added to the head of the palette in the initHead method. Currently I think its impossible to add them to the bottom.40 * Two resource properties for the two buttons (add page before/after) should be created in PagePreviewPalette and added to the bottom of the palette in the initFooter method. To facilitate this the ListPalette class will be supplemented with methods to add visual components to the footer of the palette. 41 41 * Classes to be changed: 42 42 * PagePreviewPalette 43 43 * PagePreviewPaletteCellRenderer 44 * ListPalette to add a footerComponent and an initFooter method. 44 45 * MainAppLayoutModule to add the palette to the Pages tab. 45 46