Package editor
Class EditorFactory
- java.lang.Object
-
- editor.EditorFactory
-
public class EditorFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EditorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EditorHostcreateEditor(java.nio.file.Path file, IScriptPartId partId)private static EditorHostcreateEditor(java.nio.file.Path file, IType type)private static GosuEditorinitEditorMode(java.nio.file.Path file, GosuEditor editor)
-
-
-
Method Detail
-
createEditor
public static EditorHost createEditor(java.nio.file.Path file, IScriptPartId partId)
-
createEditor
private static EditorHost createEditor(java.nio.file.Path file, IType type)
-
initEditorMode
private static GosuEditor initEditorMode(java.nio.file.Path file, GosuEditor editor)
-
-