doc/NC/NC-proj-sem.abs
changeset 3881 72f0be16d83b
parent 123 00fdc96b1414
equal deleted inserted replaced
3880:0b0dc38b1106 3881:72f0be16d83b
       
     1 @Unpublished{,
       
     2   author = 	 {Nebojsa Simic},
       
     3   title = 	 {A GUI-Component for Interactive Construction of Calculations},
       
     4   note = 	 {Seminar-Project at TU Graz, Institute for Softwaretechnology},
       
     5   month = 	 {October},
       
     6   year = 	 {2006}
       
     7 }
       
     8 
       
     9 \abstract{
       
    10 
       
    11 ISAC is a transparent single-stepping system for applied mathematics. This paper
       
    12 contains the description about the last development phase of the Worksheet - the 
       
    13 center of user interaction in the ISAC system. 
       
    14 
       
    15 The assignment of this Seminar-Project was to create a GUI component that will 
       
    16 serve as the Presentation Layer for the calculations performed by the mathematics
       
    17 engine. This component is called 'Worksheet'.
       
    18 
       
    19 The Worksheet visualises the Calculation Tree stored in the SML Kernel of the 
       
    20 system and enables the user to effectively manipulate the single entries in this 
       
    21 tree. Additionally, this component defines the User Interface on a lexical level,
       
    22 by specifying placement and look-and-feel of widgets, but without knowing their 
       
    23 meaning.
       
    24 
       
    25 The first part of the Seminar-Project deals with the architectural considerations
       
    26 of the design, whereas the second part is based mainly on the implementation 
       
    27 issues.
       
    28 
       
    29 }