Package org.eclipse.sapphire.ui.forms.swt

Examples of org.eclipse.sapphire.ui.forms.swt.SapphireForm


        parent.setBackgroundMode( SWT.INHERIT_DEFAULT );
        parent.setLayout( glayout( 1, 0, 0 ) );
       
        this.operation = FileBugReportOp.TYPE.instantiate();
       
        final SapphireForm control = new SapphireForm
        (
            parent, this.operation.getBugReport(),
            DefinitionLoader.context( FileBugReportOp.class ).sdef( "EzBug" ).form( "BugReportFormScrolled" )
        );

        control.setLayoutData( gdfill() );
    }
View Full Code Here

TOP

Related Classes of org.eclipse.sapphire.ui.forms.swt.SapphireForm

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.