Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-vcm-dev] attaching F1 help to team actions


You mean TeamAction that's in org.eclipse.team.internal.ui.actions, that internal package that you're not supposed to subclass classes from?  That one?




Jan J Kratky/Raleigh/IBM@IBMUS
Sent by: platform-vcm-dev-admin@xxxxxxxxxxx

02/10/2003 02:13 PM
Please respond to platform-vcm-dev

       
        To:        platform-vcm-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-vcm-dev] attaching F1 help to team actions




I've noticed that TeamAction does not itself implement IAction, but is, rather, an ActionDelegate. So, a question arises: if I were to attach context-sensitive (F1) Help to one of my team actions, any ideas on how would I go about doing it? The usual mechanism (WorkbenchHelp.setHelp()) works only for Control, IAction, Menu and MenuItem objects.


Thanks in advance,

--------------------------------------------------------------

Jan Joseph Kratky



Back to the top