Uses of Class
com.ganteater.ae.desktop.ui.JParsedown.Element
Packages that use JParsedown.Element
-
Uses of JParsedown.Element in com.ganteater.ae.desktop.ui
Fields in com.ganteater.ae.desktop.ui declared as JParsedown.ElementFields in com.ganteater.ae.desktop.ui with type parameters of type JParsedown.ElementMethods in com.ganteater.ae.desktop.ui that return JParsedown.ElementModifier and TypeMethodDescriptionJParsedown.Element.addAttribute
(String name, String value) JParsedown.Component.extractElement()
JParsedown.filterUnsafeUrlInAttribute
(JParsedown.Element element, String attribute) final JParsedown.Element
JParsedown.ElementsHandler.function
(JParsedown.Element element) abstract JParsedown.Element
JParsedown.Handler.function
(JParsedown.Element element) JParsedown.Element.handle()
JParsedown.sanitiseElement
(JParsedown.Element element) Methods in com.ganteater.ae.desktop.ui that return types with arguments of type JParsedown.ElementModifier and TypeMethodDescriptionabstract LinkedList<JParsedown.Element>
JParsedown.ElementsHandler.elementFunction
(JParsedown.Element element) JParsedown.LineElementsHandler.elementFunction
(JParsedown.Element element) JParsedown.LinesElementsHandler.elementFunction
(JParsedown.Element element) JParsedown.ListItemElementHandler.elementFunction
(JParsedown.Element element) protected LinkedList<JParsedown.Element>
JParsedown.lineElements
(String text, HashSet<Class<?>> nonNestables) protected LinkedList<JParsedown.Element>
JParsedown.linesElements
(String[] lines) protected LinkedList<JParsedown.Element>
JParsedown.linesElements
(LinkedList<String> lines) static LinkedList<JParsedown.Element>
JParsedown.replaceAllElements
(String regex, JParsedown.Element[] elements, String text) protected LinkedList<JParsedown.Element>
JParsedown.textElements
(String text) Methods in com.ganteater.ae.desktop.ui with parameters of type JParsedown.ElementModifier and TypeMethodDescriptionprotected String
JParsedown.element
(JParsedown.Element element) abstract LinkedList<JParsedown.Element>
JParsedown.ElementsHandler.elementFunction
(JParsedown.Element element) JParsedown.LineElementsHandler.elementFunction
(JParsedown.Element element) JParsedown.LinesElementsHandler.elementFunction
(JParsedown.Element element) JParsedown.ListItemElementHandler.elementFunction
(JParsedown.Element element) JParsedown.filterUnsafeUrlInAttribute
(JParsedown.Element element, String attribute) final JParsedown.Element
JParsedown.ElementsHandler.function
(JParsedown.Element element) abstract JParsedown.Element
JParsedown.Handler.function
(JParsedown.Element element) static LinkedList<JParsedown.Element>
JParsedown.replaceAllElements
(String regex, JParsedown.Element[] elements, String text) JParsedown.sanitiseElement
(JParsedown.Element element) JParsedown.Block.setElement
(JParsedown.Element e) JParsedown.Inline.setElement
(JParsedown.Element element) Method parameters in com.ganteater.ae.desktop.ui with type arguments of type JParsedown.ElementModifier and TypeMethodDescriptionprotected String
JParsedown.elements
(LinkedList<JParsedown.Element> elements) Constructors in com.ganteater.ae.desktop.ui with parameters of type JParsedown.Element