Collections.sort(runningEvents);
}
private void addLogEntry(Entry logEntry) {
String logEntryName = logEntry.getName();
Family family = ModelUtils
.getFamilyForName(getFamilies(), logEntryName);
if (family != null) {
family.getLogEntries().push(logEntry);
}
sequenceEditorTableViewer.getInput().addLogEntry(logEntry);
sequenceEditorTableViewer
.setSelection(new StructuredSelection(logEntry));
notifyLogEntryListeners();