Example usage for java.awt TextField subclass-usage

List of usage examples for java.awt TextField subclass-usage

Introduction

In this page you can find the example usage for java.awt TextField subclass-usage.

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"));