lacam.actions
Class ShowHelpAction

java.lang.Object
  extended bylacam.actions.ShowHelpAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ShowHelpAction
extends java.lang.Object
implements java.awt.event.ActionListener

Shows help for the given context.

Author:
Dimitrij Zub

Constructor Summary
ShowHelpAction(java.lang.String index_page, java.lang.String main_page)
          Creates a new ShowHelpAction which will show the given index page in the index frame and main page in the main frame
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowHelpAction

public ShowHelpAction(java.lang.String index_page,
                      java.lang.String main_page)
Creates a new ShowHelpAction which will show the given index page in the index frame and main page in the main frame

Parameters:
index_page - The index page to show.
main_page - The main page to show.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener