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 |
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.addDoubleClickListener(IDoubleClickListener listener)
Add a double-click listener to the pane.
|
void |
CompareViewerPane.removeDoubleClickListener(IDoubleClickListener listener)
Remove a double-click listener.
|
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.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.