org.ocopomo.annotation.extension.editor
Class ExtendedMarkingEditorComponentFactory
java.lang.Object
org.ocopomo.annotation.presentation.MarkingEditorComponentFactory
org.ocopomo.annotation.extension.editor.ExtendedMarkingEditorComponentFactory
- All Implemented Interfaces:
- org.ocopomo.annotation.presentation.IMarkingEditorComponentFactory
public class ExtendedMarkingEditorComponentFactory
- extends org.ocopomo.annotation.presentation.MarkingEditorComponentFactory
Method Summary |
static org.ocopomo.annotation.presentation.IMarkingEditorComponentFactory |
getInstance()
|
org.ocopomo.annotation.presentation.IMarkingEditorComponent |
getMarkingEditorComponent(java.lang.String aFilePath)
|
static void |
register(java.lang.String extension,
java.lang.Class<?> clazz)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtendedMarkingEditorComponentFactory
public ExtendedMarkingEditorComponentFactory()
register
public static void register(java.lang.String extension,
java.lang.Class<?> clazz)
getInstance
public static org.ocopomo.annotation.presentation.IMarkingEditorComponentFactory getInstance()
getMarkingEditorComponent
public org.ocopomo.annotation.presentation.IMarkingEditorComponent getMarkingEditorComponent(java.lang.String aFilePath)
- Specified by:
getMarkingEditorComponent
in interface org.ocopomo.annotation.presentation.IMarkingEditorComponentFactory
- Overrides:
getMarkingEditorComponent
in class org.ocopomo.annotation.presentation.MarkingEditorComponentFactory