com.sas.actionprovider.commands
Class MapResizeCommand

com.sas.actionprovider.commands.MapResizeCommand
All Implemented Interfaces:
CommandStatusInterface, DynamicAttributeCommandInterface, BaseEntityInterface, BaseEntityValueInterface, EntityKeyInterface, com.sas.lang.StringDataInterface, com.sas.PublicClonable, com.sas.util.Command, com.sas.util.SimpleCommand, java.lang.Cloneable, java.rmi.Remote

public class MapResizeCommand

The command used by the ActionProvider to resize an ESRI Map component


Field Summary
 
Fields inherited from interface com.sas.actionprovider.CommandStatusInterface
DISABLED, ENABLED, IS_CURRENT_STATE_DISABLED, MODEL_MEMBER_DISABLED, MODEL_STATE_DISABLED, MODEL_TYPE_DISABLED
 
Fields inherited from interface com.sas.commands.DynamicAttributeCommandInterface
COMMAND_NAME_PREFIX
 
Constructor Summary
MapResizeCommand()
           
 
Method Summary
 void execute(java.lang.Object o)
          Executes this command.
 
Methods inherited from class com.sas.commands.BaseCommand
getLocale, getName, getNextCommandName, getText, isExecutable, isUndoable, setLocale, setName, setText, undo
 
Methods inherited from class com.sas.entities.BaseEntity
clone, containsAttributeNamed, equals, equals, getAttribute, getAttribute, getAttributeCount, getAttributes, getEntityKey, getPropertyDescriptors, getStringAttribute, listAttributeNames, removeAllAttributes, removeAttribute, reset, sameEntity, setAttribute, setAttributes, setEntityKey, toString
 
Methods inherited from interface com.sas.entities.BaseEntityValueInterface
getAttribute, setAttribute
 
Methods inherited from interface com.sas.util.Command
clone
 

Constructor Detail

MapResizeCommand

public MapResizeCommand()
Method Detail

execute

public void execute(java.lang.Object o)
Description copied from class: BaseCommand
Executes this command.

Specified by:
execute in interface com.sas.util.SimpleCommand
Overrides:
execute in class com.sas.actionprovider.support.graphics.ResizeCommand
Parameters:
o - The output stream to which the results of this command should be written.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.