|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--java.awt.Panel | +--gui.FolderPanel
This class is the panel with the Input and Output folder fields on it.
Field Summary | |
protected TextField |
inputfolder
The text field where the user can fill in the input folder. |
protected Checkbox |
outputcheckbox
The checkbox where the user can indicate whether the output folder is the same as the input folder. |
protected TextField |
outputfolder
The text field where the user can fill in the output folder. |
Fields inherited from class java.awt.Panel |
|
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
FolderPanel()
Constructs a new FolderPanel with all it's components and stuff. |
Method Summary | |
String |
getInputFolder()
Returns the Input Folder that the user has chosen. |
String |
getOutputFolder()
Returns the Output Folder that the user has chosen. |
boolean |
outputFolderIsInputFolder()
Returns whether the user wants to have the Output Folder the same as the Input Folder |
Methods inherited from class java.awt.Panel |
addNotify, getAccessibleContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected TextField inputfolder
protected TextField outputfolder
protected Checkbox outputcheckbox
Constructor Detail |
public FolderPanel()
Method Detail |
public String getInputFolder()
public String getOutputFolder()
public boolean outputFolderIsInputFolder()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |