Package org.locationtech.udig.project.ui.summary

Examples of org.locationtech.udig.project.ui.summary.SummaryControl


                ? Messages.LayerSummary_unknownBounds
                : LayerSummary.parseBounds(bounds)));
        data.add(new SummaryData(Messages.MapSummary_viewportBounds, LayerSummary.parseBounds(map
                .getViewportModel().getBounds())));

        summaryControl = new SummaryControl(data);
        return summaryControl.createControl(parent);
    }
View Full Code Here


            }
            schemaData.setChildren(children);
            data.add(schemaData);
        }

        summaryControl = new SummaryControl(data);
        return summaryControl.createControl(parent);
    }
View Full Code Here

TOP

Related Classes of org.locationtech.udig.project.ui.summary.SummaryControl

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.