1 package com.proalpha.java.oea.plugins.querygenerator.handlers;
3 import org.eclipse.core.commands.AbstractHandler;
4 import org.eclipse.core.commands.ExecutionEvent;
5 import org.eclipse.core.commands.ExecutionException;
7 import com.proalpha.java.oea.plugins.querygenerator.runtime.HandlerTools;
8 import com.proalpha.java.oea.plugins.querygenerator.runtime.QueryGeneratorPrograms;
13 public Object execute(ExecutionEvent event)
throws ExecutionException {
20 "command=insert_buffer_definition",
28 public boolean isEnabled() {
33 public boolean isHandled() {