Package repast.simphony.engine.environment

Examples of repast.simphony.engine.environment.ControllerRegistry.addAction()


    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
Copyright © 2018 www.massapi.com. 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.