4445464748495051
* @param element Text element. * @param textPane Text component. * @return Action. */ public Action getAction(Element element, JTextPane textPane) { return new CheckLanguageLinkAction( fromWikipedia, toWikipedia, title, text, element, textPane); }