Uses of Package
gui

Packages that use gui
gui   
importer   
rainbowie   
 

Classes in gui used by gui
ChoosePrioWindow
          Defines a window where the user selects the prioritization technique to use.
ChoosePrioWindow.ActionHandler
          ActionListener to handle user interaction.
ExcelImporterWindow.ActionHandler
          ActionListener to handle user interaction.
ExcelImporterWindow.ChangeHandler
          ChangeListener used for detecting changes in the tabbed pane
ExcelImporterWindow.MouseHandler
          MouseListener to handle user interaction
GraphWindow
          Defines the window used to visualize the results from the prioritization in a graph
GraphWindow.ActionHandler
          ActionListener to handle user interaction.
GraphWindow.GraphCanvas
          The drawing area where the graph is drawn
GraphWindow.MouseHandler
          MouseListener to handle user interaction
ImportWindow
          Defines the window used for importing requirements.
ImportWindow.ActionHandler
          ActionListener to handle user interaction.
ImportWindow.EditWindow
          Defines a window for editing the imported requirements
ImportWindow.KeyHandler
          KeyListener that handles keypresses.
ImportWindow.MouseHandler
          MouseListener to handle user interaction
ImprovementsWindow
          Defines an ImprovementWindow where root-causes and improvement suggestions are compiled.
ImprovementsWindow.ActionHandler
          ActionListener to handle user interaction.
ImprovementsWindow.AdjustmentHandler
          Synchronizes scrolling of the right table with scrolling in the left table
ImprovementsWindow.MouseHandler
          MouseListener to handle user interaction
ImprovementsWindow.ReqTableCellRenderer
          TableCellRenderer to set color marking and cell selection of the requirement table
ImprovementsWindow.RootCauseTableModel
          DefaultTableModel used to define desired behaviour of the root cause table
 

Classes in gui used by importer
ExcelImporterWindow
          Defines the window used for importing requirements from an Excel-file.
ImportWindow
          Defines the window used for importing requirements.
 

Classes in gui used by rainbowie
MainWindow
          Defines the MainWindow, this is the first window presented to the user.