Class SATableSplitCustomizerDialog

  • 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 SATableSplitCustomizerDialog
    extends OKCancelDialog
    Dialog that allows the user to choose the information necessary for the Split operation.
    See Also:
    Serialized Form
    • Constructor Detail

      • SATableSplitCustomizerDialog

        public SATableSplitCustomizerDialog​(java.awt.Frame parentFrame,
                                            AuthorResourceBundle authorResourceBundle,
                                            int maxColumns,
                                            int maxRows)
        Constructor.
        Parameters:
        parentFrame - The parent frame of the dialog.
        authorResourceBundle - The author resource bundle.It is used for translations.
        maxColumns - The maximum number of columns in which the current cell can be split.
        maxRows - The maximum number of rows in which the current cell can be split.
    • Method Detail

      • getSplitInformation

        public int[] getSplitInformation()
        Obtain the number of cells on split. (horizontally and vertically)
        Returns:
        The first element contains the number of columns and the second element contains the number of rows.