Class TextSelectorFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Selector createSelector​(java.util.Locale locale, java.util.Map<java.lang.String,​java.lang.Object> fixedOptions)
      The method that is called to create a selector.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextSelectorFactory

        TextSelectorFactory()
    • Method Detail

      • createSelector

        public Selector createSelector​(java.util.Locale locale,
                                       java.util.Map<java.lang.String,​java.lang.Object> fixedOptions)
        The method that is called to create a selector.
        Specified by:
        createSelector in interface SelectorFactory
        Parameters:
        locale - the locale to use for selection.
        fixedOptions - the options to use for selection. The keys and values are function dependent.
        Returns:
        The Selector.