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
Modifier and TypeFieldDescriptionstatic final View
The checked components view.static final View
The checking results view.static final View
The classification view.static final View
The compartmentation view.static final View
The filtering view.static final View
The hyperlink view.static final View
The component info view.static final View
The information takeoff view.static final View
The issue details view.static final View
The issue sorter view.static final View
The issues view.static final View
The model tree view.static final View
The parameters view.static final View
The presentation view.static final View
The checking result summary view.static final View
The checking ruleset definition view.static final View
The selection basket view.static final View
The 3D view.static final View
The user-defined relations view. -
Method Summary
Modifier and TypeMethodDescriptionReturns the internal Solibri checking results view.Returns the internal Solibri checking view.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
-
PARAMETERS_VIEW
The parameters view.- Since:
- 9.12.7
-
-
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
-