use of cbit.vcell.math.gui.MathDescEditor in project vcell by virtualcell.
the class VCMLEditorPanel method getMathDescEditor.
/**
* Return the mathDescEditor property value.
* @return cbit.vcell.math.gui.MathDescEditor
*/
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private MathDescEditor getMathDescEditor() {
if (mathDescEditor == null) {
try {
mathDescEditor = new MathDescEditor();
mathDescEditor.setName("mathDescEditor");
// user code begin {1}
// user code end
} catch (java.lang.Throwable ivjExc) {
// user code begin {2}
// user code end
handleException(ivjExc);
}
}
return mathDescEditor;
}
Aggregations