| 
 | JavaTM 2 Platform Std. Ed. v1.3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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_ONA single strikethrough. | 
| static Boolean | TextAttribute.RUN_DIRECTION_LTRLeft-to-right run direction. | 
| static Boolean | TextAttribute.RUN_DIRECTION_RTLRight-to-left run direction. | 
| static Boolean | TextAttribute.SWAP_COLORS_ONSwap foreground and background. | 
| Uses of Boolean in java.lang | 
| Fields in java.lang declared as Boolean | |
| static Boolean | Boolean.TRUEThe Booleanobject corresponding to the primitive 
 valuetrue. | 
| static Boolean | Boolean.FALSEThe Booleanobject corresponding to the primitive 
 valuefalse. | 
| Methods in java.lang that return Boolean | |
| static Boolean | Boolean.valueOf(String s)Returns a Booleanwith a 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 | |
|  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 Std. Ed. v1.3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.