List of usage examples for java.awt TextField subclass-usage
From source file com.hp.alm.ali.idea.ui.editor.field.HTMLAreaField.java
public class HTMLAreaField extends TextField { public static Pattern HTML_CONTENT_RX = Pattern.compile("^\\s*<html>"); private static final Set<String> allowedElements = new HashSet<String>( Arrays.asList("html", "head", "body", "p", "p-implied", "font", "span", "content", "br"));