com.tensegrity.skeleton.commands
Class PageSetupCommand

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

public final class PageSetupCommand
extends GraphDocumentCommand

This Command opens the PageSetup dialog window which allows users to configure printing options.

Version:
$Id: PageSetupCommand.java,v 1.27 2005/05/19 10:14:02 ArndHouben Exp $
Author:
Gilles Iachelini

Constructor Summary
PageSetupCommand(ApplicationFrame applicationFrame, java.lang.String command)
          Creates the PageSetupCommand.
 
Method Summary
 boolean isEnabled()
          (non-Javadoc) This method returns true if the currently active Document is an instance of GraphDocument.
 void perform(java.lang.Object args)
          Updates the StatusBar with this commands title string.
 
Methods inherited from class com.tensegrity.skeleton.commands.GraphDocumentCommand
getGraphDocument, getVisualGraphView
 
Methods inherited from class com.tensegrity.skeleton.commands.DocumentCommand
getDocument, 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, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageSetupCommand

public PageSetupCommand(ApplicationFrame applicationFrame,
                        java.lang.String command)
Creates the PageSetupCommand. The constructor checks whether the application is within the applet context. Only if not, the internal PageFormat is created.

Parameters:
applicationFrame - Application context of 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)

isEnabled

public boolean isEnabled()
Description copied from class: GraphDocumentCommand
(non-Javadoc) This method returns true if the currently active Document is an instance of GraphDocument.

Specified by:
isEnabled in interface Command
Overrides:
isEnabled in class GraphDocumentCommand


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