Class RevisionCompareView

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.tweetyproject.beliefdynamics.gui.RevisionCompareView
All Implemented Interfaces:
ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible

public class RevisionCompareView extends JPanel implements PropertyChangeListener
The default view for a revision compare. This class is responsible to create the hierarchy of widgets and delegates its inputs to the RevisionComparePresenter. Everytime an update occurs the output of the revision is updated.
Author:
Tim Janus
See Also:
  • Constructor Details

    • RevisionCompareView

      public RevisionCompareView()
      Default Ctor: Creates the view
  • Method Details

    • propertyChange

      public void propertyChange(PropertyChangeEvent evt)
      Reacts to property change events to keep the view up to date. The presenter is responsible to register the view at the correct data-model.
      Specified by:
      propertyChange in interface PropertyChangeListener