rero.dialogs.help
Class HelpNormal

java.lang.Object
  extended byrero.dialogs.help.HelperObject
      extended byrero.dialogs.help.HelpNormal
All Implemented Interfaces:
EventListener, TreeSelectionListener

public class HelpNormal
extends HelperObject
implements TreeSelectionListener


Field Summary
protected  String lastKey
           
 
Fields inherited from class rero.dialogs.help.HelperObject
help
 
Constructor Summary
HelpNormal()
           
 
Method Summary
 JComponent getNavigationComponent()
           
 void showHelpOn(String key)
           
 void valueChanged(TreeSelectionEvent e)
           
 
Methods inherited from class rero.dialogs.help.HelperObject
getNavigation, setHelp, updateText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastKey

protected String lastKey
Constructor Detail

HelpNormal

public HelpNormal()
Method Detail

valueChanged

public void valueChanged(TreeSelectionEvent e)
Specified by:
valueChanged in interface TreeSelectionListener

showHelpOn

public void showHelpOn(String key)

getNavigationComponent

public JComponent getNavigationComponent()
Specified by:
getNavigationComponent in class HelperObject