Package com.volantis.mcs.eclipse.builder.editors.common

Examples of com.volantis.mcs.eclipse.builder.editors.common.AssetMetadataSection


     * @param parent The parent composite in which the section should be
     *               created
     */
    private void createAssetMetadataSection(Composite parent) {
        metadataSection =
                new AssetMetadataSection(parent, SWT.NONE, getContext(),
                        getComboDescriptors());

        GridData data = new GridData(GridData.FILL_HORIZONTAL | GridData.VERTICAL_ALIGN_BEGINNING);
        metadataSection.setLayoutData(data);
    }
View Full Code Here

TOP

Related Classes of com.volantis.mcs.eclipse.builder.editors.common.AssetMetadataSection

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.