Package org.osm2world.viewer.control.actions

Examples of org.osm2world.viewer.control.actions.ReloadOSMAction


      new RecentFilesUpdater(recentFilesMenu, actionForFileFunction);
     
      JMenu subMenu = new JMenu("File");
      subMenu.setMnemonic(VK_F);
      subMenu.add(new OpenOSMAction(this, data, renderOptions));
      subMenu.add(new ReloadOSMAction(this, data, renderOptions, configFile));
      subMenu.add(recentFilesMenu);
      subMenu.add(new ExportObjAction(this, data, messageManager, renderOptions));
      subMenu.add(new ExportObjDirAction(this, data, messageManager, renderOptions));
      subMenu.add(new ExportPOVRayAction(this, data, messageManager, renderOptions));
      subMenu.add(new ExportScreenshotAction(this, data, messageManager, renderOptions));
View Full Code Here

TOP

Related Classes of org.osm2world.viewer.control.actions.ReloadOSMAction

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.