|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HelpListener
Classes which implement this interface provide a method that deals with the event that is generated when help is requested for a control, typically when the user presses F1.
After creating an instance of a class that implements
this interface it can be added to a control using the
addHelpListener
method and removed using
the removeHelpListener
method. When help
is requested for a control, the helpRequested method
will be invoked.
HelpEvent
Method Summary | |
---|---|
void |
helpRequested(HelpEvent e)
Sent when help is requested for a control, typically when the user presses F1. |
Method Detail |
---|
void helpRequested(HelpEvent e)
e
- an event containing information about the help
|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0