Package org.eclipse.ui.views.markers.internal

Examples of org.eclipse.ui.views.markers.internal.ContentGeneratorDescriptor


    String name = commandLine.getValue(Options.PROJECT_OPTION);
    boolean errorsOnly = commandLine.hasOption(Options.ERRORS_OPTION);
    IProject project = ProjectUtils.getProject(name);

    ContentGeneratorDescriptor descriptor =
      MarkerSupportRegistry.getInstance().getDefaultContentGenDescriptor();

    ExtendedMarkersView view = new ExtendedMarkersView(descriptor.getId());
    String viewId = IPageLayout.ID_PROBLEM_VIEW;
    MarkerContentGenerator generator = new MarkerContentGenerator(
        descriptor, new CachedMarkerBuilder(view), viewId);

    // hack to disable loading the gui configured filters
View Full Code Here

TOP

Related Classes of org.eclipse.ui.views.markers.internal.ContentGeneratorDescriptor

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.