Uses of Interface
org.eclipse.jface.viewers.IOpenListener
Packages that use 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
Classes in org.eclipse.compare that implement IOpenListenerModifier and TypeClassDescriptionclassACompareViewerPaneis a convenience class which installs aCLabeland aToolbarin aViewForm.classA customCompareViewerPanethat supports dynamic viewer switching.Methods in org.eclipse.compare with parameters of type IOpenListenerModifier and TypeMethodDescriptionvoidCompareViewerPane.addOpenListener(IOpenListener listener) Add an open listener to the pane.voidCompareViewerPane.removeOpenListener(IOpenListener listener) Remove an open listener. -
Uses of IOpenListener in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement IOpenListenerModifier and TypeClassDescriptionclassclass -
Uses of IOpenListener in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type IOpenListenerModifier and TypeMethodDescriptionvoidStructuredViewer.addOpenListener(IOpenListener listener) Adds a listener for selection-open in this viewer.voidStructuredViewer.removeOpenListener(IOpenListener listener) Removes the given open listener from this viewer.