Class SimpleGUITunableHandlerFactory<T extends GUITunableHandler>

    • Constructor Detail

      • SimpleGUITunableHandlerFactory

        public SimpleGUITunableHandlerFactory​(Class<T> specificHandlerType,
                                              Class<?>... classesToMatch)
        Constructs this BasicGUITunableHandlerFactory.
        Parameters:
        specificHandlerType - The class of the specific handler to be constructed to handle the matching classes. For instance FloatHandler.class might be specified to handle values with a Float type.
        classesToMatch - One or more class types that will be handled by this handler. For example the FloatHandler might handle both Float.class and float.class.