Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.remote.script
Class ScriptableFrameBeanInfo  view ScriptableFrameBeanInfo download ScriptableFrameBeanInfo.java

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bycom.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