Interface StyleRegistrar.Registrar<T>

  • Type Parameters:
    T - the style type
    Enclosing class:
    StyleRegistrar<T>

    public static interface StyleRegistrar.Registrar<T>
    Inteface for a closure that registers the created style on the display.
    Author:
    Nick Collier
    • Method Detail

      • register

        void register​(Class<?> agentClass,
                      T style)