Package org.apache.geronimo.st.ui.pages

Examples of org.apache.geronimo.st.ui.pages.DeploymentPlanSourcePage


    public final void doSaveAs() {
        // do nothing
    }

    protected void addSourcePage() throws PartInitException {
        DeploymentPlanSourcePage source = new DeploymentPlanSourcePage(this);
        int index = addPage(source, getEditorInput());
        setPageText(index, Messages.editorTabSource);
    }
View Full Code Here

TOP

Related Classes of org.apache.geronimo.st.ui.pages.DeploymentPlanSourcePage

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.