Interface CheckingResultsView
- All Superinterfaces:
- View
Provides access to the Solibri internal checking results view.
- Since:
- 9.12.0
- 
Method SummaryModifier and TypeMethodDescriptionvoidchooseRows(Collection<Slide> slides) Choose rows based on slides.voidchooseRows(Set<CheckingResultsViewRow> rows) Chooses the given rows in the UI.Returns the currently chosen rows.Returns the hyperlink column of this view.Returns the main column of this view.Returns the viewpoint column of this view.voidhideCustomColumn(String uniqueID) Hides the custom column with the given unique id.voidshowCustomColumn(String uniqueID) Shows the custom column with the given unique id.Methods inherited from interface com.solibri.smc.api.ui.ViewgetIcon, getLocalizedResource, getName, getToolBar, getUniqueId, initializePanel, onApplicationExit, onBasketSelectionChanged, onCheckingEnded, onCheckingStarted, onComponentChosen, onComponentsHidden, onComponentsZoomedTo, onItoFinished, onItoStarted, onModelClosed, onModelLoaded, onModelModified, onRulesetAdded, onRulesetRemoved, onSettingsChanged, onSubModelAdded, onSubModelUpdated, onViewShown
- 
Method Details- 
getChosenRowsSet<CheckingResultsViewRow> getChosenRows()Returns the currently chosen rows.- Returns:
- the chosen rows
- Since:
- 9.12.0
 
- 
chooseRowsChooses the given rows in the UI. Does NOT keep the previous selection in addition to the given rows.- Parameters:
- rows- the rows to be selected
- Since:
- 9.12.0
 
- 
getMainColumnMainColumn getMainColumn()Returns the main column of this view.- Returns:
- the main column
- Since:
- 9.12.0
 
- 
getHyperlinkColumnHyperlinkColumn getHyperlinkColumn()Returns the hyperlink column of this view.- Returns:
- the hyperlink column
- Since:
- 9.12.0
 
- 
getViewpointColumnViewpointColumn getViewpointColumn()Returns the viewpoint column of this view.- Returns:
- the viewpoint column
- Since:
- 9.12.0
 
- 
chooseRowsChoose rows based on slides. If multiple slides are provided, they must represent results of the same Rule. If they aren't, only rows related to the first slide are chosen.- Parameters:
- slides- the slides
 
- 
showCustomColumnShows the custom column with the given unique id. If the column is already shown, this does nothing.- Parameters:
- uniqueID- the unique id of the custom column
- Since:
- 9.12.0
 
- 
hideCustomColumnHides the custom column with the given unique id. If the column is already hidden, this does nothing.- Parameters:
- uniqueID- the unique id of the custom column
- Since:
- 9.12.0
 
 
-