|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EditorIdWrapper | |
---|---|
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 EditorIdWrapper in de.cau.cs.kieler.sim.kiem.config.data |
---|
Methods in de.cau.cs.kieler.sim.kiem.config.data that return EditorIdWrapper | |
---|---|
EditorIdWrapper |
EditorDefinition.getEditorId()
Returns the editor id belonging to this editor. |
Methods in de.cau.cs.kieler.sim.kiem.config.data with parameters of type EditorIdWrapper | |
---|---|
int |
ScheduleData.getSupportedPriority(EditorIdWrapper editorId)
Get the supported priority of the given editor. |
void |
ScheduleData.removeEditor(EditorIdWrapper editorId)
Remove an editor from the list of supported priorities. |
void |
ScheduleData.setEditorSupport(EditorIdWrapper editorId,
int newPriority)
Set the supported priority of the given editor. |
boolean |
EditorDefinition.supports(EditorIdWrapper anotherId)
Determines if the given editor id is supported by this definition. |
Constructors in de.cau.cs.kieler.sim.kiem.config.data with parameters of type EditorIdWrapper | |
---|---|
EditorDefinition(String newName,
EditorIdWrapper newEditorId)
Create a new definition. |
Uses of EditorIdWrapper in de.cau.cs.kieler.sim.kiem.config.managers |
---|
Methods in de.cau.cs.kieler.sim.kiem.config.managers that return EditorIdWrapper | |
---|---|
EditorIdWrapper |
EditorManager.getDefaultEditorId()
Get the default editor id. |
Methods in de.cau.cs.kieler.sim.kiem.config.managers with parameters of type EditorIdWrapper | |
---|---|
EditorDefinition |
EditorManager.findEditorById(EditorIdWrapper editorId)
Get the matching editor definition containing the specified editorId. |
List<ScheduleData> |
ScheduleManager.getMatchingSchedules(EditorIdWrapper editorID,
String editorName)
Get the list of all schedules that apply to the current editorID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |