Interface ConfigStepMenu.LatestChangesItem
- All Superinterfaces:
ConfigStepMenu.Item
- Enclosing interface:
- ConfigStepMenu
Adds a menu item for showing the latest changes to models and symbols.
XML tag: "latest-changes"
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Boolean indicating whether the results should be shown directly in the menu or in a new window.void
setShowResults
(boolean showResults)
-
Method Details
-
isShowResults
boolean isShowResults()Boolean indicating whether the results should be shown directly in the menu or in a new window. XML tag: "show-results"- Returns:
- Boolean indicating whether the results should be shown directly in the menu or in a new window.
-
setShowResults
void setShowResults(boolean showResults)
-