Class IkonResolver


  • public class IkonResolver
    extends org.kordamp.ikonli.AbstractIkonResolver
    Author:
    Andres Almiray
    • Method Detail

      • registerHandler

        public boolean registerHandler​(org.kordamp.ikonli.IkonHandler handler)
        Returns:
        true if the specified handler was not already registered
        Throws:
        IllegalArgumentException - if the specified handler was already registered via classpath and property "-Dorg.kordamp.ikonli.strict" is set to true or null.
      • unregisterHandler

        public boolean unregisterHandler​(org.kordamp.ikonli.IkonHandler handler)
        Returns:
        true if the specified handler was removed from the set of handlers
        Throws:
        IllegalArgumentException - if the specified handler was registered via classpath and property "-Dorg.kordamp.ikonli.strict" is set to true or null.
      • resolve

        public org.kordamp.ikonli.IkonHandler resolve​(String value)