|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttp.controllers.ActionControl
tp.controllers.LoaderControl
public class LoaderControl
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 |
---|
public LoaderControl()
Method Detail |
---|
public void nextBtnClick()
public void loadBtnClick()
public void deleteBtnClick()
public void clearBtnClick()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |