Package org.cipotato.intimap.actions

Examples of org.cipotato.intimap.actions.AddNewMarkerSet


    register(exportAction);
   
    exitAction = ActionFactory.QUIT.create(window);
    register(exitAction);
   
    addNewMarkerSetAction = new AddNewMarkerSet(window);
    register(addNewMarkerSetAction);
   
    preferenceAction = ActionFactory.PREFERENCES.create(window);
    register(preferenceAction);
   
View Full Code Here

TOP

Related Classes of org.cipotato.intimap.actions.AddNewMarkerSet

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.