com.tensegrity.skeleton.commands
Class EditSlidesVisibilityCommand

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

public class EditSlidesVisibilityCommand
extends CommonBaseCommand

EditSlidesVisibilityCommand is a Command implementation that will open a dialog for editing the visibility of slides in all containers of the application.

Changing a value in the dialog will simply lead to a call to setVisible() of the corresponding file. When the preferences contain the corresponding key the state will be saved and restored the next time the application starts.

Author:
BurkhardWick

Constructor Summary
EditSlidesVisibilityCommand(ApplicationFrame applicationFrame, java.lang.String command)
          Constructor specifying the ApplicationFrame to use and a unique id for this 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

EditSlidesVisibilityCommand

public EditSlidesVisibilityCommand(ApplicationFrame applicationFrame,
                                   java.lang.String command)
Constructor specifying the ApplicationFrame to use and a unique id for this Command.

Parameters:
applicationFrame - Application context for this command.
command - the ID of 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.