Package de.fu_berlin.inf.dpp.ui.widgets.explanation

Examples of de.fu_berlin.inf.dpp.ui.widgets.explanation.SimpleExplanationComposite$SimpleExplanation


     * @param style
     */
    public SimpleExplanatoryComposite(Composite parent, int style) {
        super(parent, style & ~(SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER));

        this.simpleExplanationComposite = new SimpleExplanationComposite(this,
            style & (SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER));
    }
View Full Code Here

TOP

Related Classes of de.fu_berlin.inf.dpp.ui.widgets.explanation.SimpleExplanationComposite$SimpleExplanation

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.