com.tensegrity.skeleton.commands
Class HelpCommand

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.HelpCommand
All Implemented Interfaces:
Command

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

This Command opens a new help window.

Version:
$Id: HelpCommand.java,v 1.21 2005/09/13 09:07:14 BurkhardWick Exp $
Author:
Andreas Ebbert

Constructor Summary
HelpCommand(ApplicationFrame applicationFrame, java.lang.String command, java.lang.String helpSetName)
          Constructor specifying the ApplicationFrame, a name for this Command and the name of the HelpSet to use.
 
Method Summary
 void perform(java.lang.Object args)
          Updates the StatusBar with this commands title string.
 void reloadBroker()
           
 
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

HelpCommand

public HelpCommand(ApplicationFrame applicationFrame,
                   java.lang.String command,
                   java.lang.String helpSetName)
Constructor specifying the ApplicationFrame, a name for this Command and the name of the HelpSet to use.

Parameters:
applicationFrame - the ApplicationFrame.
command - a name for this Command.
helpSetName - the name of the HelpSet.
Method Detail

perform

public void perform(java.lang.Object args)
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)

reloadBroker

public void reloadBroker()


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