Class SACustomTableRowInsertionDialog

  • All Implemented Interfaces:
    java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.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:
    Serialized Form
    • Constructor Detail

      • SACustomTableRowInsertionDialog

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

      • 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.