Class Report

All Implemented Interfaces:
edu.kit.ites.uuif.constants.Constants, edu.kit.ites.uuif.frames.UpdateFramesListener, KeyListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, InternalFrameListener, RootPaneContainer, WindowConstants

public class Report extends MCDA_Template
Author:
susan
See Also:
  • Field Details

    • KEY_DISPLAY_TITLE

      public static final String KEY_DISPLAY_TITLE
      Key for the display title option in the preferences.
      See Also:
    • DEFAULT_DISPLAY_TITLE

      public static final boolean DEFAULT_DISPLAY_TITLE
      Default value for the display title option in the preferences.
      See Also:
    • KEY_DISPLAY_TOC

      public static final String KEY_DISPLAY_TOC
      Key for the display table of contents option in the preferences.
      See Also:
    • DEFAULT_DISPLAY_TOC

      public static final boolean DEFAULT_DISPLAY_TOC
      Default value for the table of contents option in the preferences.
      See Also:
    • KEY_DISPLAY_OVERVIEW

      public static final String KEY_DISPLAY_OVERVIEW
      Key for the display overview option in the preferences.
      See Also:
    • DEFAULT_DISPLAY_OVERVIEW

      public static final boolean DEFAULT_DISPLAY_OVERVIEW
      Default value for the display overview option in the preferences.
      See Also:
    • KEY_DISPLAY_SUMMARY

      public static final String KEY_DISPLAY_SUMMARY
      Key for the display summary option in the preferences.
      See Also:
    • DEFAULT_DISPLAY_SUMMARY

      public static final boolean DEFAULT_DISPLAY_SUMMARY
      Default value for the display summary option in the preferences.
      See Also:
    • KEY_DISPLAY_STABILTIY

      public static final String KEY_DISPLAY_STABILTIY
      Key for the display stability option in the preferences.
      See Also:
    • DEFAULT_DISPLAY_STABILTIY

      public static final boolean DEFAULT_DISPLAY_STABILTIY
      Default value for the display stability option in the preferences.
      See Also:
    • KEY_DISPLAY_CORRELATION

      public static final String KEY_DISPLAY_CORRELATION
      Key for the display correlation option in the preferences.
      See Also:
    • DEFAULT_DISPLAY_CORRELATION

      public static final boolean DEFAULT_DISPLAY_CORRELATION
      Default value for the display correlation option in the preferences.
      See Also:
    • KEY_DISPLAY_DISTRIBUTION

      public static final String KEY_DISPLAY_DISTRIBUTION
      Key for the display distribution option in the preferences.
      See Also:
    • DEFAULT_DISPLAY_DISTRIBUTION

      public static final boolean DEFAULT_DISPLAY_DISTRIBUTION
      Default value for the display distribution option in the preferences.
      See Also:
    • KEY_DISPLAY_ENSEMBLE

      public static final String KEY_DISPLAY_ENSEMBLE
      Key for the display ensemble option in the preferences.
      See Also:
    • DEFAULT_DISPLAY_ENSEMBLE

      public static final boolean DEFAULT_DISPLAY_ENSEMBLE
      Default value for the display distribution option in the preferences.
      See Also:
    • KEY_EXPORT_PIE_CHART

      public static final String KEY_EXPORT_PIE_CHART
      Key for the display ensemble option in the preferences.
      See Also:
    • DEFAULT_EXPORT_PIE_CHART

      public static final boolean DEFAULT_EXPORT_PIE_CHART
      Default value for the display distribution option in the preferences.
      See Also:
    • KEY_EXPORT_BAR_CHART

      public static final String KEY_EXPORT_BAR_CHART
      Key for the display ensemble option in the preferences.
      See Also:
    • DEFAULT_EXPORT_BAR_CHART

      public static final boolean DEFAULT_EXPORT_BAR_CHART
      Default value for the display distribution option in the preferences.
      See Also:
    • KEY_EXPORT_STABILITY_CHART

      public static final String KEY_EXPORT_STABILITY_CHART
      Key for the display ensemble option in the preferences.
      See Also:
    • DEFAULT_EXPORT_STABILITY_CHART

      public static final boolean DEFAULT_EXPORT_STABILITY_CHART
      Default value for the display distribution option in the preferences.
      See Also:
  • Constructor Details

    • Report

      public Report(MCDA_GUI _main)
  • Method Details

    • updateLanguageLocally

      public void updateLanguageLocally()
      Updates the language
      Specified by:
      updateLanguageLocally in class edu.kit.ites.uuif.frames.Template<MCDA_Container,MCDA_GUI>
    • updateFrame

      public void updateFrame(Set<String> _changed)
      Specified by:
      updateFrame in class edu.kit.ites.uuif.frames.Template<MCDA_Container,MCDA_GUI>
    • discardOptionsChanges

      public void discardOptionsChanges()
      Specified by:
      discardOptionsChanges in class edu.kit.ites.uuif.frames.Template<MCDA_Container,MCDA_GUI>
    • commitOptionsChanges

      public void commitOptionsChanges()
      Specified by:
      commitOptionsChanges in class edu.kit.ites.uuif.frames.Template<MCDA_Container,MCDA_GUI>