public abstract class AbstractEditorFactory extends Object implements EditorFactory
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractEditorFactory(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
JEditor |
create(ScriptingUnit unit) |
protected abstract JEditor |
doCreate(ScriptingUnit unit) |
String |
getDescription() |
String |
getName() |
int |
getPriority() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanCreatepublic String getName()
getName in interface EditorFactorypublic String getDescription()
getDescription in interface EditorFactorypublic int getPriority()
getPriority in interface EditorFactorypublic JEditor create(ScriptingUnit unit)
create in interface EditorFactoryprotected abstract JEditor doCreate(ScriptingUnit unit)