Class HistoryDialog

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

public class HistoryDialog extends JDialog
A JDialog that is used to display ROI audit-trail information as a table.
See Also:
  • Constructor Details

    • HistoryDialog

      public HistoryDialog(JDialog parentDialog)
      Creates a HistoryDialog with a JDialog as its parent.
      Parameters:
      parentDialog - the JDialog that is the parent of this dialog.
  • Method Details

    • getPreferredSize

      public Dimension getPreferredSize()
      Overrides:
      getPreferredSize in class Container
    • showHistory

      public void showHistory()
      Clear the history displayed.
    • showHistory

      public void showHistory(ROI roi)
      Shows the creation/modification/deletion history of the specified ROI.
      Parameters:
      roi - the ROI for which to show history.