public class MainConfigurationController extends Object implements javafx.fxml.Initializable
| Constructor and Description |
|---|
MainConfigurationController()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancel(javafx.event.ActionEvent event)
Action event to cancel the buffered modifications.
|
protected void |
deleteSource(javafx.event.ActionEvent event)
Action event to remove the selected requirement source.
|
protected void |
downSource(javafx.event.ActionEvent event)
Action event to move down the selected requirement source.
|
void |
initialize(URL location,
ResourceBundle resources) |
protected void |
newSource(javafx.event.ActionEvent event)
Action event to add a new requirement source.
|
protected void |
open(javafx.event.ActionEvent event)
Action event to open a new configuration file.
|
void |
open(File file)
Open a configuration file.
|
protected void |
openProject(javafx.event.ActionEvent event)
Action event to open the support URL.
|
protected void |
openSupport(javafx.event.ActionEvent event)
Action event to open the support URL.
|
protected void |
openURL(String url)
Action event to open an URL.
|
protected void |
openWiki(javafx.event.ActionEvent event)
Action event to open the support URL.
|
protected void |
run(javafx.event.ActionEvent event)
Action event to run the requirements analysis.
|
protected void |
save(javafx.event.ActionEvent event)
Action event to save the configuration.
|
protected void |
selectOutputFile(javafx.event.ActionEvent event)
Action event to select the output file.
|
protected void |
upSource(javafx.event.ActionEvent event)
Action event to move up the selected requirement source.
|
public void initialize(URL location, ResourceBundle resources)
initialize in interface javafx.fxml.Initializableprotected void newSource(javafx.event.ActionEvent event)
throws NoSuchMethodException,
IOException
event - the ActionEventIOException - I/O exceptionNoSuchMethodException - No such method exceptionprotected void deleteSource(javafx.event.ActionEvent event)
event - the ActionEventprotected void upSource(javafx.event.ActionEvent event)
event - the ActionEventprotected void downSource(javafx.event.ActionEvent event)
event - the ActionEventprotected void save(javafx.event.ActionEvent event)
event - the ActionEventprotected void cancel(javafx.event.ActionEvent event)
event - the ActionEventprotected void run(javafx.event.ActionEvent event)
event - the ActionEventprotected void selectOutputFile(javafx.event.ActionEvent event)
event - the ActionEventprotected void open(javafx.event.ActionEvent event)
event - the ActionEventpublic void open(File file)
file - the configuration file to openprotected void openURL(String url)
url - the URL to openprotected void openSupport(javafx.event.ActionEvent event)
event - the ActionEventprotected void openWiki(javafx.event.ActionEvent event)
event - the ActionEventprotected void openProject(javafx.event.ActionEvent event)
event - the ActionEventCopyright © 2015. All rights reserved.