com.tensegrity.skeleton.commands
Class MDIStyleCommand

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

public final class MDIStyleCommand
extends CommonBaseCommand

Sets the mdi style.

Version:
$Id: MDIStyleCommand.java,v 1.5 2005/12/16 09:07:16 BurkhardWick Exp $
Author:
Stepan Rutz

Constructor Summary
MDIStyleCommand(ApplicationFrame applicationFrame, java.lang.String command)
          Construct a new mdi style command.
 
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

MDIStyleCommand

public MDIStyleCommand(ApplicationFrame applicationFrame,
                       java.lang.String command)
Construct a new mdi style command.

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.