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.swt.events.HelpListener

Packages that use HelpListener
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines. 
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.swt.widgets SWT widget public API classes. 
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
org.eclipse.ui.help Classes for integration with the help support system in the Eclipse Platform User Interface. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of HelpListener in org.eclipse.jface.action
 

Methods in org.eclipse.jface.action that return HelpListener
  HelpListener Action. getHelpListener ()
           
  HelpListener IAction. getHelpListener ()
          Returns a help listener for this action.
 

Methods in org.eclipse.jface.action with parameters of type HelpListener
 void Action. setHelpListener ( HelpListener listener)
           
 void IAction. setHelpListener ( HelpListener listener)
          Sets a help listener for this action.
 

Uses of HelpListener in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers with parameters of type HelpListener
 void Viewer. addHelpListener ( HelpListener listener)
          Adds a listener for help requests in this viewer.
 void Viewer. removeHelpListener ( HelpListener listener)
          Removes the given help listener from this viewer.
 

Uses of HelpListener in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets with parameters of type HelpListener
 void Control. addHelpListener ( HelpListener listener)
          Adds the listener to the collection of listeners who will be notified when help events are generated for the control, by sending it one of the messages defined in the HelpListener interface.
 void MenuItem. addHelpListener ( HelpListener listener)
          Adds the listener to the collection of listeners who will be notified when the help events are generated for the control, by sending it one of the messages defined in the HelpListener interface.
 void Menu. addHelpListener ( HelpListener listener)
          Adds the listener to the collection of listeners who will be notified when help events are generated for the control, by sending it one of the messages defined in the HelpListener interface.
 void Control. removeHelpListener ( HelpListener listener)
          Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.
 void MenuItem. removeHelpListener ( HelpListener listener)
          Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.
 void Menu. removeHelpListener ( HelpListener listener)
          Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.
 

Uses of HelpListener in org.eclipse.ui.actions
 

Methods in org.eclipse.ui.actions with parameters of type HelpListener
 void RetargetAction. setHelpListener ( HelpListener listener)
          The RetargetAction implementation of this method declared on IAction stores the help listener in a local field.
 

Uses of HelpListener in org.eclipse.ui.help
 

Methods in org.eclipse.ui.help that return HelpListener
static  HelpListener WorkbenchHelp. createHelpListener ( ICommand command)
          Deprecated. Creates a new help listener for the given command.
 

Uses of HelpListener in org.eclipse.ui.texteditor
 

Methods in org.eclipse.ui.texteditor that return HelpListener
  HelpListener TextNavigationAction. getHelpListener ()
           
 

Methods in org.eclipse.ui.texteditor with parameters of type HelpListener
 void TextNavigationAction. setHelpListener ( HelpListener listener)
           
 void RetargetTextEditorAction. setHelpListener ( HelpListener listener)
          The RetargetTextEditorAction implementation of this method declared on IAction stores the help listener in a local field.
 


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