Examples of LinkListExplainationComposite


Examples of de.fu_berlin.inf.dpp.ui.widgets.explanation.LinkListExplainationComposite

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

        this.explanationComposite = new LinkListExplainationComposite(this,
            style & (SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER));
    }
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.