Package org.gvsig.scripting.swing.api
Class AbstractEditorFactory
java.lang.Object
org.gvsig.scripting.swing.api.AbstractEditorFactory
- All Implemented Interfaces:
EditorFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(ScriptingUnit unit) protected abstract JEditordoCreate(ScriptingUnit unit) getName()intMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.scripting.swing.api.EditorFactory
canCreate
-
Constructor Details
-
AbstractEditorFactory
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceEditorFactory
-
getDescription
- Specified by:
getDescriptionin interfaceEditorFactory
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceEditorFactory
-
create
- Specified by:
createin interfaceEditorFactory
-
doCreate
-