com.macromedia.generator.commands
Class ScrollingListCommand

java.lang.Object
  |
  +--com.macromedia.generator.app.GenericCommand
        |
        +--com.macromedia.generator.commands.ScrollingListCommand
All Implemented Interfaces:
FlashCommand

public class ScrollingListCommand
extends GenericCommand


Field Summary
(package private)  GenVector _fld0109
           
(package private)  java.lang.String[][] _fld0113
           
(package private)  Context _fld0144
           
(package private)  java.util.Properties _fld0145
           
 
Constructor Summary
ScrollingListCommand()
           
 
Method Summary
 void doCommand(FlashEnvironment flashenvironment, Script script, Context context, int i, java.util.Properties properties)
           
 
Methods inherited from class com.macromedia.generator.app.GenericCommand
convertStringToInt, findColumn, getBoolParam, getIntParam, getMask, getResourceString, getStringParam, getStringParamEmpty, logError, logMessage, logWarning
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_fld0109

GenVector _fld0109

_fld0144

Context _fld0144

_fld0145

java.util.Properties _fld0145

_fld0113

java.lang.String[][] _fld0113
Constructor Detail

ScrollingListCommand

public ScrollingListCommand()
Method Detail

doCommand

public void doCommand(FlashEnvironment flashenvironment,
                      Script script,
                      Context context,
                      int i,
                      java.util.Properties properties)
               throws FlashCommandException
Overrides:
doCommand in class GenericCommand