Interface ComponentAddon

    • Method Detail

      • getName

        java.lang.String getName()
        Returns:
        the name of this addon
      • initialize

        void initialize​(LookAndFeelAddons addon)
        Initializes this addon (i.e register UI classes, colors, fonts, borders, any UIResource used by the component class). When initializing, the addon can register different resources based on the addon or the current look and feel.
        Parameters:
        addon - the current addon
      • uninitialize

        void uninitialize​(LookAndFeelAddons addon)
        Uninitializes this addon.
        Parameters:
        addon -