org.ocopomo.annotation.extension.editor
Class ExtendedMarkingEditorComponentFactory

java.lang.Object
  extended by org.ocopomo.annotation.presentation.MarkingEditorComponentFactory
      extended by org.ocopomo.annotation.extension.editor.ExtendedMarkingEditorComponentFactory
All Implemented Interfaces:
org.ocopomo.annotation.presentation.IMarkingEditorComponentFactory

public class ExtendedMarkingEditorComponentFactory
extends org.ocopomo.annotation.presentation.MarkingEditorComponentFactory


Constructor Summary
ExtendedMarkingEditorComponentFactory()
           
 
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
 

Constructor Detail

ExtendedMarkingEditorComponentFactory

public ExtendedMarkingEditorComponentFactory()
Method Detail

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