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

org.eclipse.ui.help
Class DialogPageContextComputer


java.lang.Object
  extended by 
org.eclipse.ui.help.DialogPageContextComputer
All Implemented Interfaces:
IContextComputer

Deprecated. nested contexts are no longer supported by the help support system

public class DialogPageContextComputer
extends Object
implements IContextComputer

For determining the help context for controls in a dialog page.

This class may be instantiated; it is not intended to be subclassed.

Restriction:
This class is not intended to be subclassed by clients.

Constructor Summary
DialogPageContextComputer ( IDialogPage page, Object helpContext)
          Deprecated. Creates a new context computer for the given dialog page and help context.
 
Method Summary
  Object[] computeContexts ( HelpEvent event)
          Deprecated. Computes contexts for the help system.
  Object[] getLocalContexts ( HelpEvent event)
          Deprecated. Returns the local contexts for this context computer.
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogPageContextComputer

public DialogPageContextComputer(
IDialogPage page,
                                 
Object helpContext)
Deprecated. 
Creates a new context computer for the given dialog page and help context.

Parameters:
page - the dialog page
helpContext - a single help context id (type String) or help context object (type IContext)
Method Detail

computeContexts

public 
Object[] computeContexts(
HelpEvent event)
Deprecated. 
Description copied from interface: IContextComputer
Computes contexts for the help system.

Specified by:
computeContexts in interface IContextComputer
Parameters:
event - the help event which triggered this request for help
Returns:
a mixed-type array of context ids (type String) and/or help contexts (type IContext)
See Also:
IContext

getLocalContexts

public 
Object[] getLocalContexts(
HelpEvent event)
Deprecated. 
Description copied from interface: IContextComputer
Returns the local contexts for this context computer.

Typically this method is called by other instances of IContextComputer in their computeContexts method.

The important concept here is that the value returned by computeContexts represents the complete help contexts and is passed directly to the help support system.

However the value returned by this method represents the only the contexts for the particular control with which this IContextComputer is associated.

Specified by:
getLocalContexts in interface IContextComputer
Parameters:
event - the help event which triggered this request for help
Returns:
a mixed-type array of context ids (type String) and/or help contexts (type IContext)
See Also:
IContext

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