Package | Description |
---|---|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
org.eclipse.swt.events |
SWT typed listener support.
|
org.eclipse.ui.help |
Classes for integration with the help support system
in the Eclipse Platform User Interface.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Viewer.fireHelpRequested(HelpEvent event)
Notifies any help listeners that help has been requested.
|
protected void |
Viewer.handleHelpRequest(HelpEvent event)
Handles a help request from the underlying SWT control.
|
Modifier and Type | Method and Description |
---|---|
void |
HelpListener.helpRequested(HelpEvent e)
Sent when help is requested for a control, typically
when the user presses F1.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
ViewContextComputer.computeContexts(HelpEvent event)
Deprecated.
|
Object[] |
IContextComputer.computeContexts(HelpEvent event)
Deprecated.
Computes contexts for the help system.
|
Object[] |
DialogPageContextComputer.computeContexts(HelpEvent event)
Deprecated.
|
Object[] |
ViewContextComputer.getLocalContexts(HelpEvent event)
Deprecated.
|
Object[] |
IContextComputer.getLocalContexts(HelpEvent event)
Deprecated.
Returns the local contexts for this context computer.
|
Object[] |
DialogPageContextComputer.getLocalContexts(HelpEvent event)
Deprecated.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.