Uses of Class
ca.phon.app.opgraph.editor.OpgraphEditorModel
Packages that use OpgraphEditorModel
Package
Description
-
Uses of OpgraphEditorModel in ca.phon.app.opgraph.analysis
Subclasses of OpgraphEditorModel in ca.phon.app.opgraph.analysisModifier and TypeClassDescriptionclass
opgraph editor model for analysis graphs.Classes in ca.phon.app.opgraph.analysis that implement interfaces with type arguments of type OpgraphEditorModelMethods in ca.phon.app.opgraph.analysis that return types with arguments of type OpgraphEditorModel -
Uses of OpgraphEditorModel in ca.phon.app.opgraph.editor
Methods in ca.phon.app.opgraph.editor that return OpgraphEditorModelModifier and TypeMethodDescriptionEditorModelInstantiator.createModel
(ca.phon.opgraph.OpGraph graph) Create model with the given graph.OpgraphEditorModelFactory.fromGraph
(ca.phon.opgraph.OpGraph graph) Create a newOpgraphEditorModel
from the givenOpGraph
.OpgraphEditorModelFactory.fromType
(Class<? extends OpgraphEditorModel> modelType) OpgraphEditor.getModel()
SimpleEditor.getModel()
SimpleEditorPanel.getModel()
Methods in ca.phon.app.opgraph.editor that return types with arguments of type OpgraphEditorModelModifier and TypeMethodDescriptionMap
<Class<? extends OpgraphEditorModel>, IPluginExtensionFactory<? extends OpgraphEditorModel>> OpgraphEditorModelFactory.availableFactories()
Map
<Class<? extends OpgraphEditorModel>, IPluginExtensionFactory<? extends OpgraphEditorModel>> OpgraphEditorModelFactory.availableFactories()
List
<Class<? extends OpgraphEditorModel>> OpgraphEditorModelFactory.availableModelTypes()
Return a list of available models types.Methods in ca.phon.app.opgraph.editor with parameters of type OpgraphEditorModelMethod parameters in ca.phon.app.opgraph.editor with type arguments of type OpgraphEditorModelModifier and TypeMethodDescriptionOpgraphEditorModelFactory.fromType
(Class<? extends OpgraphEditorModel> modelType) Constructors in ca.phon.app.opgraph.editor with parameters of type OpgraphEditorModel -
Uses of OpgraphEditorModel in ca.phon.app.opgraph.macro
Subclasses of OpgraphEditorModel in ca.phon.app.opgraph.macroClasses in ca.phon.app.opgraph.macro that implement interfaces with type arguments of type OpgraphEditorModelMethods in ca.phon.app.opgraph.macro that return types with arguments of type OpgraphEditorModel -
Uses of OpgraphEditorModel in ca.phon.app.opgraph.report
Subclasses of OpgraphEditorModel in ca.phon.app.opgraph.reportClasses in ca.phon.app.opgraph.report that implement interfaces with type arguments of type OpgraphEditorModelMethods in ca.phon.app.opgraph.report that return types with arguments of type OpgraphEditorModel -
Uses of OpgraphEditorModel in ca.phon.app.opgraph.syllabifier
Subclasses of OpgraphEditorModel in ca.phon.app.opgraph.syllabifierModifier and TypeClassDescriptionclass
Editor model for syllabifiers implemented with opgraph.Classes in ca.phon.app.opgraph.syllabifier that implement interfaces with type arguments of type OpgraphEditorModelMethods in ca.phon.app.opgraph.syllabifier that return types with arguments of type OpgraphEditorModel