Interface ConfigStepMenu.LatestChangesItem

All Superinterfaces:
ConfigStepMenu.Item
Enclosing interface:
ConfigStepMenu

public static interface ConfigStepMenu.LatestChangesItem extends ConfigStepMenu.Item
Adds a menu item for showing the latest changes to models and symbols. XML tag: "latest-changes"
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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)