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


No worries, just having a bit 'o fun :)





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

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

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




Deeply and sincerely sorry, Kevin. We subclassed TeamAction a long time ago (before 2.0 GA) when it was not internal, and simply refactored when, not long before the release, it was moved to the internal package. Anyway, someone else answered this question for me already. So thanks.

--------------------------------------------------------------
Jan Joseph Kratky



Kevin_McGuire@xxxxxxxxxx
Sent by: platform-vcm-dev-admin@xxxxxxxxxxx

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

       
       To:        platform-vcm-dev@xxxxxxxxxxx

       cc:        

       Subject:        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