Package org.openstreetmap.josm.actions

Examples of org.openstreetmap.josm.actions.HelpAction


     */
    private static Action getHelpAction() {
        if (Main.main != null && Main.main.menu != null) {
            return Main.main.menu.help;
        }
        return new HelpAction();
    }
View Full Code Here

TOP

Related Classes of org.openstreetmap.josm.actions.HelpAction

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.