Package ca.phon.phontalk.plugin
Class PhonTalkDebugViewFactory
java.lang.Object
ca.phon.phontalk.plugin.PhonTalkDebugViewFactory
- All Implemented Interfaces:
IPluginExtensionPoint<EditorView>
@EditorViewInfo(name="PhonTalk Debug",
category=PLUGINS,
icon="apps/phontalk")
public class PhonTalkDebugViewFactory
extends Object
implements IPluginExtensionPoint<EditorView>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
Get type of extensionGet factory for extension point objects
-
Constructor Details
-
PhonTalkDebugViewFactory
public PhonTalkDebugViewFactory()
-
-
Method Details
-
getExtensionType
Description copied from interface:IPluginExtensionPoint
Get type of extension- Specified by:
getExtensionType
in interfaceIPluginExtensionPoint<EditorView>
-
getFactory
Description copied from interface:IPluginExtensionPoint
Get factory for extension point objects- Specified by:
getFactory
in interfaceIPluginExtensionPoint<EditorView>
-