Package org.apache.uima.caseditor.ide
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createInitialLayout
(org.eclipse.ui.IPageLayout layout) Define the initial layout of the Cas Editor Perspective
-
Field Details
-
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 interfaceorg.eclipse.ui.IPerspectiveFactory
-