Package | Description |
---|---|
org.eclipse.compare |
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
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 |
CompareViewerSwitchingPane
A custom
CompareViewerPane that supports dynamic viewer switching. |
Modifier and Type | Method and Description |
---|---|
void |
CompareViewerSwitchingPane.addDoubleClickListener(IDoubleClickListener l) |
void |
CompareViewerSwitchingPane.removeDoubleClickListener(IDoubleClickListener l) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDebugView
Common function for views related to debugging.
|
Modifier and Type | Method and Description |
---|---|
void |
StructuredViewer.addDoubleClickListener(IDoubleClickListener listener)
Adds a listener for double-clicks in this viewer.
|
void |
StructuredViewer.removeDoubleClickListener(IDoubleClickListener listener)
Removes the given double-click listener from this viewer.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.