JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

expand all

Profile: desktop, common

Overview

Class used to create multiple-exclusion scope for a set of buttons. Creating a set of buttons with the same SwingToggleGroup object means that turning "on" one of those buttons turns off all other buttons in the group.

Profile: desktop conditional swing

Inherited Variables

Function Summary

public clearSelection() : Void

Clears the selection such that none of the buttons in the SwingToggleGroup are selected.

Clears the selection such that none of the buttons in the SwingToggleGroup are selected.

 
public bound getButtons() : SwingToggleButton[]

Returns all the buttons that are participating in this group.

Returns all the buttons that are participating in this group.

Returns
SwingToggleButton[]
 
public bound getSelection() : SwingToggleButton

Returns the selected button within the group.

Returns the selected button within the group.

Returns
SwingToggleButton
 

Inherited Functions