com.l2fprod.common.swing
Class JLinkButtonBeanInfo

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

public class JLinkButtonBeanInfo
extends java.beans.SimpleBeanInfo

BeanInfo class for JLinkButton.


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
JLinkButtonBeanInfo()
          Constructor for the JLinkButtonBeanInfo 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
 
Methods inherited from class java.beans.SimpleBeanInfo
getDefaultEventIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, 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

JLinkButtonBeanInfo

public JLinkButtonBeanInfo()
                    throws java.beans.IntrospectionException
Constructor for the JLinkButtonBeanInfo 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