FileDocCategorySizeDatePackage
OptionConstant.javaAPI DocExample2083Sun Dec 14 22:47:40 GMT 2003oreilly.hcj.constants

OptionConstant

public class OptionConstant extends ConstantObject
JOptionPane's constants rendered to a constant object.
author
Robert Simmons jr. (kraythe)
version
$Revision: 1.4 $

Fields Summary
public static final OptionConstant
ERROR_MESSAGE
An error message type.
public static final OptionConstant
INFORMATION_MESSAGE
An information message type.
public static final OptionConstant
WARNING_MESSAGE
An warining message type.
public static final OptionConstant
QUESTION_MESSAGE
An question message type.
public static final OptionConstant
PLAIN_MESSAGE
An plain message type.
public static final OptionConstant
DEFAULT_OPTION
Use default buttons.
public static final OptionConstant
YES_NO_OPTION
Use yes/no buttons.
public static final OptionConstant
YES_NO_CANCEL_OPTION
Use yes/no/cancel buttons.
public static final OptionConstant
OK_CANCEL_OPTION
Use ok/cancel buttons.
Constructors Summary
public OptionConstant(String name)

see
oreilly.hcj.constants.ConstantObject


	   	 
	   
		super(name);
	
Methods Summary