org.lobobrowser.js

Class JavaClassWrapper


public class JavaClassWrapper
extends java.lang.Object

Constructor Summary

JavaClassWrapper(Class class1)

Method Summary

String
getClassName()
Function
getFunction(String name)
PropertyInfo
getIntegerIndexer()
PropertyInfo
getNameIndexer()
PropertyInfo
getProperty(String name)
Object
newInstance()
String
toString()

Constructor Details

JavaClassWrapper

public JavaClassWrapper(Class class1)

Method Details

getClassName

public String getClassName()

getFunction

public Function getFunction(String name)

getIntegerIndexer

public PropertyInfo getIntegerIndexer()

getNameIndexer

public PropertyInfo getNameIndexer()

getProperty

public PropertyInfo getProperty(String name)

newInstance

public Object newInstance()
            throws InstantiationException,
                   IllegalAccessException

toString

public String toString()