Changes between Version 13 and Version 14 of PRO_LIB_INSPECTOR_R0
- Timestamp:
- 11/28/08 13:07:17 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_INSPECTOR_R0
v13 v14 33 33 = Design = 34 34 * Key shortcuts: 35 * Add key listener so that the selected row is changed when the row is either expanded (Right Arrow) or collapsed (Left Arrow). 36 * Using the right key when the row is not expandable will go down. 37 * Using the left key when the row is not collapse-able will go up. 35 * Add а key listener so that expanding and collapsing rows as well as moving up/down is possible: 36 * Using the up/down arrow keys goes up/down. 37 * Using the enter key goes down (default behavior). 38 * Using the right key extends a row (when the row is not expandable goes down). 39 * Using the left key collapses a row (when the row is not collapsible goes up). 38 40 * Setting panel: 39 41 * Create check-boxes positioned in the bottom panel aligned on the left side of the refresh button by which one should be able to select things that are included in the Inspector fields. … … 52 54 * All the expanded paths before the refresh and should be restored after the refresh. 53 55 * provide method that creates a List of Strings. Every String should represent the path to one expanded Node in the form "/parent/child/........." 56 * the last selected row before the refresh DOES NOT remain after the refresh. 54 57 55 58 = Implementation = 56 59 * done according to design. [[changeset:542]], [[changeset:576]] 60 * Logging level changed to DEBUG 57 61 58 62