Uses of Interface
com.solibri.smc.api.communication.Slide
Package
Description
-
Uses of Slide in com.solibri.smc.api.bcflive
Modifier and TypeMethodDescriptionBcfApi.getExportedSlides
(Set<UUID> exportedIds) Gets from current Solibri model Slide instances that have already been exported with one of the given IDs.Gets slides from current Solibri model Slide instances with the given IDs. -
Uses of Slide in com.solibri.smc.api.checking
Modifier and TypeMethodDescriptionResult.getComponentSlides()
Get slides related to components in checking results.Result.getSlide()
Returns theSlide
based on this checking results, if on has been created.ResultCategory.getSlide()
Returns theSlide
related to this result category, if one exists.Deprecated.Sets the relatedSlide
for this result category and returns the possible previous related slide. -
Uses of Slide in com.solibri.smc.api.communication
Modifier and TypeMethodDescriptionPresentation.getSlides()
Returns all the issues in this presentation.Modifier and TypeMethodDescriptionboolean
Adds the given slide to this presentation.boolean
Presentation.removeSlide
(Slide slide) Removes the given slide from this presentation. -
Uses of Slide in com.solibri.smc.api.internal.listeners
Modifier and TypeMethodDescriptionvoid
SlideModifiedListener.commentAdded
(Slide slide, Comment comment) Called when comment is added to the given slide.void
SlideModifiedListener.commentAdded
(Slide slide, Viewpoint viewpoint, Comment comment) Called when comment is added to the given slide.void
SlideModifiedListener.commentModified
(Slide slide, Comment comment) This method is called, when comment of a slide is modified.void
SlideModifiedListener.commentModified
(Slide slide, Viewpoint viewpoint, Comment comment) This method is called, when comment of a slide is modified.void
SlideModifiedListener.commentRemoved
(Slide slide, Viewpoint viewpoint, String commentId) This method is called, when comment of a viewpoint is removed.void
SlideModifiedListener.commentRemoved
(Slide slide, String commentId) This method is called, when comment of a slide is removed.void
SlideModifiedListener.componentsAdded
(Slide slide, Collection<Component> addedComponents) This method is called when components are added to a slide.void
SlideModifiedListener.componentsRemoved
(Slide slide, Collection<Component> removedComponents) This method is called when components are removed from a slide.void
SlideModifiedListener.slideRemoved
(Slide slide) This method is called when slide is removed.void
SlideModifiedListener.viewpointAdded
(Slide slide, Viewpoint viewpoint) Called when viewpoint is added to the given slide.void
SlideModifiedListener.viewpointRemoved
(Slide slide, String viewpointId) Called when viewpoint is removed from the given slide.void
SlideModifiedListener.viewpointUpdated
(Slide slide, Viewpoint viewpoint) Called when the given viewpoint is updated.Modifier and TypeMethodDescriptionvoid
SlideModifiedListener.descriptionModified
(List<Slide> slides) Called when description of the given slides is modified.void
SlideModifiedListener.dueDateModified
(List<Slide> slides) Called when due date of the given slides is modified.void
SlideModifiedListener.labelsModified
(List<Slide> slides) Called when labels of the given slides are modified.void
SlideModifiedListener.priorityModified
(List<Slide> slides) Called when priority of the given slides is modified.void
SlideModifiedListener.responsibilitiesModified
(List<Slide> slides) Called when responsibilities of the given slides are modified.void
SlideModifiedListener.stageModified
(List<Slide> slides) Called when stage of the given slides is modified.void
SlideModifiedListener.statusModified
(List<Slide> slides) Called when status of the given slides is modified.void
SlideModifiedListener.titleModified
(List<Slide> slides) Called when title of the given slides is modified.void
SlideModifiedListener.typeModified
(List<Slide> slides) Called when type of the given slides is modified. -
Uses of Slide in com.solibri.smc.api.ui.views.checkingresults
Modifier and TypeMethodDescriptionCheckingResultsViewRow.getSlide()
Returns the slide that might relate to this row.Modifier and TypeMethodDescriptionvoid
CheckingResultsView.chooseRows
(Collection<Slide> slides) Choose rows based on slides. -
Uses of Slide in com.solibri.smc.api.ui.views.issues
Modifier and TypeMethodDescriptionIssuesView.getAllSlides()
Returns all the issues in this view.IssuesView.getMarkedSlides()
Returns all the marked issues in this view.IssuesView.getSelectedSlides()
Returns all the selected issues in this view.