Package org.openstreetmap.josm.gui.dialogs.properties

Examples of org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog$AbstractCopyAction


        toolBarActions.setFloatable(false);

        // toolBarToggles, toggle dialog buttons
        LayerListDialog.createInstance(this);
        addToggleDialog(LayerListDialog.getInstance());
        addToggleDialog(propertiesDialog = new PropertiesDialog());
        addToggleDialog(selectionListDialog = new SelectionListDialog());
        addToggleDialog(relationListDialog = new RelationListDialog());
        addToggleDialog(new CommandStackDialog());
        addToggleDialog(new UserListDialog());
        addToggleDialog(new HistoryDialog(), true);
View Full Code Here

TOP

Related Classes of org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog$AbstractCopyAction

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.