Package org.eclipse.ui.internal.util

Examples of org.eclipse.ui.internal.util.StatusLineContributionItem


    /**
     * Updates the text of the status line of the associated shell with the
     * current sequence.
     */
    private void updateStatusLines() {
        StatusLineContributionItem statusLine = getStatusLine();
        if (statusLine != null) {
            statusLine.setText(getCurrentSequence().format());
        }
    }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.internal.util.StatusLineContributionItem

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.