class GUIRunner.ClassChooser extends Object
JFileChooser clsFileChooser
It is not static because of its access to GUIRunner.frame.| Modifier and Type | Field and Description |
|---|---|
private JFileChooser |
clsFileChooser
File chooser for class files representing test classes.
|
private JavaPath |
clsPath
The class path for test classes.
|
| Constructor and Description |
|---|
ClassChooser() |
| Modifier and Type | Method and Description |
|---|---|
(package private) String |
getChosenClass()
Opens the class chooser dialog
and returns the choosen class or
null
if either no file was selected,
a file is selected which does not exist
or does not represent a java class file. |
private final JFileChooser clsFileChooser
private final JavaPath clsPath
String getChosenClass()
null
if either no file was selected,
a file is selected which does not exist
or does not represent a java class file.Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.