diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2016-01-07 00:16:30 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2016-01-07 00:16:30 +0100 |
| commit | 53a966fb67bf71d603c770f615cf6ad97c7cf209 (patch) | |
| tree | 09eacc7f0b0799ab6e90300c9bd74bce9f7e5091 /src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java | |
| parent | 8eade145d09c24e5bb873fa04b1e3a384705f374 (diff) | |
| download | Projektthemenvergabe-53a966fb67bf71d603c770f615cf6ad97c7cf209.tar.gz Projektthemenvergabe-53a966fb67bf71d603c770f615cf6ad97c7cf209.zip | |
Update documentation
Diffstat (limited to 'src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java')
| -rw-r--r-- | src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java b/src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java index 1c41dbf..9c93b5a 100644 --- a/src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java +++ b/src/de/fhswf/in/inf/se/projektthemenvergabe/Main.java @@ -81,7 +81,7 @@ public class Main extends Application } /** - * TODO Add method comment here + * Show the Studentenverwaltung stage with the corresponding FXML. * */ public void showStudentenverwaltung() @@ -114,7 +114,7 @@ public class Main extends Application } /** - * TODO Add method comment here + * Show the Ansprechpartnerverwaltung stage with the corresponding FXML. * */ public void showAnsprechpartnerverwaltungsStage() @@ -147,7 +147,7 @@ public class Main extends Application } /** - * TODO Add method comment here + * Show the Projekthinzufuegen stage with the corresponding FXML. * */ public Projekt showProjekthinzufuegenStage(Projekt projekt) @@ -194,9 +194,9 @@ public class Main extends Application } /** - * TODO Add method comment here + * Getter for the StudentenverwaltungsStage. * - * @return + * @return studentenverwaltungsStage */ public Stage getStudentenverwaltungsStage() { @@ -204,9 +204,9 @@ public class Main extends Application } /** - * TODO Add method comment here + * Getter for the AnsprechpartnerverwaltungsStage. * - * @return + * @return ansprechpartnerverwaltungsStage */ public Stage getAnsprechpartnerverwaltungsStage() { @@ -214,9 +214,9 @@ public class Main extends Application } /** - * TODO Add method comment here + * Getter for the ProjekthinzufuegenStage. * - * @return + * @return projekthinzufuegenStage */ public Stage getProjekthinzufuegenStage() { |
