com.l2fprod.common.swing
Class JCollapsiblePaneBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by com.l2fprod.common.swing.JCollapsiblePaneBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class JCollapsiblePaneBeanInfo
extends java.beans.SimpleBeanInfo

BeanInfo class for JCollapsiblePane.


Field Summary
protected  java.beans.BeanDescriptor bd
          Description of the Field
protected  java.awt.Image iconColor16
          Description of the Field
protected  java.awt.Image iconColor32
          Description of the Field
protected  java.awt.Image iconMono16
          Description of the Field
protected  java.awt.Image iconMono32
          Description of the Field
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
JCollapsiblePaneBeanInfo()
          Constructor for the JCollapsiblePaneBeanInfo object
 
Method Summary
 java.beans.BeanInfo[] getAdditionalBeanInfo()
          Gets the additionalBeanInfo
 java.beans.BeanDescriptor getBeanDescriptor()
          Gets the beanDescriptor
 int getDefaultPropertyIndex()
          Gets the defaultPropertyIndex
 java.awt.Image getIcon(int type)
          Gets the icon
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Gets the methodDescriptors attribute ...
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Gets the Property Descriptors
 
Methods inherited from class java.beans.SimpleBeanInfo
getDefaultEventIndex, getEventSetDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bd

protected java.beans.BeanDescriptor bd
Description of the Field


iconMono16

protected java.awt.Image iconMono16
Description of the Field


iconColor16

protected java.awt.Image iconColor16
Description of the Field


iconMono32

protected java.awt.Image iconMono32
Description of the Field


iconColor32

protected java.awt.Image iconColor32
Description of the Field

Constructor Detail

JCollapsiblePaneBeanInfo

public JCollapsiblePaneBeanInfo()
                         throws java.beans.IntrospectionException
Constructor for the JCollapsiblePaneBeanInfo object

Throws:
java.beans.IntrospectionException
Method Detail

getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()
Gets the additionalBeanInfo

Specified by:
getAdditionalBeanInfo in interface java.beans.BeanInfo
Overrides:
getAdditionalBeanInfo in class java.beans.SimpleBeanInfo
Returns:
The additionalBeanInfo value

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Gets the beanDescriptor

Specified by:
getBeanDescriptor in interface java.beans.BeanInfo
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo
Returns:
The beanDescriptor value

getDefaultPropertyIndex

public int getDefaultPropertyIndex()
Gets the defaultPropertyIndex

Specified by:
getDefaultPropertyIndex in interface java.beans.BeanInfo
Overrides:
getDefaultPropertyIndex in class java.beans.SimpleBeanInfo
Returns:
The defaultPropertyIndex value

getIcon

public java.awt.Image getIcon(int type)
Gets the icon

Specified by:
getIcon in interface java.beans.BeanInfo
Overrides:
getIcon in class java.beans.SimpleBeanInfo
Parameters:
type - Description of the Parameter
Returns:
The icon value

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Gets the Property Descriptors

Specified by:
getPropertyDescriptors in interface java.beans.BeanInfo
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo
Returns:
The propertyDescriptors value

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
Gets the methodDescriptors attribute ...

Specified by:
getMethodDescriptors in interface java.beans.BeanInfo
Overrides:
getMethodDescriptors in class java.beans.SimpleBeanInfo
Returns:
The methodDescriptors value