public boolean execute(PlugInContext context) throws Exception {
   IEditor editor = context.getActiveEditor();
   TableEditorPlugIn te = (TableEditorPlugIn) editor;
   te.revertSelection();
   return true;
 }