Package org.openscience.jchempaint.dialog.editor

Examples of org.openscience.jchempaint.dialog.editor.ReactionEditor


    }
    else if (object instanceof IAtom) {
      editor = new AtomEditor(jcpPanel.get2DHub());
    }
    else if (object instanceof IReaction) {
      editor = new ReactionEditor();
    }
    else if (object instanceof IBond) {
      editor = new BondEditor(jcpPanel.get2DHub(), jcpPanel.getBlacklist());
    }
   
View Full Code Here

TOP

Related Classes of org.openscience.jchempaint.dialog.editor.ReactionEditor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.