/* (non-Javadoc)
* @see org.wikipediacleaner.api.check.ActionProvider#getAction(javax.swing.text.Element, javax.swing.JTextPane)
*/
public Action getAction(Element element, JTextPane textPane) {
return new AddTextAction(
prefix, suffix, textProvider, question,
possibleValues, onlyList, defaultValue,
checker,
element, textPane);
}