Package org.jamesii.simspex.gui.actions

Examples of org.jamesii.simspex.gui.actions.ClearPerfDBAction


      @Override
      public void actionPerformed(ActionEvent e) {
        getWindowManager().addWindow(new FeatureExtractionDialog());
      }
    }, "org.jamesii.simspex.extrfeatures", new String[] { MENU_MAIN_SIMSPEX }, null));
    actions.add(new ActionIAction(new ClearPerfDBAction(), "org.jamesii.simspex.cleardb",
        new String[] { "org.jamesii.toolbar.main?after=org.jamesii.simspex.startrec",
            "org.jamesii.menu.main/org.jamesii.simspex?after=org.jamesii.simspex.startrec" }, null));

    // TODO: return whole actions list to 're-activate' the UI
    return actions.subList(0, 1);
View Full Code Here

TOP

Related Classes of org.jamesii.simspex.gui.actions.ClearPerfDBAction

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.