Package com.cburch.logisim.gui.appear

Examples of com.cburch.logisim.gui.appear.RevertAppearanceAction


      } else if (src == LogisimMenuBar.VIEW_TOOLBOX) {
        frame.setExplorerView(Frame.VIEW_TOOLBOX);
      } else if (src == LogisimMenuBar.VIEW_SIMULATION) {
        frame.setExplorerView(Frame.VIEW_SIMULATION);
      } else if (src == LogisimMenuBar.REVERT_APPEARANCE) {
        proj.doAction(new RevertAppearanceAction(cur));
      } else if (src == LogisimMenuBar.ANALYZE_CIRCUIT) {
        ProjectCircuitActions.doAnalyze(proj, cur);
      } else if (src == LogisimMenuBar.CIRCUIT_STATS) {
        StatisticsDialog.show(frame, proj.getLogisimFile(), cur);
      }
View Full Code Here


            } else if (src == LogisimMenuBar.VIEW_TOOLBOX) {
                frame.setExplorerView(Frame.VIEW_TOOLBOX);
            } else if (src == LogisimMenuBar.VIEW_SIMULATION) {
                frame.setExplorerView(Frame.VIEW_SIMULATION);
            } else if (src == LogisimMenuBar.REVERT_APPEARANCE) {
                proj.doAction(new RevertAppearanceAction(cur));
            } else if (src == LogisimMenuBar.ANALYZE_CIRCUIT) {
                ProjectCircuitActions.doAnalyze(proj, cur);
            } else if (src == LogisimMenuBar.CIRCUIT_STATS) {
                StatisticsDialog.show(frame, proj.getLogisimFile(), cur);
            }
View Full Code Here

TOP

Related Classes of com.cburch.logisim.gui.appear.RevertAppearanceAction

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.