Package com.solibri.smc.api.ui.views
Interface InternalViews
public interface InternalViews
Holds references to internal Solibri-defined views.
For those views that do not have getters, the static references can be used for layout defining purposes. For other
uses the getters should be used as they provide the full access to the view, querying the views state and possibly
also modifying the state.
- Since:
- 9.10.8
-
Field Summary
Fields Modifier and Type Field Description static View
CHECKED_COMPONENTS_VIEW
The checked components view.static View
CHECKING_RESULTS_VIEW
The checking results view.static View
CLASSIFICATION_VIEW
The classification view.static View
COMPARTMENTATION_VIEW
The compartmentation view.static View
FILTERING_VIEW
The filtering view.static View
HYPERLINK_VIEW
The hyperlink view.static View
INFO_VIEW
The component info view.static View
INFORMATION_TAKEOFF_VIEW
The information takeoff view.static View
ISSUE_DETAILS_VIEW
The issue details view.static View
ISSUE_SORTER_VIEW
The issue sorter view.static View
ISSUES_VIEW
The issues view.static View
MODEL_TREE_VIEW
The model tree view.static View
PRESENTATION_VIEW
The presentation view.static View
RESULT_SUMMARY_VIEW
The checking result summary view.static View
RULESETS_VIEW
The checking ruleset definition view.static View
SELECTION_VIEW
The selection basket view.static View
THREED_VIEW
The 3D view.static View
USER_DEFINED_RELATIONS_VIEW
The user-defined relations view. -
Method Summary
Modifier and Type Method Description CheckingResultsView
getCheckingResultsView()
Returns the internal Solibri checking results view.CheckingView
getCheckingView()
Returns the internal Solibri checking view.IssuesView
getIssuesView()
Returns the internal Solibri issues view.
-
Field Details
-
MODEL_TREE_VIEW
The model tree view.- Since:
- 9.10.8
-
THREED_VIEW
The 3D view.- Since:
- 9.10.8
-
INFO_VIEW
The component info view.- Since:
- 9.10.8
-
SELECTION_VIEW
The selection basket view.- Since:
- 9.10.8
-
RESULT_SUMMARY_VIEW
The checking result summary view.- Since:
- 9.10.8
-
RULESETS_VIEW
The checking ruleset definition view.- Since:
- 9.10.8
-
CHECKING_RESULTS_VIEW
The checking results view.- Since:
- 9.10.8
-
FILTERING_VIEW
The filtering view.- Since:
- 9.10.8
-
CLASSIFICATION_VIEW
The classification view.- Since:
- 9.10.8
-
PRESENTATION_VIEW
The presentation view.- Since:
- 9.10.8
-
ISSUES_VIEW
The issues view.- Since:
- 9.10.8
-
ISSUE_DETAILS_VIEW
The issue details view.- Since:
- 9.10.8
-
ISSUE_SORTER_VIEW
The issue sorter view.- Since:
- 9.10.8
-
INFORMATION_TAKEOFF_VIEW
The information takeoff view.- Since:
- 9.10.8
-
CHECKED_COMPONENTS_VIEW
The checked components view.- Since:
- 9.10.8
-
COMPARTMENTATION_VIEW
The compartmentation view.- Since:
- 9.10.8
-
USER_DEFINED_RELATIONS_VIEW
The user-defined relations view.- Since:
- 9.10.8
-
HYPERLINK_VIEW
The hyperlink view.- Since:
- 9.10.8
-
-
Method Details
-
getCheckingView
CheckingView getCheckingView()Returns the internal Solibri checking view.- Returns:
- the checking view
- Since:
- 9.12.0
-
getCheckingResultsView
CheckingResultsView getCheckingResultsView()Returns the internal Solibri checking results view.- Returns:
- the checking view
- Since:
- 9.12.0
-
getIssuesView
IssuesView getIssuesView()Returns the internal Solibri issues view.- Returns:
- the issues view
- Since:
- 9.12.0
-