Uses of Interface
com.solibri.smc.api.ui.views.checkingresults.CheckingResultsViewRow
-
Packages that use CheckingResultsViewRow Package Description com.solibri.smc.api.ui.views.checkingresults -
-
Uses of CheckingResultsViewRow in com.solibri.smc.api.ui.views.checkingresults
Methods in com.solibri.smc.api.ui.views.checkingresults that return CheckingResultsViewRow Modifier and Type Method Description static CheckingResultsViewRow
CheckingResultsViewRow. create(Result result)
static CheckingResultsViewRow
CheckingResultsViewRow. create(ResultCategory resultCategory)
static CheckingResultsViewRow
CheckingResultsViewRow. create(Result result, Component component)
Methods in com.solibri.smc.api.ui.views.checkingresults that return types with arguments of type CheckingResultsViewRow Modifier and Type Method Description Set<CheckingResultsViewRow>
CheckingResultsView. getChosenRows()
Returns the currently chosen rows.Method parameters in com.solibri.smc.api.ui.views.checkingresults with type arguments of type CheckingResultsViewRow Modifier and Type Method Description void
CheckingResultsView. chooseRows(Set<CheckingResultsViewRow> rows)
Chooses the given rows in the UI.
-