Package nz.ac.waikato.modeljunit.command

Examples of nz.ac.waikato.modeljunit.command.UndoThing


      menu.add(new JMenuItem(new SetMCDCAction()));
      menu.add(new JMenuItem(new SetPairWiseAction()));
      mbar.add(menu);
      mView = new JPanel();
      mView.setLayout(new BoxLayout(mView, BoxLayout.Y_AXIS));
      mUndo = new UndoThing();
      mStory = story;
      mStory.registerObserver(this);
      mVisitor = visitor;
      mSuggestionVisitor = suggestionVisitor;
      mStory.registerObserver(this);
View Full Code Here

TOP

Related Classes of nz.ac.waikato.modeljunit.command.UndoThing

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.