Uses of Class
org.eclipse.draw2d.ButtonGroup
Packages that use ButtonGroup
Package
Description
Primary package containing general interfaces and implementation classes.
-
Uses of ButtonGroup in org.eclipse.draw2d
Fields in org.eclipse.draw2d declared as ButtonGroupModifier and TypeFieldDescriptionprotected ButtonGroup
ButtonModel.group
The ButtonGroup this button belongs to (if any).Methods in org.eclipse.draw2d that return ButtonGroupModifier and TypeMethodDescriptionButtonModel.getGroup()
Returns the group to which this model belongs.Methods in org.eclipse.draw2d with parameters of type ButtonGroupModifier and TypeMethodDescriptionvoid
ButtonModel.setGroup
(ButtonGroup bg) Sets the ButtonGroup to which this model belongs to.