Class NotesFieldExtension
java.lang.Object
ca.phon.app.session.editor.view.common.NotesFieldExtension
- All Implemented Interfaces:
IPluginExtensionPoint<TierEditor>
@TierEditorInfo(type=java.lang.String.class,
tierName="Notes")
public class NotesFieldExtension
extends Object
implements IPluginExtensionPoint<TierEditor>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
Get type of extensionGet factory for extension point objects
-
Constructor Details
-
NotesFieldExtension
public NotesFieldExtension()
-
-
Method Details
-
getExtensionType
Description copied from interface:IPluginExtensionPoint
Get type of extension- Specified by:
getExtensionType
in interfaceIPluginExtensionPoint<TierEditor>
-
getFactory
Description copied from interface:IPluginExtensionPoint
Get factory for extension point objects- Specified by:
getFactory
in interfaceIPluginExtensionPoint<TierEditor>
-