FileDocCategorySizeDatePackage
DefaultTextUI.javaAPI DocJava SE 5 API576Fri Aug 26 14:58:14 BST 2005javax.swing.text

DefaultTextUI.java

/*
 * @(#)DefaultTextUI.java	1.88 04/05/18
 *
 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */
package javax.swing.text;

import javax.swing.plaf.basic.BasicTextUI;

/**
 * <p>
 * This class has been deprecated and should no longer be used.
 * The basis of the various TextUI implementations can be found
 * in the javax.swing.plaf.basic package and the class
 * BasicTextUI replaces this class.
 *
 * @deprecated
 */
@Deprecated
public abstract class DefaultTextUI extends BasicTextUI {


}