Uses of Class
zisko.multicastor.program.data.UserInputData

Packages that use UserInputData
zisko.multicastor.program.controller   
 

Uses of UserInputData in zisko.multicastor.program.controller
 

Methods in zisko.multicastor.program.controller that return UserInputData
 UserInputData ViewController.getUserInputData(MulticastData.Typ typ)
          Hilfsfunktion zur Bestimmung des UserInputData Objekts anhand des Typs.
 

Methods in zisko.multicastor.program.controller with parameters of type UserInputData
 void ViewController.loadAutoSavePart(UserInputData data, MulticastData.Typ typ)
          Hilfsfunktion zum teilweise laden der Autosave Date, unterschieden nach Programmteil welche sie betreffen
 void ViewController.setColumnSettings(UserInputData input, MulticastData.Typ typ)
          liest die UserInputData fuer einen bestimmten Programmteil, ordnet die Tabellenspalten entsprechend an und setzt die Sichtbarkeit der Tabellenspalten.