{
runner.firstRun((int) getMockResponse());
}
+ // two uses:
+ //
+ // TODO
+ //
+ // 1) AlignViewport for openLinkedAlignment
+ //
+ // Show a dialog with the option to open and link (cDNA <-> protein) as a
+ // new
+ // alignment, either as a standalone alignment or in a split frame. Returns
+ // true if the new alignment was opened, false if not, because the user
+ // declined the offer.
+ //
+ // 2) UserDefinedColors warning about saving over a name already defined
+ //
Component parent;
/**
* @j2sNative parent = this;
}
return "Unconfigured response.";
}
+
+ /**
+ * null response - triggers the default response
+ * @return
+ */
+ public boolean isNull()
+ {
+ return (type==2 && objresp==null) || (type==1 && (stringresp==null || stringresp.equals("")));
+ }
}
\ No newline at end of file