throw new RuntimeException(exception);
} catch (SerializationException exception) {
throw new RuntimeException(exception);
}
WTKXSerializer wtkxSerializer = new WTKXSerializer(resources);
try {
content = (Component)wtkxSerializer.readObject(this, "event_logger_skin.wtkx");
} catch (IOException exception) {
throw new RuntimeException(exception);
} catch (SerializationException exception) {
throw new RuntimeException(exception);
}
eventLogger.add(content);
declaredEventsTreeView = wtkxSerializer.getValue("declaredEventsTreeView");
firedEventsTableView = wtkxSerializer.getValue("firedEventsTableView");
// Propagate check state upwards or downwards as necessary
declaredEventsTreeView.getTreeViewNodeStateListeners().add(new TreeViewNodeStateListener() {
@Override
public void nodeCheckStateChanged(TreeView treeView, Path path,