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 SummaryFieldsModifier 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 SummaryModifier and TypeMethodDescriptionReturns the internal Solibri checking results view.Returns the internal Solibri checking view.Returns the internal Solibri issues view.
- 
Field Details- 
MODEL_TREE_VIEWThe model tree view.- Since:
- 9.10.8
 
- 
THREED_VIEWThe 3D view.- Since:
- 9.10.8
 
- 
INFO_VIEWThe component info view.- Since:
- 9.10.8
 
- 
SELECTION_VIEWThe selection basket view.- Since:
- 9.10.8
 
- 
RESULT_SUMMARY_VIEWThe checking result summary view.- Since:
- 9.10.8
 
- 
RULESETS_VIEWThe checking ruleset definition view.- Since:
- 9.10.8
 
- 
CHECKING_RESULTS_VIEWThe checking results view.- Since:
- 9.10.8
 
- 
FILTERING_VIEWThe filtering view.- Since:
- 9.10.8
 
- 
CLASSIFICATION_VIEWThe classification view.- Since:
- 9.10.8
 
- 
PRESENTATION_VIEWThe presentation view.- Since:
- 9.10.8
 
- 
ISSUES_VIEWThe issues view.- Since:
- 9.10.8
 
- 
ISSUE_DETAILS_VIEWThe issue details view.- Since:
- 9.10.8
 
- 
ISSUE_SORTER_VIEWThe issue sorter view.- Since:
- 9.10.8
 
- 
INFORMATION_TAKEOFF_VIEWThe information takeoff view.- Since:
- 9.10.8
 
- 
CHECKED_COMPONENTS_VIEWThe checked components view.- Since:
- 9.10.8
 
- 
COMPARTMENTATION_VIEWThe compartmentation view.- Since:
- 9.10.8
 
- 
USER_DEFINED_RELATIONS_VIEWThe user-defined relations view.- Since:
- 9.10.8
 
- 
HYPERLINK_VIEWThe hyperlink view.- Since:
- 9.10.8
 
- 
PARAMETERS_VIEWThe parameters view.- Since:
- 9.12.7
 
 
- 
- 
Method Details- 
getCheckingViewCheckingView getCheckingView()Returns the internal Solibri checking view.- Returns:
- the checking view
- Since:
- 9.12.0
 
- 
getCheckingResultsViewCheckingResultsView getCheckingResultsView()Returns the internal Solibri checking results view.- Returns:
- the checking view
- Since:
- 9.12.0
 
- 
getIssuesViewIssuesView getIssuesView()Returns the internal Solibri issues view.- Returns:
- the issues view
- Since:
- 9.12.0
 
 
-