refreshAction = new RefreshLogAction(this);
setAction("RefreshLog", refreshAction);
refreshAction.setEnabled(logFileName != null);
IAction action = new OpenLogAction(this);
setAction("OpenLog", action);
action = new ShowEventCauseAction(this);
setAction("ShowEventCause", action);
}