Package net.sourceforge.processdash.tool.prefs

Examples of net.sourceforge.processdash.tool.prefs.OpenPreferencesDialogAction


    JMenu toolMenu = new JMenu(resources.getString(TOOL_MENU));
    List extensionItems = ExtensionManager.getExecutableExtensions(
        "toolsMenuItem", parent);
    Collections.sort(extensionItems, new ToolMenuItemComparator());
   
    toolMenu.add(new OpenPreferencesDialogAction(parent));
    toolMenu.add(new OfflineModeToggleMenuItem(parent.getWorkingDirectory()));
    addToolExtensions(toolMenu, extensionItems, "prefs");
    toolMenu.addSeparator();

    if (personalMode)
View Full Code Here

TOP

Related Classes of net.sourceforge.processdash.tool.prefs.OpenPreferencesDialogAction

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.