FileDocCategorySizeDatePackage
BasicCheckBoxUI.javaAPI DocJava SE 5 API1396Fri Aug 26 14:58:02 BST 2005javax.swing.plaf.basic

BasicCheckBoxUI

public class BasicCheckBoxUI extends BasicRadioButtonUI
CheckboxUI implementation for BasicCheckboxUI

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeansTM has been added to the java.beans package. Please see {@link java.beans.XMLEncoder}.

version
1.37 12/19/03
author
Jeff Dinkins

Fields Summary
private static final BasicCheckBoxUI
checkboxUI
private static final String
propertyPrefix
Constructors Summary
Methods Summary
public static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent b)

 

    // ********************************
    //            Create PLAF 
    // ********************************
         
        return checkboxUI;
    
public java.lang.StringgetPropertyPrefix()

	return propertyPrefix;