Uses of Class
zisko.multicastor.program.controller.ViewController.MessageTyp

Packages that use ViewController.MessageTyp
zisko.multicastor.program.controller   
 

Uses of ViewController.MessageTyp in zisko.multicastor.program.controller
 

Methods in zisko.multicastor.program.controller that return ViewController.MessageTyp
static ViewController.MessageTyp ViewController.MessageTyp.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ViewController.MessageTyp[] ViewController.MessageTyp.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in zisko.multicastor.program.controller with parameters of type ViewController.MessageTyp
 void ViewController.showMessage(ViewController.MessageTyp typ, java.lang.String message)
          Funktion welche ermueglich Nachrichten in der GUI anzuzeigen.