Class com.symantec.itools.swing.JChartBeanInfo
All Packages Class Hierarchy This Package Previous Next Index
Class com.symantec.itools.swing.JChartBeanInfo
Object
|
+----SimpleBeanInfo
|
+----HelperBeanInfo
|
+----com.symantec.itools.swing.JChartBeanInfo
- public final class JChartBeanInfo
- extends HelperBeanInfo
-
beanClass
-
-
m_WinHelpID
-
-
com.symantec.itools.swing.JChartBeanInfo()
-
-
getBeanClass()
-
-
getMethodDescriptors()
- Gets an array of descriptions of the methods used for "connections" by
Visual Cafés Interaction Wizard.
-
getPropertyDescriptors()
-
beanClass
protected static final java.lang.Class beanClass
m_WinHelpID
protected static final java.lang.String m_WinHelpID
JChartBeanInfo
public JChartBeanInfo()
getBeanClass
protected java.lang.Class getBeanClass()
- Overrides:
- getBeanClass in class HelperBeanInfo
getMethodDescriptors
public java.beans.MethodDescriptor[] getMethodDescriptors()
- Gets an array of descriptions of the methods used for "connections" by
Visual Cafés Interaction Wizard.
Included in each method description is a CONNECTIONS ActionDescriptor.
- Returns:
- method descriptions for this bean
- Overrides:
- getMethodDescriptors in class SimpleBeanInfo
- See Also:
- ActionDescriptor
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
All Packages Class Hierarchy This Package Previous Next Index