Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ua-dev] Question regarding Infocenter mode


Since you are not really using API's (the WebAppManager is internal), you may as well check for  BaseHelpSystem.getMode() == BaseHelpSystem.INFOCENTER.MODE.
Or, using API's, check if  Platform.getProduct().getApplication().equals("org.eclipse.help.base.infocenterApplication")





Chris Aniszczyk <zx@xxxxxxxxxx>
Sent by: platform-ua-dev-bounces@xxxxxxxxxxx

01/23/2006 05:17 PM

Please respond to
"Eclipse Platform User Assistance component developers list."

To
platform-ua-dev@xxxxxxxxxxx
cc
Subject
[platform-ua-dev] Question regarding Infocenter mode






Hello Ya'll


I have a question regarding a best practice with infocenter mode. I have to install a webapp via WebAppManager once the infocenter is started (only once). This happened before in a plugin's earlyStartup() method but doesn't apply to infocenter mode. Is there a best practice regarding this?


Cheers,


----
Chris Aniszczyk
IBM Tivoli Security / Eclipse Software Developer <zx@xxxxxxxxxx>
+1 860.839.2465
_______________________________________________
platform-ua-dev mailing list
platform-ua-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ua-dev


Back to the top