Package org.apache.tools.ant.gui.core

Examples of org.apache.tools.ant.gui.core.ProjectSelectionMenu


                f.getContentPane().add(BorderLayout.CENTER, gui);
                f.getContentPane().add(BorderLayout.NORTH,
                context.getActions().createToolBar());
               
                // Add the project selection menu.
                ProjectSelectionMenu ps = new ProjectSelectionMenu(context);
                ps.insertInto(menu);
               
                // Add debugging items.
                if(settings.isDebugMode()) {
                    context.getEventBus().addMember(
                    EventBus.VETOING, new EventDebugMonitor());
View Full Code Here

TOP

Related Classes of org.apache.tools.ant.gui.core.ProjectSelectionMenu

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.