super("Check Synta&x...");
this.dbLocation = dbLocation;
this.sourceId = sourceId;
this.sqlSupplier = sqlSupplier;
externalCallback = NoReceiver.create();
waitService = new DummyWaitService();
putValue(SHORT_DESCRIPTION, "Check the syntax of the entered SQL statement, " +
"and view information about the resulting columns");
putValue(ACCELERATOR_KEY, KeyUtils.F5);
setEnabled(!sqlSupplier.get().isEmpty());
}