Class AnnotationEditingControlCreator
java.lang.Object
org.apache.uima.caseditor.editor.context.AnnotationEditingControlCreator
- All Implemented Interfaces:
org.eclipse.jface.text.IInformationControlCreator
public class AnnotationEditingControlCreator
extends Object
implements org.eclipse.jface.text.IInformationControlCreator
TODO: add javadoc here.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jface.text.IInformationControl
createInformationControl
(org.eclipse.swt.widgets.Shell parent) Creates the information control.
-
Constructor Details
-
AnnotationEditingControlCreator
public AnnotationEditingControlCreator()
-
-
Method Details
-
createInformationControl
public org.eclipse.jface.text.IInformationControl createInformationControl(org.eclipse.swt.widgets.Shell parent) Creates the information control.- Specified by:
createInformationControl
in interfaceorg.eclipse.jface.text.IInformationControlCreator
- Parameters:
parent
- the parent- Returns:
- the new control
-