Class CasEditorPerspectiveFactory

java.lang.Object
org.apache.uima.caseditor.ide.CasEditorPerspectiveFactory
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

public class CasEditorPerspectiveFactory extends Object implements org.eclipse.ui.IPerspectiveFactory
This PerspectiveFactory generates the initial layout for the NLP perspective.
  • Field Details

    • ID

      public static String ID
      ID of the perspective factory. Use this ID for example in the plugin.xml file. Note: This id should also be changed, but that will break existing perspectives, and might confuse users.
  • Constructor Details

    • CasEditorPerspectiveFactory

      public CasEditorPerspectiveFactory()
  • Method Details

    • createInitialLayout

      public void createInitialLayout(org.eclipse.ui.IPageLayout layout)
      Define the initial layout of the Cas Editor Perspective
      Specified by:
      createInitialLayout in interface org.eclipse.ui.IPerspectiveFactory