HPSearch

cgl.hpsearch.shell.flow
Class PropertyArray

java.lang.Object
  extended byorg.mozilla.javascript.ScriptableObject
      extended bycgl.hpsearch.shell.flow.PropertyArray
All Implemented Interfaces:
Scriptable, Serializable

public class PropertyArray
extends ScriptableObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mozilla.javascript.ScriptableObject
DONTENUM, EMPTY, parent, PERMANENT, prototype, READONLY
 
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
 
Constructor Summary
PropertyArray()
           
 
Method Summary
 Object get(int index, Scriptable start)
           
 String getClassName()
           
 Vector getList()
           
 void put(int index, Scriptable start, Object value)
           
 void putInVector(Object value)
           
 void setArrayOfClass(Class c, String s)
           
 
Methods inherited from class org.mozilla.javascript.ScriptableObject
callMethod, defineClass, defineClass, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, getAllIds, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, has, has, hasInstance, hasProperty, hasProperty, isSealed, put, putProperty, putProperty, sealObject, setAttributes, setAttributes, setParentScope, setPrototype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyArray

public PropertyArray()
Method Detail

setArrayOfClass

public void setArrayOfClass(Class c,
                            String s)

getClassName

public String getClassName()

get

public Object get(int index,
                  Scriptable start)

put

public void put(int index,
                Scriptable start,
                Object value)

putInVector

public void putInVector(Object value)

getList

public Vector getList()

HPSearch

For comments and suggestions please send e-mail to Harshawardhan Gadgil
Last updated: June 9 2006