loadLog4JAction.putValue(Action.SHORT_DESCRIPTION, "Loads an XML event file");
loadLog4JAction.putValue(Action.SMALL_ICON, new ImageIcon(ChainsawIcons.FILE_OPEN));
loadUtilLoggingAction =
new FileLoadAction(
logUI, new UtilLoggingXMLDecoder(logUI),
"Load Java Util File...", false);
remoteLog4JAction =
new FileLoadAction(
logUI, new XMLDecoder(logUI), "Load Remote Log4J File...",
true);
remoteUtilLoggingAction =
new FileLoadAction(
logUI, new UtilLoggingXMLDecoder(logUI),
"Load Remote Java Util File...", true);
saveAction = new FileSaveAction(logUI);
JMenuItem loadLog4JFile = new JMenuItem(loadLog4JAction);