JRadioButton

GPTKB entity

Statements (54)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:canBeGroupedWith ButtonGroup
gptkbp:documentation https://docs.oracle.com/javase/8/docs/api/javax/swing/JRadioButton.html
gptkbp:hasConstructor JRadioButton(String text, Icon icon, boolean selected)
JRadioButton()
JRadioButton(Icon icon)
JRadioButton(Icon icon, boolean selected)
JRadioButton(String text)
JRadioButton(String text, Icon icon)
JRadioButton(String text, boolean selected)
gptkbp:hasEvent gptkb:ActionListener
gptkb:ActionEvent
gptkbp:hasMethod getText()
addActionListener(ActionListener l)
getIcon()
isSelected()
removeActionListener(ActionListener l)
setIcon(Icon icon)
setSelected(boolean b)
setText(String text)
gptkbp:hasProperty gptkb:brand
gptkb:model
gptkb:text
gptkb:UI
visible
enabled
mnemonic
selected
accessibleContext
actionCommand
toolTipText
https://www.w3.org/2000/01/rdf-schema#label JRadioButton
gptkbp:implementedIn Accessible
gptkbp:inheritsFrom gptkb:ferry
gptkb:JComponent
object
Component
AbstractButton
gptkbp:interface Accessible
Serializable
ItemSelectable
SwingConstants
gptkbp:introducedIn gptkb:Java_1.2
gptkbp:isAbstract false
gptkbp:isFinal false
gptkbp:isSwingComponent true
gptkbp:openToPublic true
gptkbp:partOf gptkb:Swing
gptkbp:serialization true
gptkbp:superclass gptkb:JToggleButton
gptkbp:type javax.swing
gptkbp:usedFor creating radio button UI components
gptkbp:bfsParent gptkb:Java_Swing
gptkbp:bfsLayer 7