Java Platform 1.2
Beta 4

Uses of Class
java.lang.Boolean

Packages that use Boolean
com.sun.java.swing Provides a set of "lightweight" (all-Java
java.awt.font Provides classes and interface relating to fonts.  
java.lang Provides classes that are fundamental to the design of the Java programming language.  
 

Uses of Boolean in com.sun.java.swing
 

Methods in com.sun.java.swing with parameters of type Boolean
protected  void DefaultDesktopManager.setWasIcon(JInternalFrame f, Boolean value)
          Sets that the component has been iconized and the bounds of the desktopIcon are valid.
 

Uses of Boolean in java.awt.font
 

Fields in java.awt.font declared as Boolean
static Boolean TextAttribute.STRIKETHROUGH_ON
          A single strikethrough.
static Boolean TextAttribute.RUN_DIRECTION_LTR
          Left-to-right run direction.
static Boolean TextAttribute.RUN_DIRECTION_RTL
          Right-to-left run direction.
static Boolean TextAttribute.SWAP_COLORS_ON
          Swap foreground and background colors.
 

Uses of Boolean in java.lang
 

Fields in java.lang declared as Boolean
static Boolean Boolean.TRUE
          The Boolean object corresponding to the primitive value true.
static Boolean Boolean.FALSE
          The Boolean object corresponding to the primitive value false.
 

Methods in java.lang that return Boolean
static Boolean Boolean.valueOf(String s)
          Returns the boolean value represented by the specified String.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.