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

Packages that use EditorDefinition
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. 
 

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

Methods in de.cau.cs.kieler.sim.kiem.config.data that return EditorDefinition
static EditorDefinition EditorDefinition.fromString(String input)
          Parse a new definition from an input string created by a toSerialString() call.
 

Methods in de.cau.cs.kieler.sim.kiem.config.data with parameters of type EditorDefinition
 int EditorDefinition.compareTo(EditorDefinition o)
          Compares this with another Object.
 

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

Methods in de.cau.cs.kieler.sim.kiem.config.managers that return EditorDefinition
 EditorDefinition EditorManager.addEditor(EditorDefinition newDefinition)
          Add a new editor to the list.
 EditorDefinition EditorManager.findEditorById(EditorIdWrapper editorId)
          Get the matching editor definition containing the specified editorId.
 EditorDefinition EditorManager.findEditorByName(String name)
          Find an editor based on the editors name.
 EditorDefinition EditorManager.getDefaultEditor()
          Get the default editor.
 

Methods in de.cau.cs.kieler.sim.kiem.config.managers that return types with arguments of type EditorDefinition
 List<EditorDefinition> EditorManager.getEditors()
          Getter for the list of all editors.
 

Methods in de.cau.cs.kieler.sim.kiem.config.managers with parameters of type EditorDefinition
 EditorDefinition EditorManager.addEditor(EditorDefinition newDefinition)
          Add a new editor to the list.
 ScheduleData ScheduleManager.addSchedule(EditorDefinition editor, IPath location, int priority)
          Create a new schedule.
 void EditorManager.removeEditor(EditorDefinition editor)
          Remove an editor from the list.
 void EditorManager.setDefaultEditor(EditorDefinition defaultEditor)
          Set the default editor.
 

Constructors in de.cau.cs.kieler.sim.kiem.config.managers with parameters of type EditorDefinition
ScheduleComparator(EditorDefinition matchingEditor)
          Create a new comparator.