Interface BBCodeTranslator


public interface BBCodeTranslator
Author:
Iliyan Peychev, Miguel Pastor
  • Method Details

    • getEmoticonDescriptions

      String[] getEmoticonDescriptions()
    • getEmoticonFiles

      String[] getEmoticonFiles()
    • getEmoticons

      String[][] getEmoticons()
    • getEmoticonSymbols

      String[] getEmoticonSymbols()
    • getHTML

      String getHTML(String bbcode)
    • parse

      String parse(String message)