Package org.eclipse.ui

Examples of org.eclipse.ui.IFolderLayout.addPlaceholder()


    //bottomFolder.addView(PerspectiveFactory.ID_BINDINGS);
    bottomFolder.addView(IConsoleConstants.ID_CONSOLE_VIEW);
    bottomFolder.addView(JavaUI.ID_JAVADOC_VIEW);
    bottomFolder.addView(JavaUI.ID_SOURCE_VIEW);
    bottomFolder.addPlaceholder(NewSearchUI.SEARCH_VIEW_ID);
    bottomFolder.addPlaceholder(IConsoleConstants.ID_CONSOLE_VIEW);
    bottomFolder.addPlaceholder(IPageLayout.ID_BOOKMARKS);
    bottomFolder.addPlaceholder(IProgressConstants.PROGRESS_VIEW_ID);

    layout.addView(IPageLayout.ID_OUTLINE, IPageLayout.RIGHT, (float) 0.75, editorArea);
View Full Code Here


    bottomFolder.addView(IConsoleConstants.ID_CONSOLE_VIEW);
    bottomFolder.addView(JavaUI.ID_JAVADOC_VIEW);
    bottomFolder.addView(JavaUI.ID_SOURCE_VIEW);
    bottomFolder.addPlaceholder(NewSearchUI.SEARCH_VIEW_ID);
    bottomFolder.addPlaceholder(IConsoleConstants.ID_CONSOLE_VIEW);
    bottomFolder.addPlaceholder(IPageLayout.ID_BOOKMARKS);
    bottomFolder.addPlaceholder(IProgressConstants.PROGRESS_VIEW_ID);

    layout.addView(IPageLayout.ID_OUTLINE, IPageLayout.RIGHT, (float) 0.75, editorArea);

    layout.addActionSet(IDebugUIConstants.LAUNCH_ACTION_SET);
View Full Code Here

    bottomFolder.addView(JavaUI.ID_JAVADOC_VIEW);
    bottomFolder.addView(JavaUI.ID_SOURCE_VIEW);
    bottomFolder.addPlaceholder(NewSearchUI.SEARCH_VIEW_ID);
    bottomFolder.addPlaceholder(IConsoleConstants.ID_CONSOLE_VIEW);
    bottomFolder.addPlaceholder(IPageLayout.ID_BOOKMARKS);
    bottomFolder.addPlaceholder(IProgressConstants.PROGRESS_VIEW_ID);

    layout.addView(IPageLayout.ID_OUTLINE, IPageLayout.RIGHT, (float) 0.75, editorArea);

    layout.addActionSet(IDebugUIConstants.LAUNCH_ACTION_SET);
    layout.addActionSet(JavaUI.ID_ACTION_SET);
View Full Code Here

    rightFolder.addView(ID_FALSENEGATIVEVIEW);
    // Folder
    IFolderLayout folder = layout.createFolder("left", IPageLayout.LEFT, (float) 0.2, editorArea); //$NON-NLS-1$   

    folder.addView(SCRIPT_EXPLORER);
    folder.addPlaceholder(IPageLayout.ID_BOOKMARKS);

    // Output folder
    IFolderLayout outputFolder = layout.createFolder(
            "bottom", IPageLayout.BOTTOM, (float) 0.75, editorArea); //$NON-NLS-1$
View Full Code Here

    outputFolder.addView(IPageLayout.ID_TASK_LIST);
    outputFolder.addView(SELECTION_VIEW);
    outputFolder.addView(ANNOTATION_EDITOR);
    outputFolder.addView(ID_TESTING_VIEW);

    outputFolder.addPlaceholder(IPageLayout.ID_BOOKMARKS);
    outputFolder.addPlaceholder(IProgressConstants.PROGRESS_VIEW_ID);
  }

  protected void addPerspectiveShotcuts(IPageLayout layout) {
    layout.addPerspectiveShortcut("org.eclipse.debug.ui.DebugPerspective");
View Full Code Here

    outputFolder.addView(SELECTION_VIEW);
    outputFolder.addView(ANNOTATION_EDITOR);
    outputFolder.addView(ID_TESTING_VIEW);

    outputFolder.addPlaceholder(IPageLayout.ID_BOOKMARKS);
    outputFolder.addPlaceholder(IProgressConstants.PROGRESS_VIEW_ID);
  }

  protected void addPerspectiveShotcuts(IPageLayout layout) {
    layout.addPerspectiveShortcut("org.eclipse.debug.ui.DebugPerspective");
  }
View Full Code Here

    // Folder
    IFolderLayout folder = layout.createFolder("left", IPageLayout.LEFT, (float) 0.2, editorArea); //$NON-NLS-1$   

    folder.addView(SCRIPT_EXPLORER);
    folder.addPlaceholder(IPageLayout.ID_BOOKMARKS);

    // Output folder
    IFolderLayout outputFolder = layout.createFolder(
            "bottom", IPageLayout.BOTTOM, (float) 0.75, editorArea); //$NON-NLS-1$
View Full Code Here

    outputFolder.addView(SELECTION_VIEW);
    outputFolder.addView(TEXTRULER);
    outputFolder.addView(ANNOTATION_TESTING);
    outputFolder.addView(QUERY);

    outputFolder.addPlaceholder(IConsoleConstants.ID_CONSOLE_VIEW);
    outputFolder.addPlaceholder(IPageLayout.ID_BOOKMARKS);
    outputFolder.addPlaceholder(IProgressConstants.PROGRESS_VIEW_ID);
  }

  protected void addPerspectiveShotcuts(IPageLayout layout) {
View Full Code Here

    outputFolder.addView(TEXTRULER);
    outputFolder.addView(ANNOTATION_TESTING);
    outputFolder.addView(QUERY);

    outputFolder.addPlaceholder(IConsoleConstants.ID_CONSOLE_VIEW);
    outputFolder.addPlaceholder(IPageLayout.ID_BOOKMARKS);
    outputFolder.addPlaceholder(IProgressConstants.PROGRESS_VIEW_ID);
  }

  protected void addPerspectiveShotcuts(IPageLayout layout) {
    layout.addPerspectiveShortcut("org.apache.uima.ruta.ide.ui.explainPerspective");
View Full Code Here

    outputFolder.addView(ANNOTATION_TESTING);
    outputFolder.addView(QUERY);

    outputFolder.addPlaceholder(IConsoleConstants.ID_CONSOLE_VIEW);
    outputFolder.addPlaceholder(IPageLayout.ID_BOOKMARKS);
    outputFolder.addPlaceholder(IProgressConstants.PROGRESS_VIEW_ID);
  }

  protected void addPerspectiveShotcuts(IPageLayout layout) {
    layout.addPerspectiveShortcut("org.apache.uima.ruta.ide.ui.explainPerspective");
  }
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.