}
public void run(IAction action) {
ComponentEditor componentEditor = this.getComponentEditor();
if (componentEditor != null) {
componentEditor.switchToWod();
} else {
LocalizedComponentsLocateResult localizedComponentsLocateResult = this.getLocalizedComponentsLocateResult();
if (localizedComponentsLocateResult == null) {
return;
}