Class SATableSplitCustomizerDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, 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:
  • Constructor Details

    • SATableSplitCustomizerDialog

      public SATableSplitCustomizerDialog(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 Details

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