com.tensegrity.skeleton.swt.commands
Class SwtLoadStylesCommand

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

Deprecated. NOT IMPLEMENTED - SIMPLY DO NOT USE

public class SwtLoadStylesCommand
extends SwtCommonBaseCommand

This will be the SWT equivalent of LoadStylesCommand. Work In Progress. Do not use yet.

Version:
$Id: SwtLoadStylesCommand.java,v 1.2 2005/08/03 07:05:16 SebastienGuyon Exp $
Author:
S�bastien Guyon

Constructor Summary
SwtLoadStylesCommand(ApplicationFrame applicationFrame, java.lang.String command)
          Deprecated. Constructor for the LoadStylesCommand.
 
Method Summary
 void perform(java.lang.Object args)
          Deprecated. Updates the StatusBar with this commands title string.
 
Methods inherited from class com.tensegrity.skeleton.swt.commands.SwtCommonBaseCommand
getGraphApplication, newGraphDocumentFromFactory
 
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

SwtLoadStylesCommand

public SwtLoadStylesCommand(ApplicationFrame applicationFrame,
                            java.lang.String command)
Deprecated. 
Constructor for the LoadStylesCommand.

Parameters:
applicationFrame - enclosing Application for this Command.
command - the id for this command.
Method Detail

perform

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