/* (non-Javadoc)
* @see org.wikipediacleaner.api.check.SimpleAction#getAction(javax.swing.text.Element, javax.swing.JTextPane)
*/
public Action getAction(Element element, JTextPane textPane) {
return new CheckCategoryLinkAction(fromWikipedia, toWikipedia, title, order, element, textPane);
}