Class DefaultTableProvider

    • Constructor Detail

      • DefaultTableProvider

        public DefaultTableProvider()
        Creates a new DefaultTableProvider.
    • Method Detail

      • newTable

        public BrailleConverter newTable​(DefaultTableProvider.TableType t)
        Get a new table instance based on the factory's current settings.
        Parameters:
        t - the type of table to return, this will override the factory's default table type.
        Returns:
        returns a new table instance.
      • newFactory

        public Table newFactory​(String identifier)
        Description copied from interface: TableProvider
        Creates a new table with the specified identifier.
        Specified by:
        newFactory in interface TableProvider
        Parameters:
        identifier - the identifier
        Returns:
        returns a new table