Index: IEditorDescriptor.java =================================================================== RCS file: /home/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IEditorDescriptor.java,v retrieving revision 1.5 diff -u -r1.5 IEditorDescriptor.java --- IEditorDescriptor.java 10 Mar 2003 22:09:25 -0000 1.5 +++ IEditorDescriptor.java 30 Jun 2003 15:26:06 -0000 @@ -53,4 +53,12 @@ * @return the editor label */ public String getLabel(); +/** + * Returns a boolean indicating whether or not this editor + * is an editor internal to Eclipse or not. + * + * @return true if this editor is internal + * or false if not + */ +public boolean isInternal(); }