Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Draw2d
3.3

Uses of Class
org.eclipse.draw2d.ButtonModel

Packages that use ButtonModel
org.eclipse.draw2d Primary package containing general interfaces and implementation classes. 
 

Uses of ButtonModel in org.eclipse.draw2d
 

Subclasses of ButtonModel in org.eclipse.draw2d
 class ToggleModel
          ButtonModel that supports toggle buttons.
 

Methods in org.eclipse.draw2d that return ButtonModel
protected   ButtonModel Clickable. createDefaultModel ()
          Returns a newly created ButtonModel as the default model to be used by this Clickable based on the button style.
  ButtonModel Clickable. getModel ()
          Returns the behavior model used by this Clickable.
  ButtonModel ButtonGroup. getDefault ()
          Returns the ButtonModel which is selected by default for this ButtonGroup.
  ButtonModel ButtonGroup. getSelected ()
          Returns the ButtonModel for the currently selected button.
 

Methods in org.eclipse.draw2d with parameters of type ButtonModel
 void Clickable. setModel ( ButtonModel model)
          Sets the model to be used by this clickable for its state and behavior determination.
 void ButtonGroup. add ( ButtonModel model)
          Adds the passed ButtonModel to the ButtonGroup.
 boolean ButtonGroup. isSelected ( ButtonModel model)
          Determines if the given ButtonModel is selected or not.
 void ButtonGroup. remove ( ButtonModel model)
          Removes the given ButtonModel from this ButtonGroup.
protected  void ButtonGroup. selectNewModel ( ButtonModel model)
          Sets the passed ButtonModel to be the currently selected ButtonModel of this ButtonGroup.
 void ButtonGroup. setDefault ( ButtonModel model)
          Sets the default selection of this ButtonGroup.
 void ButtonGroup. setSelected ( ButtonModel model)
          Sets the button with the given ButtonModel to be selected.
 void ButtonGroup. setSelected ( ButtonModel model, boolean value)
          Sets model to the passed state.
 


Eclipse Draw2d
3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire