Package org.locationtech.udig.catalog.ui.export

Examples of org.locationtech.udig.catalog.ui.export.CatalogExport.open()


                final ExportResourceSelectionState layerState = new ExportResourceSelectionState(selection);
               
                CatalogExport exp = new MapSaveStrategy(layerState, mapEditor);

                // open the export dialog
                exp.open();
                
                // Since dialog is opened after this returns return cancelled and we'll make sure the MapSaveStrategy will clear the
                // dirty state if the export takes place.
               
                return Result.EXPORT_WIZARD_RUNNING;
View Full Code Here


                final ExportResourceSelectionState layerState = new ExportResourceSelectionState(selection);
               
                CatalogExport exp = new MapPaletteSaveStrategy(layerState, mapEditor);

                // open the export dialog
                exp.open();
                
                // Since dialog is opened after this returns return cancelled and we'll make sure the MapSaveStrategy will clear the
                // dirty state if the export takes place.
               
                return Result.EXPORT_WIZARD_RUNNING;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.