| java.lang.Object org.eclipse.ui.internal.misc.ExternalEditor
ExternalEditor | public class ExternalEditor (Code) | | |
ExternalEditor | public ExternalEditor(IPath newFilePath, EditorDescriptor editorDescriptor)(Code) | | Create an external editor.
|
open | public void open() throws CoreException(Code) | | open the editor. If the descriptor has a program then use it - otherwise build its
info from the descriptor.
exception: Throws - a CoreException if the external editor could not be opened. |
openWithUserDefinedProgram | public void openWithUserDefinedProgram() throws CoreException(Code) | | open the editor.
exception: Throws - a CoreException if the external editor could not be opened. |
|
|