Class ModuleInfoWindow

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class ModuleInfoWindow extends InfoWindow
This window is for presenting information about the selected module. If no module is selected, a brief message is put into the window.
See Also:
  • Constructor Details

    • ModuleInfoWindow

      public ModuleInfoWindow(App app, JhoveBase base, Module module)
      Constructor.
      Parameters:
      app - The associated App object.
      base - The associated JhoveBase object.
      module - The Module whose information is to be presented.
  • Method Details

    • showModule

      public void showModule(Module module)
      Formats and presents the module information in the window.