Uses of Class java.lang.Boolean

Uses in package javax.management

Methods with parameter type java.lang.Boolean

void
This method is called following both successful and unsuccessful attempts to register the bean.

Uses in package javax.swing.filechooser

Methods with return type java.lang.Boolean

Boolean
Returns true if the file is traversable, and false otherwise.
Boolean
Returns Boolean.TRUE if the given directory is traversable, and Boolean.FALSE if it is not.

Uses in package java.lang

Fields of type java.lang.Boolean

Boolean
This field is a Boolean object representing the primitive value false.
Boolean
This field is a Boolean object representing the primitive value true.

Methods with parameter type java.lang.Boolean

int
Compares this Boolean to another.

Methods with return type java.lang.Boolean

Boolean
Boolean.valueOf(boolean b)
Returns the Boolean TRUE if the given boolean is true, otherwise it will return the Boolean FALSE.
Boolean
Returns the Boolean TRUE if and only if the given String is equal, ignoring case, to the the String "true", otherwise it will return the Boolean FALSE.

Uses in package javax.swing

Methods with parameter type java.lang.Boolean

void
This method sets the value to true if the given JInternalFrame has been iconized and the bounds of its DesktopIcon are valid.

Uses in package java.awt.font

Fields of type java.lang.Boolean

Boolean
A value that can be used with the RUN_DIRECTION attribute.
Boolean
A value that can be used with the RUN_DIRECTION attribute.
Boolean
A value that can be used with the STRIKETHROUGH attribute.
Boolean
A value that can be used with the SWAP_COLORS attribute.

Uses in package javax.swing.plaf.basic

Methods with return type java.lang.Boolean

Boolean
Returns Boolean.TRUE if the given file/directory is hidden, and Boolean.FALSE otherwise.