Class ReportOpGraphEditorModel
java.lang.Object
ca.phon.opgraph.app.GraphEditorModel
ca.phon.app.opgraph.editor.OpgraphEditorModel
ca.phon.app.opgraph.report.ReportOpGraphEditorModel
-
Nested Class Summary
Nested classes/interfaces inherited from class ca.phon.app.opgraph.editor.OpgraphEditorModel
OpgraphEditorModel.ViewLocation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JComponentGet the default folder when displaying the open/save dialog.getIconForView(String viewName) Get the view icongetInitialViewBounds(String viewName) Get initial view location as a rectangle.getNoun()Return the noun associated with the type of graph.getTitle()Return the editor title for the given model.protected Map<String, JComponent> protected WizardExtensionbooleanisInitiallyMinimized(String viewName) voidsetupContext(ca.phon.opgraph.OpContext context) Called just before starting debuging.Methods inherited from class ca.phon.app.opgraph.editor.OpgraphEditorModel
getAvailableViewNames, getCanvas, getLibraryView, getNodeSettings, getScriptNodeEditor, getView, getViewMinimizeLocation, validateMethods inherited from class ca.phon.opgraph.app.GraphEditorModel
getBreadcrumb, getConsolePanel, getDebugInfoPanel, getDocument, getGraphOutline, getMenuProviders, getNodeFieldsPanel, getNodeLibrary
-
Constructor Details
-
ReportOpGraphEditorModel
public ReportOpGraphEditorModel() -
ReportOpGraphEditorModel
public ReportOpGraphEditorModel(ca.phon.opgraph.OpGraph graph)
-
-
Method Details
-
getWizardExtension
-
getNoun
Description copied from class:OpgraphEditorModelReturn the noun associated with the type of graph. The first element of theTupleis the singleton version, while the second element is the plural. String should be returned as all lower case.- Specified by:
getNounin classOpgraphEditorModel- Returns:
- Tupleinvalid input: '<'String, String>
-
getViewMap
- Overrides:
getViewMapin classOpgraphEditorModel
-
getInitialViewBounds
Description copied from class:OpgraphEditorModelGet initial view location as a rectangle.- Overrides:
getInitialViewBoundsin classOpgraphEditorModel- Parameters:
viewName-- Returns:
- initial view rect
-
getIconForView
Description copied from class:OpgraphEditorModelGet the view icon- Overrides:
getIconForViewin classOpgraphEditorModel- Parameters:
viewName-- Returns:
- icon for view
-
isInitiallyMinimized
- Overrides:
isInitiallyMinimizedin classOpgraphEditorModel
-
getDebugSettings
-
setupContext
public void setupContext(ca.phon.opgraph.OpContext context) Description copied from class:OpgraphEditorModelCalled just before starting debuging.- Overrides:
setupContextin classOpgraphEditorModel- Parameters:
context-
-
getDefaultFolder
Description copied from class:OpgraphEditorModelGet the default folder when displaying the open/save dialog.- Overrides:
getDefaultFolderin classOpgraphEditorModel- Returns:
- folder path
-
getTitle
Description copied from class:OpgraphEditorModelReturn the editor title for the given model.- Specified by:
getTitlein classOpgraphEditorModel- Returns:
- title
-