Examples of PHPInformationHierarchyProvider


Examples of org.eclipse.php.internal.ui.text.PHPInformationHierarchyProvider

    InformationPresenter presenter = new InformationPresenter(
        getHierarchyPresenterControlCreator());
    presenter
        .setDocumentPartitioning(getConfiguredDocumentPartitioning(viewer));
    presenter.setAnchor(AbstractInformationControlManager.ANCHOR_GLOBAL);
    IInformationProvider provider = new PHPInformationHierarchyProvider(
        viewer.getTextEditor(), doCodeResolve);
    presenter.setInformationProvider(provider,
        PHPPartitionTypes.PHP_DEFAULT);
    presenter.setSizeConstraints(50, 20, true, false);
    return presenter;
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.