Package | Description |
---|---|
org.eclipse.compare |
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
Modifier and Type | Class and Description |
---|---|
class |
CompareViewerPane
A
CompareViewerPane is a convenience class which installs a
CLabel and a Toolbar in a ViewForm . |
class |
CompareViewerSwitchingPane
A custom
CompareViewerPane that supports dynamic viewer switching. |
Modifier and Type | Method and Description |
---|---|
void |
CompareViewerPane.addOpenListener(IOpenListener listener)
Add an open listener to the pane.
|
void |
CompareViewerPane.removeOpenListener(IOpenListener listener)
Remove an open listener.
|
Modifier and Type | Method and Description |
---|---|
void |
StructuredViewer.addOpenListener(IOpenListener listener)
Adds a listener for selection-open in this viewer.
|
void |
StructuredViewer.removeOpenListener(IOpenListener listener)
Removes the given open listener from this viewer.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.