Class SATablePropertiesCustomizerDialog

  • 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 SATablePropertiesCustomizerDialog
    extends OKCancelDialog
    Dialog that allows the user to edit the table properties.
    See Also:
    Serialized Form
    • Constructor Detail

      • SATablePropertiesCustomizerDialog

        public SATablePropertiesCustomizerDialog​(java.awt.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 Detail

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