org.nakedobjects.runtime.help
Class HelpManagerAbstract

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

public abstract class HelpManagerAbstract
extends java.lang.Object
implements HelpManager

Default implementation that does nothing.


Constructor Summary
HelpManagerAbstract()
           
 
Method Summary
abstract  java.lang.String help(Identifier identifier)
          Returns help text for the specified identifier.
 void init()
          Does nothing.
 void shutdown()
          Does nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpManagerAbstract

public HelpManagerAbstract()
Method Detail

init

public void init()
Does nothing.

Specified by:
init in interface ApplicationScopedComponent

shutdown

public void shutdown()
Does nothing.

Specified by:
shutdown in interface ApplicationScopedComponent

help

public abstract 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


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