Uses of Class
org.jvnet.flamingo.common.JCommandToggleButton

Packages that use JCommandToggleButton
org.jvnet.flamingo.common   
org.jvnet.flamingo.ribbon   
org.jvnet.flamingo.ribbon.ui   
 

Uses of JCommandToggleButton in org.jvnet.flamingo.common
 

Methods in org.jvnet.flamingo.common that return JCommandToggleButton
 JCommandToggleButton CommandToggleButtonGroup.getSelected()
          Returns the selected button of this group.
 JCommandToggleButton JCommandButtonPanel.getSelectedButton()
          Returns the selected button of this panel.
 

Methods in org.jvnet.flamingo.common with parameters of type JCommandToggleButton
 void CommandToggleButtonGroup.add(JCommandToggleButton b)
          Adds the specified button to the group.
 void CommandToggleButtonGroup.remove(JCommandToggleButton b)
          Removes the specified button from the group.
 void CommandToggleButtonGroup.setSelected(JCommandToggleButton button, boolean isSelected)
          Changes the selected status of the specified button.
 

Uses of JCommandToggleButton in org.jvnet.flamingo.ribbon
 

Methods in org.jvnet.flamingo.ribbon with parameters of type JCommandToggleButton
 void JRibbonBand.addRibbonGalleryButtons(java.lang.String galleryName, java.lang.String buttonGroupName, JCommandToggleButton... buttons)
          Adds the specified command toggle buttons to a button group in the specified ribbon gallery.
 void JRibbonBand.removeRibbonGalleryButtons(java.lang.String galleryName, JCommandToggleButton... buttons)
          Removes command toggle buttons from the specified ribbon gallery.
 void JRibbonBand.setSelectedRibbonGalleryButton(java.lang.String galleryName, JCommandToggleButton buttonToSelect)
          Selects the specified command toggle button in the specified ribbon gallery.
 

Method parameters in org.jvnet.flamingo.ribbon with type arguments of type JCommandToggleButton
 void JRibbonBand.addRibbonGallery(java.lang.String galleryName, java.util.List<StringValuePair<java.util.List<JCommandToggleButton>>> buttons, java.util.Map<RibbonElementPriority,java.lang.Integer> preferredVisibleButtonCounts, int preferredPopupMaxButtonColumns, int preferredPopupMaxVisibleButtonRows, RibbonElementPriority priority)
          Adds a new ribbon gallery to this band.
 

Uses of JCommandToggleButton in org.jvnet.flamingo.ribbon.ui
 

Methods in org.jvnet.flamingo.ribbon.ui that return JCommandToggleButton
 JCommandToggleButton JRibbonGallery.getButtonAt(int index)
          Returns the gallery button at specified index.
 JCommandToggleButton JRibbonGallery.getSelectedButton()
          Returns the currently selected gallery button.
 

Methods in org.jvnet.flamingo.ribbon.ui that return types with arguments of type JCommandToggleButton
 java.util.List<JCommandToggleButton> JRibbonGallery.getButtonGroup(java.lang.String buttonGroupName)
          Returns the list of buttons in the specifed button group.
 

Methods in org.jvnet.flamingo.ribbon.ui with parameters of type JCommandToggleButton
 void JRibbonGallery.addRibbonGalleryButtons(java.lang.String buttonGroupName, JCommandToggleButton... buttons)
          Adds toggle command buttons to the specified button group in this ribbon gallery.
 void JRibbonGallery.removeRibbonGalleryButtons(JCommandToggleButton... buttons)
          Removes the specified toggle command buttons from this ribbon gallery.
 void JRibbonGallery.setSelectedButton(JCommandToggleButton selectedButton)
          Sets new value for the currently selected gallery button.
 

Method parameters in org.jvnet.flamingo.ribbon.ui with type arguments of type JCommandToggleButton
 void JRibbonGallery.setGroupMapping(java.util.List<StringValuePair<java.util.List<JCommandToggleButton>>> buttons)
          Sets the button groups for this ribbon gallery.