Package repast.simphony.engine.environment

Examples of repast.simphony.engine.environment.ControllerAction


    Object contextID = evt.getContextID();
    DbOutputterDescriptorAction<DbOutputter, DbOutputterDescriptor> action = createAction((JFrame) SwingUtilities
        .getWindowAncestor(evt.getTree()), DataUtilities.getDataGathererDescriptors(registry, contextID), evt
        .getScenario(), contextID);
    if (action != null) {
      ControllerAction parent = registry.findAction(contextID, ControllerActionConstants.OUTPUTTER_ROOT);
      registry.addAction(contextID, parent, action);
      evt.addActionToTree(action);
    }
  }
View Full Code Here

TOP

Related Classes of repast.simphony.engine.environment.ControllerAction

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.