Package org.eclipse.ui.about

Examples of org.eclipse.ui.about.ISystemSummarySection


            writer.println();
            writer.println(NLS.bind(WorkbenchMessages.SystemSummary_sectionTitle, element.getAttribute("sectionTitle") )); //$NON-NLS-1$

            if (obj instanceof ISystemSummarySection) {
                ISystemSummarySection logSection = (ISystemSummarySection) obj;
                logSection.write(writer);
            } else {
        writer.println(WorkbenchMessages.SystemSummary_sectionError);
      }
        }
    }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.about.ISystemSummarySection

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.