Module org.jpo
Package org.jpo.gui

Class PictureFrameController

java.lang.Object
org.jpo.gui.PictureFrameController
All Implemented Interfaces:
PictureInfoChangeListener

public class PictureFrameController extends Object implements PictureInfoChangeListener
This class manages the PictureFrame. It is controlled by the PictureViewer which concerns itself with which picture to show from the Navigator. The PictureFrameController handles showing the picture and the description. It listens to PictureInfoChangeEvents so that it can update views when things change. It can also write description changes back to the model.
  • Constructor Details

    • PictureFrameController

      public PictureFrameController()
  • Method Details