Eclipse Platform
2.1

Uses of Class
org.eclipse.jface.viewers.CheckStateChangedEvent

Packages that use CheckStateChangedEvent
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
 

Uses of CheckStateChangedEvent in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers with parameters of type CheckStateChangedEvent
 void ICheckStateListener.checkStateChanged(CheckStateChangedEvent event)
          Notifies of a change to the checked state of an element.
protected  void CheckboxTreeViewer.fireCheckStateChanged(CheckStateChangedEvent event)
          Notifies any check state listeners that the check state of an element has changed.
 

Uses of CheckStateChangedEvent in org.eclipse.ui.dialogs
 

Methods in org.eclipse.ui.dialogs with parameters of type CheckStateChangedEvent
 void ResourceSelectionDialog.checkStateChanged(CheckStateChangedEvent event)
           
 


Eclipse Platform
2.1

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