Package ca.phon.app.opgraph.wizard
Class ResultTableUtil
java.lang.Object
ca.phon.app.opgraph.wizard.ResultTableUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
openEditorAtResult
(Project project, TableDataSource table, int row) This method will attempt to display a session editor with highlighted results given a table which contains the appropriate column names and data.static void
openEditorAtResult
(TableDataSource table, int row)
-
Constructor Details
-
ResultTableUtil
public ResultTableUtil()
-
-
Method Details
-
openEditorAtResult
-
openEditorAtResult
This method will attempt to display a session editor with highlighted results given a table which contains the appropriate column names and data. Required columns:- Session
- Record/Record #
- Result
- Parameters:
table
-row
-
-