Interface ConfigurableIconRepository

    • Method Detail

      • addIconMapping

        void addIconMapping​(String iconKey,
                            String iconId)
        Adds a custom icon mapping. The iconKey must be unique in this IconRepository.
        Parameters:
        iconKey - The icon key
        iconId - The icon id for the icon key
      • removeIconMapping

        void removeIconMapping​(String iconKey)
        Removes the given iconKey from this IconRepository.
        Parameters:
        iconKey - The icon key to remove
      • save

        void save()
        Persists this IconRepository. Should be invoked if changes to this IconRepository should be persisted permanently (e.g. on disk)