Uses of Class
my.control.Controller

Packages that use Controller
my.control   
my.gui   
 

Uses of Controller in my.control
 

Methods in my.control with parameters of type Controller
 boolean SyntaxChecker.checksyntax(java.lang.String literal_string, Controller controller)
           
 

Uses of Controller in my.gui
 

Methods in my.gui that return Controller
 Controller GUI_Eingabe.getController1()
          Getter of the property controller1
 

Methods in my.gui with parameters of type Controller
 void GUI_Eingabe.setController1(Controller controller1)
          Setter of the property controller1
 

Constructors in my.gui with parameters of type Controller
GUI_Eingabe(Controller controller)
          Launches this application