public void createScenario(ModelStoryline storyline) throws ThinklabException { browser.setVisible(false); sceditor.setVisible(true); sceditor.setStoryline(storyline); sceditor.setLocation(map.getZoom(), (ArealExtent) storyline.getContext().getSpace()); }
// temp - this should be passed what the editor created, or null public void addScenario(IContext editor) throws ThinklabException { /* * if editor is not null, do something */ sceditor.setVisible(false); browser.setVisible(true); }