Class OKCancelDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants, HelpPageProvider
Direct Known Subclasses:
SACustomTableColumnInsertionDialog, SACustomTableRowInsertionDialog, SAIDElementsCustomizerDialog, SASortCustomizerDialog, SATableCustomizerDialog, SATablePropertiesCustomizerDialog

@API(type=INTERNAL, src=PUBLIC) public class OKCancelDialog extends OKCancelDialog
Dialog with OK and Cancel buttons.
See Also:
  • Constructor Details

    • OKCancelDialog

      public OKCancelDialog(JFrame parentFrame, String title, boolean modal)
      Constructor.
      Parameters:
      parentFrame - The parent frame. Can be null in which case it will be auto detected.
      title - The dialog title
      modal - True if modal
    • OKCancelDialog

      public OKCancelDialog(Frame parentFrame, String title, boolean modal)
      Constructor.
      Parameters:
      parentFrame - The parent frame. Can be null in which case it will be auto detected.
      title - The dialog title
      modal - True if modal