Class SATablePropertiesCustomizerDialog

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

@API(type=INTERNAL, src=PUBLIC) public class SATablePropertiesCustomizerDialog extends OKCancelDialog
Dialog that allows the user to edit the table properties.
See Also:
  • Constructor Details

    • SATablePropertiesCustomizerDialog

      public SATablePropertiesCustomizerDialog(Frame parentFrame, AuthorResourceBundle authorResourceBundle, ColorThemeUtilities colorThemeUtilities)
      Constructor.
      Parameters:
      parentFrame - The parent frame of the dialog.
      authorResourceBundle - The author resource bundle.It is used for translations.
      colorThemeUtilities - The color theme.
  • Method Details

    • getTablePropertiesInformation

      public EditedTablePropertiesInfo getTablePropertiesInformation(EditedTablePropertiesInfo info)
      Obtain the table information.
      Parameters:
      info - The information used to customize the "Table Properties dialog"
      Returns:
      The table information if at least one of the properties was modified or null if none of the properties was modified or if the dialog was cancelled.