| java.lang.Object org.eclipse.ui.help.ViewContextComputer
ViewContextComputer | public class ViewContextComputer implements IContextComputer(Code) | | For determining the help context for controls in a view.
This class may be instantiated; it is not intended to be subclassed.
|
ViewContextComputer | public ViewContextComputer(IViewPart viewPart, Object helpContext)(Code) | | Creates a new context computer for the given view and help context.
Parameters: viewPart - the view 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) | | |
|
|