tp.controllers
Class LoaderControl

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

public class LoaderControl
extends ActionControl

A controller to process events on a screen, where the inputs are selected


Field Summary
 
Fields inherited from class tp.controllers.ActionControl
event
 
Constructor Summary
LoaderControl()
          Constructor of the class
 
Method Summary
 void clearBtnClick()
          After click on "Clear" button, all fine names are deleted from the list.
 void deleteBtnClick()
          After click on "Delete" button, a method deletes chosen files from the list.
 void loadBtnClick()
          After clict on "Load" button, an Open dialog is opened and then the chosen files are inserted into a list.
 void nextBtnClick()
          If the "Next" button is clicked, this method creates a list of files to be processed a passes it to the controller of pre-processing.
 
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

LoaderControl

public LoaderControl()
Constructor of the class

Method Detail

nextBtnClick

public void nextBtnClick()
If the "Next" button is clicked, this method creates a list of files to be processed a passes it to the controller of pre-processing.


loadBtnClick

public void loadBtnClick()
After clict on "Load" button, an Open dialog is opened and then the chosen files are inserted into a list.


deleteBtnClick

public void deleteBtnClick()
After click on "Delete" button, a method deletes chosen files from the list.


clearBtnClick

public void clearBtnClick()
After click on "Clear" button, all fine names are deleted from the list.