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.
|
Modifier and Type | Method and Description |
---|---|
void |
CheckboxTableViewer.addCheckStateListener(ICheckStateListener listener) |
void |
ICheckable.addCheckStateListener(ICheckStateListener listener)
Adds a listener for changes to the checked state of elements
in this viewer.
|
void |
CheckboxTreeViewer.addCheckStateListener(ICheckStateListener listener) |
void |
CheckboxTableViewer.removeCheckStateListener(ICheckStateListener listener) |
void |
ICheckable.removeCheckStateListener(ICheckStateListener listener)
Removes the given check state listener from this viewer.
|
void |
CheckboxTreeViewer.removeCheckStateListener(ICheckStateListener listener) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceTreeAndListGroup.addCheckStateListener(ICheckStateListener listener)
Add the passed listener to self's collection of clients
that listen for changes to element checked states
|
void |
ResourceTreeAndListGroup.removeCheckStateListener(ICheckStateListener listener)
Remove the passed listener from self's collection of clients
that listen for changes to element checked states
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.