JavaTM 2 Platform
Standard Edition

Uses of Class
java.lang.Boolean

Packages that use Boolean
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. 
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
javax.swing.filechooser Contains classes and interfaces used by the JFileChooser component. 
javax.swing.plaf.basic Provides user interface objects built according to the Basic look-and-feel. 
 

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.
 

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.
 

Uses of Boolean in javax.swing
 

Methods in javax.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 javax.swing.filechooser
 

Methods in javax.swing.filechooser that return Boolean
abstract  Boolean FileView.isTraversable(File f)
          Whether the directory is traversable or not.
 

Uses of Boolean in javax.swing.plaf.basic
 

Methods in javax.swing.plaf.basic that return Boolean
 Boolean BasicFileChooserUI.BasicFileView.isTraversable(File f)
           
 Boolean BasicFileChooserUI.BasicFileView.isHidden(File f)
           
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.