Package ca.phon.app.opgraph.macro
Class MacroOpgraphEditorModel
java.lang.Object
ca.phon.opgraph.app.GraphEditorModel
ca.phon.app.opgraph.editor.OpgraphEditorModel
ca.phon.app.opgraph.macro.MacroOpgraphEditorModel
-
Nested Class Summary
Nested classes/interfaces inherited from class ca.phon.app.opgraph.editor.OpgraphEditorModel
OpgraphEditorModel.ViewLocation
-
Constructor Summary
-
Method Summary
Methods inherited from class ca.phon.app.opgraph.editor.OpgraphEditorModel
getAvailableViewNames, getCanvas, getDefaultFolder, getIconForView, getInitialViewBounds, getLibraryView, getNodeSettings, getScriptNodeEditor, getView, getViewMap, getViewMinimizeLocation, isInitiallyMinimized, setupContext, validate
Methods inherited from class ca.phon.opgraph.app.GraphEditorModel
getBreadcrumb, getConsolePanel, getDebugInfoPanel, getDocument, getGraphOutline, getMenuProviders, getNodeFieldsPanel, getNodeLibrary
-
Constructor Details
-
MacroOpgraphEditorModel
public MacroOpgraphEditorModel() -
MacroOpgraphEditorModel
public MacroOpgraphEditorModel(ca.phon.opgraph.OpGraph opgraph)
-
-
Method Details
-
getNoun
Description copied from class:OpgraphEditorModel
Return the noun associated with the type of graph. The first element of theTuple
is the singleton version, while the second element is the plural. String should be returned as all lower case.- Specified by:
getNoun
in classOpgraphEditorModel
- Returns:
- Tupleinvalid input: '<'String, String>
-
getTitle
Description copied from class:OpgraphEditorModel
Return the editor title for the given model.- Specified by:
getTitle
in classOpgraphEditorModel
- Returns:
- title
-