
xy.reflect.ui.resource.jdk-apidocs.javax.swing.JToggleButton.ToggleButtonModel.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of reflection-ui Show documentation
Show all versions of reflection-ui Show documentation
Generates automatically the GUI of any Java object
JToggleButton.ToggleButtonModel (Java Platform SE 6)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Java™ Platform
Standard Ed. 6
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
javax.swing
Class JToggleButton.ToggleButtonModel
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 model
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
.
Field Summary |
---|
Fields inherited from class javax.swing.DefaultButtonModel |
---|
actionCommand, ARMED, changeEvent, ENABLED, group, listenerList, mnemonic, PRESSED, ROLLOVER, SELECTED, stateMask |
Constructor Summary | |
---|---|
JToggleButton.ToggleButtonModel()
Creates a new ToggleButton Model |
Method Summary | |
---|---|
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2011, Oracle and/or its affiliates. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy