IOptionPanel optionPanel = (IOptionPanel) tabbedPane.getSelectedComponent();
return optionPanel.getDefaultFileName();
}
public MatchingOptions getMatchingOptions() {
IOptionPanel optionPanel = (IOptionPanel) tabbedPane.getSelectedComponent();
return optionPanel.getMatchingOptions();
}