Uses of Class
org.eclipse.draw2d.ButtonModel
Packages that use ButtonModel
Package
Description
Primary package containing general interfaces and implementation classes.
- 
Uses of ButtonModel in org.eclipse.draw2dSubclasses of ButtonModel in org.eclipse.draw2dMethods in org.eclipse.draw2d that return ButtonModelModifier and TypeMethodDescriptionprotected ButtonModelClickable.createDefaultModel()Returns a newly created ButtonModel as the default model to be used by this Clickable based on the button style.ButtonGroup.getDefault()Returns the ButtonModel which is selected by default for this ButtonGroup.Clickable.getModel()Returns the behavior model used by this Clickable.ButtonGroup.getSelected()Returns the ButtonModel for the currently selected button.Methods in org.eclipse.draw2d that return types with arguments of type ButtonModelModifier and TypeMethodDescriptionButtonGroup.getElements()Returns a List which contains all of theButtonModelsadded to this ButtonGroup.Methods in org.eclipse.draw2d with parameters of type ButtonModelModifier and TypeMethodDescriptionvoidButtonGroup.add(ButtonModel model) Adds the passed ButtonModel to the ButtonGroup.booleanButtonGroup.isSelected(ButtonModel model) Determines if the given ButtonModel is selected or not.voidButtonGroup.remove(ButtonModel model) Removes the given ButtonModel from this ButtonGroup.protected voidButtonGroup.selectNewModel(ButtonModel model) Sets the passed ButtonModel to be the currently selected ButtonModel of this ButtonGroup.voidButtonGroup.setDefault(ButtonModel model) Sets the default selection of this ButtonGroup.voidClickable.setModel(ButtonModel model) Sets the model to be used by this clickable for its state and behavior determination.voidButtonGroup.setSelected(ButtonModel model) Sets the button with the given ButtonModel to be selected.voidButtonGroup.setSelected(ButtonModel model, boolean value) Sets model to the passed state.