org.nakedobjects.runtime.help
Class HelpManagerAssist

java.lang.Object
  extended by org.nakedobjects.runtime.help.HelpManagerAbstract
      extended by org.nakedobjects.runtime.help.HelpManagerAssist
All Implemented Interfaces:
ApplicationScopedComponent, Component, HelpManager

public class HelpManagerAssist
extends HelpManagerAbstract


Constructor Summary
HelpManagerAssist()
           
 
Method Summary
 java.lang.String help(Identifier identifier)
          Returns help text for the specified identifier.
 void setDecorated(HelpManager decorated)
           
 void setShowIdentifier(boolean showIdentifier)
           
 
Methods inherited from class org.nakedobjects.runtime.help.HelpManagerAbstract
init, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpManagerAssist

public HelpManagerAssist()
Method Detail

setShowIdentifier

public void setShowIdentifier(boolean showIdentifier)

setDecorated

public void setDecorated(HelpManager decorated)

help

public java.lang.String help(Identifier identifier)
Description copied from interface: HelpManager
Returns help text for the specified identifier. If no help text is available then an empty String should be returned.

Specified by:
help in interface HelpManager
Specified by:
help in class HelpManagerAbstract


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