Uses of Interface
org.eclipse.jface.viewers.ICheckable
-
Packages that use ICheckable Package Description org.eclipse.jface.databinding.viewers Provides classes that can be used to observe the JFace Viewer framework.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 ICheckable in org.eclipse.jface.databinding.viewers
Methods in org.eclipse.jface.databinding.viewers with parameters of type ICheckable Modifier and Type Method Description static IObservableSetViewersObservables. observeCheckedElements(ICheckable checkable, Object elementType)Deprecated.useViewerPropertiesinstead -
Uses of ICheckable in org.eclipse.jface.viewers
Classes in org.eclipse.jface.viewers that implement ICheckable Modifier and Type Class Description classCheckboxTableViewerA concrete viewer based on an SWTTablecontrol with checkboxes on each node.classCheckboxTreeViewerA concrete tree-structured viewer based on an SWTTreecontrol with checkboxes on each node.Methods in org.eclipse.jface.viewers that return ICheckable Modifier and Type Method Description ICheckableCheckStateChangedEvent. getCheckable()Returns the checkable that is the source of this event.Constructors in org.eclipse.jface.viewers with parameters of type ICheckable Constructor Description CheckStateChangedEvent(ICheckable source, Object element, boolean state)Creates a new event for the given source, element, and checked state. -
Uses of ICheckable in org.eclipse.ui.dialogs
Classes in org.eclipse.ui.dialogs that implement ICheckable Modifier and Type Class Description classContainerCheckedTreeViewerCheckboxTreeViewer with special behaviour of the checked / gray state on container (non-leaf) nodes: The grayed state is used to visualize the checked state of its children.
-