setImageDescriptor(SharedImages.DESC_MARQUEE_TOOL_16);
}
};
registry.registerAction(action);
action = new SXEDeleteAction(this);
registry.registerAction(action);
getSelectionActions().add(action.getId());
action = new SaveAction(this);
registry.registerAction(action);