com.tensegrity.skeleton.commands
Class LoadStylesCommand

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

public class LoadStylesCommand
extends CommonBaseCommand

This Command loads a styles.xml file from disk, applies the loaded (and probably changed) styles to all elements of all open documents and then updates the repository panel.

Version:
$Id: LoadStylesCommand.java,v 1.6 2005/04/13 14:22:30 KevinCVS Exp $
Author:
GillesIachelini

Constructor Summary
LoadStylesCommand(ApplicationFrame applicationFrame, java.lang.String command)
          Constructor for the LoadStylesCommand.
 
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

LoadStylesCommand

public LoadStylesCommand(ApplicationFrame applicationFrame,
                         java.lang.String command)
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)
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.