Class ConfirmTabCloseDialog


  • public class ConfirmTabCloseDialog
    extends java.lang.Object
    Small dialog asking the user to confirm the close tab request
    Author:
    duncanc
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfirmTabCloseDialog​(java.awt.Component parent)  
    • Method Summary

      Modifier and Type Method Description
      boolean show()
      Shows the dialog and returns the true if the close was confirmed or false if the operation was canceled.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfirmTabCloseDialog

        public ConfirmTabCloseDialog​(java.awt.Component parent)
        Parameters:
        parent - component
    • Method Detail

      • show

        public boolean show()
        Shows the dialog and returns the true if the close was confirmed or false if the operation was canceled.
        Returns:
        flag