com.retek.rsm.util
Class HelpActionCommand

java.lang.Object
  extended bycom.retek.rsm.util.HelpActionCommand
All Implemented Interfaces:
com.retek.platform.client.gui.menu.MenuCommand

public class HelpActionCommand
extends java.lang.Object
implements com.retek.platform.client.gui.menu.MenuCommand


Field Summary
static java.lang.String HELP_APPLICATION
           
static java.lang.String HELP_FILE
           
 
Constructor Summary
HelpActionCommand()
           
 
Method Summary
 void execute(com.retek.platform.client.gui.framework.ContentContainerImpl container, com.retek.platform.client.gui.framework.RetekWindow window)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HELP_APPLICATION

public static final java.lang.String HELP_APPLICATION
See Also:
Constant Field Values

HELP_FILE

public static final java.lang.String HELP_FILE
See Also:
Constant Field Values
Constructor Detail

HelpActionCommand

public HelpActionCommand()
Method Detail

execute

public void execute(com.retek.platform.client.gui.framework.ContentContainerImpl container,
                    com.retek.platform.client.gui.framework.RetekWindow window)
Specified by:
execute in interface com.retek.platform.client.gui.menu.MenuCommand