| java.lang.Object org.eclipse.ui.help.DialogPageContextComputer
DialogPageContextComputer | public class DialogPageContextComputer implements IContextComputer(Code) | | For determining the help context for controls in a dialog page.
This class may be instantiated; it is not intended to be subclassed.
|
Constructor Summary | |
public | DialogPageContextComputer(IDialogPage page, Object helpContext) Creates a new context computer for the given dialog page and help context. |
DialogPageContextComputer | public DialogPageContextComputer(IDialogPage page, Object helpContext)(Code) | | Creates a new context computer for the given dialog page and help context.
Parameters: page - the dialog page Parameters: helpContext - a single help context id (type String ) orhelp context object (type IContext ) |
computeContexts | public Object[] computeContexts(HelpEvent event)(Code) | | |
getLocalContexts | public Object[] getLocalContexts(HelpEvent event)(Code) | | |
|
|