Class GbPanelBuilderFactory

    • Constructor Detail

      • GbPanelBuilderFactory

        public GbPanelBuilderFactory()
    • Method Detail

      • setLocalizationBundle

        public void setLocalizationBundle​(ResourceBundle aBundle)
        Description copied from interface: PanelBuilderFactory
        Sets the localization resource bundle for the to-be-created builders. If aBundle is not null, the string parameter of PanelBuilder's various addXXX methods is interpreted as a key for a string in the passed bundle. If aBundle is null, that string parameter is passed as-is.
        Specified by:
        setLocalizationBundle in interface PanelBuilderFactory
        Parameters:
        aBundle - the localization resource bundle, may be null.