Dashboard > Spring Rich Client Project (Spring Rich) > HelpSystem
  Spring Rich Client Project (Spring Rich) Log In View a printable version of the current page.  
  HelpSystem
Added by Peter De Bruycker, last edited by Peter De Bruycker on Nov 29, 2004  (view change)
Labels: 
(None)

HelpSystem

Providers

JavaHelp

Spring Rich Client uses the Java Help System. All you have to do is create the HelpSet, and make sure the helpset.hs file can be found at help/helpset.hs on the classpath of your application.

Oracle Help for Java

You can download it for free and use it at no cost in your application.

http://www.oracle.com/technology/tech/java/help/index.html

Context Sensitive Help

TODO: We need to define a HelpManager interface with methods for registering components/objects with topics. Implementations should be provided for all supported providers.

  • public void register(Object obj, String topic);
  • public void deregister(Object obj);
  • public void showTopic(Object obj);
  • public void showTopic(String topic);
  • public void showContents();

Site running on a free Atlassian Confluence Open Source Project License granted to Spring Framework. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.5 Build:#811 Jul 25, 2007) - Bug/feature request - Contact Administrators