Class SACustomTableRowInsertionDialog

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

@API(type=INTERNAL, src=PUBLIC) public class SACustomTableRowInsertionDialog extends OKCancelDialog
Dialog displayed when trying to customize row insertion (using "Insert Rows..."). It is used on standalone implementation.
See Also:
  • Constructor Details

    • SACustomTableRowInsertionDialog

      public SACustomTableRowInsertionDialog(JFrame parentFrame, AuthorResourceBundle resourceBundle)
      Constructor.
      Parameters:
      parentFrame - the parent frame
      resourceBundle - The resource bundle.
  • Method Details

    • showDialog

      public TableRowsInfo showDialog(TableRowsInfo previousTableRowsInfo)
      Show the dialog to customize the row insertion.
      Parameters:
      previousTableRowsInfo - the previous row information
      Returns:
      The TableRowsInfo object with informations about the row(s) to be inserted. If null, then the user canceled the custom row insertion.