|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
java.awt.Component
![]()
![]()
![]()
java.awt.Container
![]()
![]()
![]()
javax.swing.JComponent
![]()
![]()
![]()
javax.swing.AbstractButton
![]()
![]()
![]()
javax.swing.JToggleButton
, ItemSelectable
, MenuContainer
, Serializable
, Accessible
, SwingConstants

, JRadioButton

public class JToggleButton


An implementation of a two-state button.
The JRadioButton and JCheckBox classes
are subclasses of this class.
For information on using them see
How to Use Buttons, Check Boxes, and Radio Buttons,
a section in The Java Tutorial.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing. As of 1.4, support for long term storage
of all JavaBeansTM
has been added to the java.beans package.
Please see XMLEncoder
.
JRadioButton
,
JCheckBox
,
Serialized Form| Nested Class Summary | |
|---|---|
protected class |
JToggleButton.AccessibleJToggleButton
This class implements accessibility support for the JToggleButton class. |
static class |
JToggleButton.ToggleButtonModel
The ToggleButton model |
Nested classes/interfaces inherited from class javax.swing.AbstractButton ![]() |
|---|
AbstractButton.AccessibleAbstractButton |
Nested classes/interfaces inherited from class javax.swing.JComponent ![]() |
|---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container ![]() |
|---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component ![]() |
|---|
Component.AccessibleAWTComponent |
| Field Summary |
|---|
Fields inherited from class javax.swing.JComponent ![]() |
|---|
accessibleContext |
Fields inherited from class java.awt.Component ![]() |
|---|
BOTTOM_ALIGNMENT |
Fields inherited from interface javax.swing.SwingConstants ![]() |
|---|
BOTTOM |
Fields inherited from interface java.awt.image.ImageObserver ![]() |
|---|
ABORT |
| Constructor Summary | |
|---|---|
JToggleButton
Creates an initially unselected toggle button without setting the text or image. |
|
JToggleButton
Creates a toggle button where properties are taken from the Action supplied. |
|
JToggleButton
Creates an initially unselected toggle button with the specified image but no text. |
|
JToggleButton
Creates a toggle button with the specified image and selection state, but no text. |
|
JToggleButton
Creates an unselected toggle button with the specified text. |
|
JToggleButton
Creates a toggle button with the specified text and selection state. |
|
JToggleButton
Creates a toggle button that has the specified text and image, and that is initially unselected. |
|
JToggleButton
Creates a toggle button with the specified text, image, and selection state. |
|
| Method Summary | |
|---|---|
AccessibleContext |
getAccessibleContext
Gets the AccessibleContext associated with this JToggleButton. |
String |
getUIClassID
Returns a string that specifies the name of the l&f class that renders this component. |
protected String |
paramString
Returns a string representation of this JToggleButton. |
void |
updateUI
Resets the UI property to a value from the current look and feel. |