* @see org.springframework.richclient.command.ActionCommand#doExecuteCommand()
*/
@Override
protected void doExecuteCommand() {
JFileChooser jfc = new JFileChooser();
jfc.setFileFilter(new XSAnalyzerDefaultFileFilter());
Memento memento = new JFileChooserMemento(jfc);
memento.restoreState(settings);
int result = jfc.showOpenDialog(getParentWindowControl());