Uses of Interface
org.eclipse.jface.viewers.ICheckStateListener
-
Packages that use ICheckStateListener Package Description org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.org.eclipse.ltk.ui.refactoring.history Application programming interface to display and preview refactoring history information.org.eclipse.ui.ide.dialogs 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 ICheckStateListener Modifier and Type Method Description voidCheckboxTableViewer. 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 ICheckStateListener Modifier and Type Method Description voidIRefactoringHistoryControl. 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 ICheckStateListener Modifier and Type Method Description voidResourceTreeAndListGroup. 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
-