org.lobobrowser.js
Class JavaClassWrapper

java.lang.Object
  extended by org.lobobrowser.js.JavaClassWrapper

public class JavaClassWrapper
extends java.lang.Object


Constructor Summary
JavaClassWrapper(java.lang.Class class1)
           
 
Method Summary
 java.lang.String getClassName()
           
 org.mozilla.javascript.Function getFunction(java.lang.String name)
           
 PropertyInfo getIntegerIndexer()
           
 PropertyInfo getNameIndexer()
           
 PropertyInfo getProperty(java.lang.String name)
           
 java.lang.Object newInstance()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaClassWrapper

public JavaClassWrapper(java.lang.Class class1)
Method Detail

newInstance

public java.lang.Object newInstance()
                             throws java.lang.InstantiationException,
                                    java.lang.IllegalAccessException
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException

getClassName

public java.lang.String getClassName()

getFunction

public org.mozilla.javascript.Function getFunction(java.lang.String name)

getProperty

public PropertyInfo getProperty(java.lang.String name)

getIntegerIndexer

public PropertyInfo getIntegerIndexer()

getNameIndexer

public PropertyInfo getNameIndexer()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object