Search in sources :

Example 1 with MathDescEditor

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;
}
Also used : MathDescEditor(cbit.vcell.math.gui.MathDescEditor)

Aggregations

MathDescEditor (cbit.vcell.math.gui.MathDescEditor)1