Uses of Interface
org.eclipse.jface.viewers.IOpenListener
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
-
Uses of IOpenListener in org.eclipse.compare
Modifier and TypeClassDescriptionclass
ACompareViewerPane
is a convenience class which installs aCLabel
and aToolbar
in aViewForm
.class
A customCompareViewerPane
that supports dynamic viewer switching.Modifier and TypeMethodDescriptionvoid
CompareViewerPane.addOpenListener
(IOpenListener listener) Add an open listener to the pane.void
CompareViewerPane.removeOpenListener
(IOpenListener listener) Remove an open listener. -
Uses of IOpenListener in org.eclipse.compare.internal
Modifier and TypeClassDescriptionclass
class
-
Uses of IOpenListener in org.eclipse.jface.viewers
Modifier and TypeMethodDescriptionvoid
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.