Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.jface.viewers.IDoubleClickListener

Packages that use IDoubleClickListener
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. 
 

Uses of IDoubleClickListener in org.eclipse.compare
 

Classes in org.eclipse.compare that implement IDoubleClickListener
 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.
 

Methods in org.eclipse.compare with parameters of type IDoubleClickListener
 void CompareViewerPane. addDoubleClickListener ( IDoubleClickListener listener)
          Add a double-click listener to the pane.
 void CompareViewerPane. removeDoubleClickListener ( IDoubleClickListener listener)
          Remove a double-click listener.
 

Uses of IDoubleClickListener in org.eclipse.debug.ui
 

Classes in org.eclipse.debug.ui that implement IDoubleClickListener
 class AbstractDebugView
          Common function for views related to debugging.
 

Uses of IDoubleClickListener in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers with parameters of type IDoubleClickListener
 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.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire