Uses of Interface
com.solibri.smc.api.ui.View
-
-
Uses of View in com.solibri.smc.api
Methods in com.solibri.smc.api that return types with arguments of type View Modifier and Type Method Description static List<View>
SMC. getCustomViews()
Returns a list of custom views that are active in the software. -
Uses of View in com.solibri.smc.api.layout
Methods in com.solibri.smc.api.layout that return View Modifier and Type Method Description View
LayoutView. getView()
Returns the view that this layoutview holds. -
Uses of View in com.solibri.smc.api.ui.views
Fields in com.solibri.smc.api.ui.views declared as View Modifier and Type Field Description static View
InternalViews. CHECKED_COMPONENTS_VIEW
The checked components view.static View
InternalViews. CHECKING_RESULTS_VIEW
The checking results view.static View
InternalViews. CLASSIFICATION_VIEW
The classification view.static View
InternalViews. COMPARTMENTATION_VIEW
The compartmentation view.static View
InternalViews. FILTERING_VIEW
The filtering view.static View
InternalViews. HYPERLINK_VIEW
The hyperlink view.static View
InternalViews. INFO_VIEW
The component info view.static View
InternalViews. INFORMATION_TAKEOFF_VIEW
The information takeoff view.static View
InternalViews. ISSUE_DETAILS_VIEW
The issue details view.static View
InternalViews. ISSUE_SORTER_VIEW
The issue sorter view.static View
InternalViews. ISSUES_VIEW
The issues view.static View
InternalViews. MODEL_TREE_VIEW
The model tree view.static View
InternalViews. PRESENTATION_VIEW
The presentation view.static View
InternalViews. RESULT_SUMMARY_VIEW
The checking result summary view.static View
InternalViews. RULESETS_VIEW
The checking ruleset definition view.static View
InternalViews. SELECTION_VIEW
The selection basket view.static View
InternalViews. THREED_VIEW
The 3D view.static View
InternalViews. USER_DEFINED_RELATIONS_VIEW
The user-defined relations view. -
Uses of View in com.solibri.smc.api.ui.views.checking
Subinterfaces of View in com.solibri.smc.api.ui.views.checking Modifier and Type Interface Description interface
CheckingView
Provides access to the Solibri internal checking view. -
Uses of View in com.solibri.smc.api.ui.views.checkingresults
Subinterfaces of View in com.solibri.smc.api.ui.views.checkingresults Modifier and Type Interface Description interface
CheckingResultsView
Provides access to the Solibri internal checking results view. -
Uses of View in com.solibri.smc.api.ui.views.issues
Subinterfaces of View in com.solibri.smc.api.ui.views.issues Modifier and Type Interface Description interface
IssuesView
IssuesView represents the state of the internal Solibri Issues View that is ready-made in the software.
-