Package org.eclipse.egit.ui.internal.components

Examples of org.eclipse.egit.ui.internal.components.ToggleableWarningLabel


        .createComposite(commitMessageSection);
    commitMessageSection.setClient(commitMessageComposite);
    GridLayoutFactory.fillDefaults().numColumns(1)
        .applyTo(commitMessageComposite);

    warningLabel = new ToggleableWarningLabel(commitMessageComposite,
        SWT.NONE);
    GridDataFactory.fillDefaults().grab(true, false).exclude(true)
        .applyTo(warningLabel);

    Composite commitMessageTextComposite = toolkit
View Full Code Here

TOP

Related Classes of org.eclipse.egit.ui.internal.components.ToggleableWarningLabel

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.