|
|||||||||
| Home >> All >> com >> flexstor >> remote >> [ script overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.remote.script
Class ScriptableFrameBeanInfo

java.lang.Objectjava.beans.SimpleBeanInfo
com.flexstor.remote.script.ScriptableFrameBeanInfo
- All Implemented Interfaces:
- java.beans.BeanInfo
- public class ScriptableFrameBeanInfo
- extends java.beans.SimpleBeanInfo
| Field Summary |
| Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
| Constructor Summary | |
ScriptableFrameBeanInfo()
|
|
| Method Summary | |
(package private) java.lang.reflect.Method |
getMethod(java.lang.Class c,
java.lang.String methodName)
getMethod is called by the introspector to return a list of methods in the class |
java.beans.MethodDescriptor[] |
getMethodDescriptors()
A method descriptor used by AppleScript for Java's introspector to generate the aete This descriptor describes the parameters and method to be published in the aete and overrides the default generated values |
| Methods inherited from class java.beans.SimpleBeanInfo |
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getPropertyDescriptors, loadImage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
ScriptableFrameBeanInfo
public ScriptableFrameBeanInfo()
| Method Detail |
getMethodDescriptors
public java.beans.MethodDescriptor[] getMethodDescriptors()
- A method descriptor used by AppleScript for Java's introspector to generate the aete
This descriptor describes the parameters and method to be published in the aete and
overrides the default generated values
getMethod
java.lang.reflect.Method getMethod(java.lang.Class c, java.lang.String methodName) throws java.beans.IntrospectionException
- getMethod is called by the introspector to return a list of methods in the class
|
|||||||||
| Home >> All >> com >> flexstor >> remote >> [ script overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC