Uses of Interface
org.eclipse.jface.viewers.ICheckStateListener
Packages that use ICheckStateListener
Package
Description
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Application programming interface to display and preview refactoring history information.
APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.
-
Uses of ICheckStateListener in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type ICheckStateListenerModifier and TypeMethodDescriptionvoidCheckboxTableViewer.addCheckStateListener(ICheckStateListener listener) voidCheckboxTreeViewer.addCheckStateListener(ICheckStateListener listener) voidICheckable.addCheckStateListener(ICheckStateListener listener) Adds a listener for changes to the checked state of elements in this viewer.voidCheckboxTableViewer.removeCheckStateListener(ICheckStateListener listener) voidCheckboxTreeViewer.removeCheckStateListener(ICheckStateListener listener) voidICheckable.removeCheckStateListener(ICheckStateListener listener) Removes the given check state listener from this viewer. -
Uses of ICheckStateListener in org.eclipse.ltk.ui.refactoring.history
Methods in org.eclipse.ltk.ui.refactoring.history with parameters of type ICheckStateListenerModifier and TypeMethodDescriptionvoidIRefactoringHistoryControl.addCheckStateListener(ICheckStateListener listener) Registers the specified check state listener with this control.voidIRefactoringHistoryControl.removeCheckStateListener(ICheckStateListener listener) Unregisters the specified check state listener with this control. -
Uses of ICheckStateListener in org.eclipse.ui.ide.dialogs
Methods in org.eclipse.ui.ide.dialogs with parameters of type ICheckStateListenerModifier and TypeMethodDescriptionvoidResourceTreeAndListGroup.addCheckStateListener(ICheckStateListener listener) Add the passed listener to self's collection of clients that listen for changes to element checked statesvoidResourceTreeAndListGroup.removeCheckStateListener(ICheckStateListener listener) Remove the passed listener from self's collection of clients that listen for changes to element checked states