org.beanfabrics.swing
Class BnMouseClickActionBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by org.beanfabrics.swing.ModelSubscriberBeanInfo
          extended by org.beanfabrics.swing.BnActionBeanInfo
              extended by org.beanfabrics.swing.BnMouseClickActionBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class BnMouseClickActionBeanInfo
extends BnActionBeanInfo


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
BnMouseClickActionBeanInfo()
           
 
Method Summary
protected  java.lang.Class getBeanClass()
           
 java.awt.Image getIcon(int iconKind)
           
protected  boolean isPathBound()
           
 
Methods inherited from class org.beanfabrics.swing.ModelSubscriberBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getPropertyDescriptors
 
Methods inherited from class java.beans.SimpleBeanInfo
getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BnMouseClickActionBeanInfo

public BnMouseClickActionBeanInfo()
Method Detail

getBeanClass

protected java.lang.Class getBeanClass()
Overrides:
getBeanClass in class BnActionBeanInfo

isPathBound

protected boolean isPathBound()
Overrides:
isPathBound in class BnActionBeanInfo

getIcon

public java.awt.Image getIcon(int iconKind)
Specified by:
getIcon in interface java.beans.BeanInfo
Overrides:
getIcon in class BnActionBeanInfo