![]() |
EOS 2
1.1.0
Einfache Objektbasierte Sprache
|

Öffentliche Methoden | |
| MainWindow () | |
| void | startCompiler () |
| void | load (File file) |
| void | fontsizeChanged (int fontsize) |
| void | windowActivated (WindowEvent we) |
| void | windowClosed (WindowEvent we) |
| void | windowClosing (WindowEvent arg0) |
| void | windowDeactivated (WindowEvent we) |
| void | windowDeiconified (WindowEvent we) |
| void | windowIconified (WindowEvent we) |
| void | windowOpened (WindowEvent we) |
Öffentliche Methoden geerbt von de.lathanda.eos.common.gui.GuiConfiguration.GuiConfigurationListener | |
| default void | errorBehaviorChanged (ErrorBehavior errorBehavior) |
Das Hauptfenster.
Definiert in Zeile 68 der Datei MainWindow.java.
| de.lathanda.eos.gui.MainWindow.MainWindow | ( | ) |
Erzeugt das Hauptfenster.
Definiert in Zeile 98 der Datei MainWindow.java.
| void de.lathanda.eos.gui.MainWindow.fontsizeChanged | ( | int | fontsize | ) |
Schirftgröße hat sich geändert.
| fontsize |
Implementiert de.lathanda.eos.common.gui.GuiConfiguration.GuiConfigurationListener.
Definiert in Zeile 759 der Datei MainWindow.java.
| void de.lathanda.eos.gui.MainWindow.load | ( | File | file | ) |
Externes Laden.
| file | Dateiname |
| IOException |
Definiert in Zeile 465 der Datei MainWindow.java.
| void de.lathanda.eos.gui.MainWindow.startCompiler | ( | ) |
Startet den Hintergrund Übersetzungsthread.
Definiert in Zeile 124 der Datei MainWindow.java.
| void de.lathanda.eos.gui.MainWindow.windowActivated | ( | WindowEvent | we | ) |
Definiert in Zeile 821 der Datei MainWindow.java.
| void de.lathanda.eos.gui.MainWindow.windowClosed | ( | WindowEvent | we | ) |
Definiert in Zeile 825 der Datei MainWindow.java.
| void de.lathanda.eos.gui.MainWindow.windowClosing | ( | WindowEvent | arg0 | ) |
Definiert in Zeile 829 der Datei MainWindow.java.
| void de.lathanda.eos.gui.MainWindow.windowDeactivated | ( | WindowEvent | we | ) |
Definiert in Zeile 834 der Datei MainWindow.java.
| void de.lathanda.eos.gui.MainWindow.windowDeiconified | ( | WindowEvent | we | ) |
Definiert in Zeile 838 der Datei MainWindow.java.
| void de.lathanda.eos.gui.MainWindow.windowIconified | ( | WindowEvent | we | ) |
Definiert in Zeile 842 der Datei MainWindow.java.
| void de.lathanda.eos.gui.MainWindow.windowOpened | ( | WindowEvent | we | ) |
Definiert in Zeile 846 der Datei MainWindow.java.