Interface ConfigStepMenu.NewRevisionsItem

All Superinterfaces:
ConfigStepMenu.Item
Enclosing interface:
ConfigStepMenu

public static interface ConfigStepMenu.NewRevisionsItem extends ConfigStepMenu.Item
Adds a menu item for showing models and symbols with new revisions. XML tag: "new-revisions"
  • 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)