Uses of Interface
org.eclipse.jface.viewers.ICheckable
Package
Description
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
-
Uses of ICheckable in org.eclipse.jface.databinding.viewers.typed
Modifier and TypeMethodDescriptionstatic <S extends ICheckable,
T>
IViewerSetProperty<S,T> ViewerProperties.checkedElements
(Class<T> elementType) A version ofViewerProperties.checkedElements(Object)
which casts the property to the argument element type.static <S extends ICheckable,
E>
IViewerSetProperty<S,E> ViewerProperties.checkedElements
(Object elementType) Returns a set property for observing the checked elements of aCheckboxTableViewer
,CheckboxTreeViewer
orICheckable
. -
Uses of ICheckable in org.eclipse.jface.viewers
Modifier and TypeClassDescriptionclass
A concrete viewer based on an SWTTable
control with checkboxes on each node.class
A concrete tree-structured viewer based on an SWTTree
control with checkboxes on each node.Modifier and TypeMethodDescriptionCheckStateChangedEvent.getCheckable()
Returns the checkable that is the source of this event.ModifierConstructorDescriptionCheckStateChangedEvent
(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
Modifier and TypeClassDescriptionclass
CheckboxTreeViewer 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.