- java.lang.Object
-
- javax.swing.DefaultButtonModel
-
- javax.swing.JToggleButton.ToggleButtonModel
-
- All Implemented Interfaces:
- ItemSelectable, Serializable, ButtonModel
- Enclosing class:
- JToggleButton
public static class JToggleButton.ToggleButtonModel extends DefaultButtonModel
The ToggleButton modelWarning: 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 seeXMLEncoder
.
-
-
Field Summary
-
Fields inherited from class javax.swing.DefaultButtonModel
actionCommand, ARMED, changeEvent, ENABLED, group, listenerList, mnemonic, PRESSED, ROLLOVER, SELECTED, stateMask
-
-
Constructor Summary
Constructors Constructor and Description JToggleButton.ToggleButtonModel()
Creates a new ToggleButton Model
-
Method Summary
Methods Modifier and Type Method and Description boolean
isSelected()
Checks if the button is selected.void
setPressed(boolean b)
Sets the pressed state of the toggle button.void
setSelected(boolean b)
Sets the selected state of the button.-
Methods inherited from class javax.swing.DefaultButtonModel
addActionListener, addChangeListener, addItemListener, fireActionPerformed, fireItemStateChanged, fireStateChanged, getActionCommand, getActionListeners, getChangeListeners, getGroup, getItemListeners, getListeners, getMnemonic, getSelectedObjects, isArmed, isEnabled, isPressed, isRollover, removeActionListener, removeChangeListener, removeItemListener, setActionCommand, setArmed, setEnabled, setGroup, setMnemonic, setRollover
-
-
-
-
Constructor Detail
-
JToggleButton.ToggleButtonModel
public JToggleButton.ToggleButtonModel()
Creates a new ToggleButton Model
-
-
Method Detail
-
isSelected
public boolean isSelected()
Checks if the button is selected.- Specified by:
isSelected
in interfaceButtonModel
- Overrides:
isSelected
in classDefaultButtonModel
- Returns:
true
if the button is selected
-
setSelected
public void setSelected(boolean b)
Sets the selected state of the button.- Specified by:
setSelected
in interfaceButtonModel
- Overrides:
setSelected
in classDefaultButtonModel
- Parameters:
b
- true selects the toggle button, false deselects the toggle button.
-
setPressed
public void setPressed(boolean b)
Sets the pressed state of the toggle button.- Specified by:
setPressed
in interfaceButtonModel
- Overrides:
setPressed
in classDefaultButtonModel
- Parameters:
b
- whether or not the button should be pressed- See Also:
ButtonModel.isPressed()
-
-
Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-javax/swing/jtogglebutton.togglebuttonmodel.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.