Uses of Class
de.cau.cs.kieler.sim.kiem.config.data.ScheduleData

Packages that use ScheduleData
de.cau.cs.kieler.sim.kiem.config.data This package contains the data storing classes for all managers. 
de.cau.cs.kieler.sim.kiem.config.managers Managers for holding and managing data in KIEMConfig. 
de.cau.cs.kieler.sim.kiem.config.ui This package contains some helper classes for the KIEMConfig graphical user interface. 
 

Uses of ScheduleData in de.cau.cs.kieler.sim.kiem.config.data
 

Methods in de.cau.cs.kieler.sim.kiem.config.data that return ScheduleData
static ScheduleData ScheduleData.fromString(String input)
          Parses a ScheduleData object from an input String that was constructed with the toString() method.
 

Uses of ScheduleData in de.cau.cs.kieler.sim.kiem.config.managers
 

Methods in de.cau.cs.kieler.sim.kiem.config.managers that return ScheduleData
 ScheduleData ScheduleManager.addSchedule(EditorDefinition editor, IPath location, int priority)
          Create a new schedule.
 ScheduleData ScheduleManager.getScheduleData(String id)
          Try to find the schedule data with the specified id.
 

Methods in de.cau.cs.kieler.sim.kiem.config.managers that return types with arguments of type ScheduleData
 List<ScheduleData> ScheduleManager.getAllSchedules()
          Getter for the list of all schedules.
 List<ScheduleData> ScheduleManager.getImportedSchedules()
          Getter for the list of schedules that were imported through the extension point.
 List<ScheduleData> ScheduleManager.getMatchingSchedules(EditorIdWrapper editorID, String editorName)
          Get the list of all schedules that apply to the current editorID.
 List<ScheduleData> ScheduleManager.getRecentSchedules()
          Get the list of most recently used schedules.
 

Methods in de.cau.cs.kieler.sim.kiem.config.managers with parameters of type ScheduleData
 int ScheduleComparator.compare(ScheduleData arg0, ScheduleData arg1)
          
 void ScheduleManager.openSchedule(ScheduleData schedule)
          Load a schedule from the file system into the plugin.
 void ScheduleManager.removeSchedule(ScheduleData schedule)
          Remove a schedule from the list.
 

Uses of ScheduleData in de.cau.cs.kieler.sim.kiem.config.ui
 

Methods in de.cau.cs.kieler.sim.kiem.config.ui that return ScheduleData
 ScheduleData ScheduleSelector.getSelection()
          Getter for the current selection in the combo.
 

Constructors in de.cau.cs.kieler.sim.kiem.config.ui with parameters of type ScheduleData
ExecutionFileMissingDialog(Shell parentShellParam, ScheduleData scheduleParam)
          Creates a new ExecutionFileMissingDialog.