List of usage examples for org.eclipse.jface.viewers IOpenListener interface-usage
From source file com.aptana.ide.views.outline.UnifiedQuickOutlinePage.java
/** * @author Paul Colton * @author Kevin Sawicki * @author Kevin Lindsey */ public class UnifiedQuickOutlinePage extends ContentOutlinePage implements IUnifiedOutlinePage, IOpenListener {
From source file com.astra.ses.spell.gui.views.NavigationView.java
/*******************************************************************************
* @brief This view allows go over the list of available procedures and to
* select one of them to be opened.
* @date 09/10/07
* @author Rafael Chinchilla Camara (GMV)
******************************************************************************/
From source file com.nokia.sdt.uidesigner.gallery.GalleryView.java
public class GalleryView extends ViewPart implements IOpenListener { private GalleryViewer viewer; private GalleryContentProvider contentProvider; private GalleryLabelProvider labelProvider; private Action openAction; private Action zoom50Action;
From source file com.runwaysdk.manager.view.EditHandler.java
public class EditHandler implements IOpenListener, SelectionListener { private ListViewer viewer; private IAdminModule module; public EditHandler(ListViewer viewer, IAdminModule module) {
From source file com.runwaysdk.manager.view.SearchHandler.java
public class SearchHandler implements IOpenListener, SelectionListener { private ListViewer viewer; private IAdminModule module; public SearchHandler(ListViewer viewer, IAdminModule module) {
From source file eu.aniketos.wp1.ststool.analysis.ui.ResultViewDataProvider.java
public class ResultViewDataProvider implements AnalysisResultListener, DisposeListener, ISelectionChangedListener, DiagramObserverListener, IOpenListener { private TreeViewer treeViewer; private ResultsManager rm = ResultsManager.getInstance(); private Label statusLabel;
From source file io.mapzone.controller.webcat.ui.CatalogBrowser.java
/** * Searching/browsing the catalog. Used by dashlets and panels. * * @author Falko Brutigam */ public abstract class CatalogBrowser extends Configurable implements IOpenListener {
From source file org.eclipse.compare.CompareViewerPane.java
/**
* A <code>CompareViewerPane</code> is a convenience class which installs a
* <code>CLabel</code> and a <code>Toolbar</code> in a <code>ViewForm</code>.
* <P>
* Double clicking onto the <code>CompareViewerPane</code>'s title bar maximizes
* the <code>CompareViewerPane</code> to the size of an enclosing <code>Splitter</code>
From source file org.eclipse.emf.cdo.explorer.ui.checkouts.CDOCheckoutContentProvider.java
/** * @author Eike Stepper */ public class CDOCheckoutContentProvider implements ICommonContentProvider, IPropertySourceProvider, IOpenListener { private static final Map<String, CDOCheckoutContentProvider> INSTANCES = new HashMap<String, CDOCheckoutContentProvider>();
From source file org.eclipse.mylyn.internal.context.ui.views.ContextNodeOpenListener.java
/** * @author Mik Kersten */ public class ContextNodeOpenListener implements IOpenListener, IDoubleClickListener, MouseListener { private final Viewer viewer;