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
FieldsModifier and TypeFieldDescriptionstatic final ViewThe checked components view.static final ViewThe checking results view.static final ViewThe classification view.static final ViewThe compartmentation view.static final ViewThe filtering view.static final ViewThe hyperlink view.static final ViewThe component info view.static final ViewThe information takeoff view.static final ViewThe issue details view.static final ViewThe issue sorter view.static final ViewThe issues view.static final ViewThe model tree view.static final ViewThe parameters view.static final ViewThe presentation view.static final ViewThe checking result summary view.static final ViewThe checking ruleset definition view.static final ViewThe selection basket view.static final ViewThe 3D view.static final ViewThe 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
-