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 void
CheckboxTableViewer. addCheckStateListener(ICheckStateListener listener)
void
CheckboxTreeViewer. addCheckStateListener(ICheckStateListener listener)
void
ICheckable. addCheckStateListener(ICheckStateListener listener)
Adds a listener for changes to the checked state of elements in this viewer.void
CheckboxTableViewer. removeCheckStateListener(ICheckStateListener listener)
void
CheckboxTreeViewer. removeCheckStateListener(ICheckStateListener listener)
void
ICheckable. 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 void
IRefactoringHistoryControl. addCheckStateListener(ICheckStateListener listener)
Registers the specified check state listener with this control.void
IRefactoringHistoryControl. 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 void
ResourceTreeAndListGroup. addCheckStateListener(ICheckStateListener listener)
Add the passed listener to self's collection of clients that listen for changes to element checked statesvoid
ResourceTreeAndListGroup. removeCheckStateListener(ICheckStateListener listener)
Remove the passed listener from self's collection of clients that listen for changes to element checked states
-