tp.controllers
Class ResultsControl

java.lang.Object
  extended by tp.controllers.ActionControl
      extended by tp.controllers.ResultsControl
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.ItemListener, java.util.EventListener, javax.swing.event.ChangeListener

public class ResultsControl
extends ActionControl

A controller to process events on a screen, where the statistical results are presented.


Field Summary
 
Fields inherited from class tp.controllers.ActionControl
event
 
Constructor Summary
ResultsControl()
           
 
Method Summary
 void init(DocsRepresentDB dr)
          Initializes the results window tab and shows all statistical information about pre-processing.
 void nextBtnClick()
          If the "Next" button is clicked, this method executes the tab of results saving and passes document representations to the controller of saving.
 
Methods inherited from class tp.controllers.ActionControl
actionPerformed, invokeMethod, itemStateChanged, stateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultsControl

public ResultsControl()
Method Detail

nextBtnClick

public void nextBtnClick()
If the "Next" button is clicked, this method executes the tab of results saving and passes document representations to the controller of saving.


init

public void init(DocsRepresentDB dr)
Initializes the results window tab and shows all statistical information about pre-processing.

Parameters:
representation - of all documents