com.tensegrity.skeleton.commands
Class DebugApplicationCommand

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

public final class DebugApplicationCommand
extends CommonBaseCommand

This is a general-purpose Command for Application-scope debugging. The perform(Object) method dumps Application-related data.

Version:
$Id: DebugApplicationCommand.java,v 1.12 2005/04/14 13:09:35 KevinCVS Exp $
Author:
Stepan Rutz

Constructor Summary
DebugApplicationCommand(ApplicationFrame applicationFrame, java.lang.String command)
          Construct a new debug command instance.
 
Method Summary
 void perform(java.lang.Object args)
          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

DebugApplicationCommand

public DebugApplicationCommand(ApplicationFrame applicationFrame,
                               java.lang.String command)
Construct a new debug command instance.

Parameters:
applicationFrame - the ApplicationFrame reference for this command.
command - the command's identifying name.
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:
CommonBaseCommand.perform(Object)


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