|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.sim.kiem.config.ui.ExecutionFileMissingDialog
public class ExecutionFileMissingDialog
The dialog for showing that the execution file is missing and dealing with it.
Field Summary | |
---|---|
static String |
CANCEL
The text for the cancel button. |
static String |
DELETE
The text for the delete button. |
static String |
NEW_LOCATION
The text for the new location button. |
Constructor Summary | |
---|---|
ExecutionFileMissingDialog(Shell parentShellParam,
ScheduleData scheduleParam)
Creates a new ExecutionFileMissingDialog. |
Method Summary | |
---|---|
String |
enterNewLocation(boolean tryToOpen)
Open a file chooser so the user can select the file. |
String |
open()
Open the dialog. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DELETE
public static final String CANCEL
public static final String NEW_LOCATION
Constructor Detail |
---|
public ExecutionFileMissingDialog(Shell parentShellParam, ScheduleData scheduleParam)
parentShellParam
- the parent shellscheduleParam
- the faulty scheduleMethod Detail |
---|
public String open()
public String enterNewLocation(boolean tryToOpen)
tryToOpen
- true if the an openFile() attempt should be made
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |