com.tensegrity.skeleton.commands
Class ContextHelpCommand

java.lang.Object
  extended bycom.tensegrity.generic.command.BaseCommand
      extended bycom.tensegrity.skeleton.commands.CommonBaseCommand
          extended bycom.tensegrity.skeleton.commands.HelpBaseCommand
              extended bycom.tensegrity.skeleton.commands.ContextHelpCommand
All Implemented Interfaces:
Command

public class ContextHelpCommand
extends com.tensegrity.skeleton.commands.HelpBaseCommand

This Command is responsible for invoking context sensitive help.

Version:
$Id: ContextHelpCommand.java,v 1.7 2005/04/14 12:49:00 KevinCVS Exp $
Author:
Andreas Ebbert

Constructor Summary
ContextHelpCommand(ApplicationFrame frame, java.lang.String cmd)
          Constructor specifying the ApplicationFrame, a name for this Command and the name of the HelpSet to use.
 
Method Summary
 void perform(java.lang.Object arg)
          Updates the StatusBar with this commands title string.
 
Methods inherited from class com.tensegrity.skeleton.commands.CommonBaseCommand
getApplicationFrame, getTitle
 
Methods inherited from class com.tensegrity.generic.command.BaseCommand
getDescription, getId, getPerformDescription, isEnabled, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextHelpCommand

public ContextHelpCommand(ApplicationFrame frame,
                          java.lang.String cmd)
Constructor specifying the ApplicationFrame, a name for this Command and the name of the HelpSet to use.

Parameters:
frame - the ApplicationFrame.
cmd - a unique name for this Command.
Method Detail

perform

public void perform(java.lang.Object arg)
Description copied from class: CommonBaseCommand
Updates the StatusBar with this commands title string. (non-Javadoc)

Specified by:
perform in interface Command
Overrides:
perform in class CommonBaseCommand
See Also:
Command.perform(java.lang.Object)


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.