protected abstract class AbstractTextEditor.AbstractSelectionChangedListener extends Object implements ISelectionChangedListener
Modifier | Constructor and Description |
---|---|
protected |
AbstractTextEditor.AbstractSelectionChangedListener() |
Modifier and Type | Method and Description |
---|---|
void |
install(ISelectionProvider selectionProvider)
Installs this selection changed listener with the given selection provider.
|
void |
uninstall(ISelectionProvider selectionProvider)
Removes this selection changed listener from the given selection provider.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
selectionChanged
protected AbstractTextEditor.AbstractSelectionChangedListener()
public void install(ISelectionProvider selectionProvider)
selectionProvider
- the selection providerpublic void uninstall(ISelectionProvider selectionProvider)
selectionProvider
- the selection provider
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.