Class TrashDialog

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

public class TrashDialog extends JDialog
The dialog displaying the list of snapshot sets, allowing the user to choose which sets to delete.
Author:
Zleurtor
See Also:
  • Constructor Details

    • TrashDialog

      public TrashDialog(Window window)
      Constructs a new dialog having the specified window as owner.
      Parameters:
      window - The Window from which the dialog is displayed.
  • Method Details

    • getSelectedSnapshotSets

      public File[] getSelectedSnapshotSets()
      Returns the sets of snapshots selected by the user.
      Returns:
      The sets of snapshots selected by the user.
    • setSnapshotSets

      public void setSnapshotSets(File[] snapshotSets)
      Set a new list of snapshot sets.
      Parameters:
      snapshotSets - The new snapshot sets to set.