org.nakedobjects.runtime.help
Interface HelpManager

All Superinterfaces:
ApplicationScopedComponent, Component
All Known Implementing Classes:
FileBasedHelpManager, HelpManagerAbstract, HelpManagerAssist

public interface HelpManager
extends ApplicationScopedComponent


Method Summary
 java.lang.String help(Identifier identifier)
          Returns help text for the specified identifier.
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 

Method Detail

help

java.lang.String help(Identifier identifier)
Returns help text for the specified identifier. If no help text is available then an empty String should be returned.



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.