Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.jface.viewers.ICheckable

Packages that use ICheckable
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.  
 

Uses of ICheckable in org.eclipse.jface.viewers
 

Classes in org.eclipse.jface.viewers that implement ICheckable
 class CheckboxTableViewer
          A concrete viewer based on an SWT Table control with checkboxes on each node.
 class CheckboxTreeViewer
          A concrete tree-structured viewer based on an SWT Tree control with checkboxes on each node.
 

Methods in org.eclipse.jface.viewers that return ICheckable
 ICheckable CheckStateChangedEvent.getCheckable()
          Returns the checkable that is the source of this event.
 

Constructors in org.eclipse.jface.viewers with parameters of type ICheckable
CheckStateChangedEvent(ICheckable source, Object element, boolean state)
          Creates a new event for the given source, element, and checked state.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.