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

Quick Search    Search Deep

com.pjsofts.eurobudget.beans
Class FileDataBeanInfo  view FileDataBeanInfo download FileDataBeanInfo.java

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bycom.pjsofts.eurobudget.beans.FileDataBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class FileDataBeanInfo
extends java.beans.SimpleBeanInfo


Field Summary
private static int defaultEventIndex
           
private static int defaultPropertyIndex
           
private static int PROPERTY_accounts
           
private static int PROPERTY_banks
           
private static int PROPERTY_categoryGroups
           
private static int PROPERTY_costCategories
           
private static int PROPERTY_creationDate
           
private static int PROPERTY_creationUser
           
private static int PROPERTY_entities
           
private static int PROPERTY_goods
           
private static int PROPERTY_goodTypes
           
private static int PROPERTY_impots
           
private static int PROPERTY_lastAccessDate
           
private static int PROPERTY_lastAccessUser
           
private static int PROPERTY_lastModifyDate
           
private static int PROPERTY_lastModifyUser
           
private static int PROPERTY_owner
           
private static int PROPERTY_periodicTxns
           
private static int PROPERTY_revenueCategories
           
private static int PROPERTY_savedReports
           
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
FileDataBeanInfo()
           
 
Method Summary
private static java.beans.BeanDescriptor getBdescriptor()
           
 java.beans.BeanDescriptor getBeanDescriptor()
          Gets the bean's BeanDescriptors.
 int getDefaultEventIndex()
          A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
 int getDefaultPropertyIndex()
          A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
private static java.beans.EventSetDescriptor[] getEdescriptor()
           
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Gets the bean's EventSetDescriptors.
private static java.beans.MethodDescriptor[] getMdescriptor()
           
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Gets the bean's MethodDescriptors.
private static java.beans.PropertyDescriptor[] getPdescriptor()
           
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Gets the bean's PropertyDescriptors.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getIcon, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_lastModifyDate

private static final int PROPERTY_lastModifyDate
See Also:
Constant Field Values

PROPERTY_goodTypes

private static final int PROPERTY_goodTypes
See Also:
Constant Field Values

PROPERTY_lastModifyUser

private static final int PROPERTY_lastModifyUser
See Also:
Constant Field Values

PROPERTY_savedReports

private static final int PROPERTY_savedReports
See Also:
Constant Field Values

PROPERTY_revenueCategories

private static final int PROPERTY_revenueCategories
See Also:
Constant Field Values

PROPERTY_banks

private static final int PROPERTY_banks
See Also:
Constant Field Values

PROPERTY_goods

private static final int PROPERTY_goods
See Also:
Constant Field Values

PROPERTY_owner

private static final int PROPERTY_owner
See Also:
Constant Field Values

PROPERTY_categoryGroups

private static final int PROPERTY_categoryGroups
See Also:
Constant Field Values

PROPERTY_creationDate

private static final int PROPERTY_creationDate
See Also:
Constant Field Values

PROPERTY_creationUser

private static final int PROPERTY_creationUser
See Also:
Constant Field Values

PROPERTY_costCategories

private static final int PROPERTY_costCategories
See Also:
Constant Field Values

PROPERTY_lastAccessDate

private static final int PROPERTY_lastAccessDate
See Also:
Constant Field Values

PROPERTY_accounts

private static final int PROPERTY_accounts
See Also:
Constant Field Values

PROPERTY_lastAccessUser

private static final int PROPERTY_lastAccessUser
See Also:
Constant Field Values

PROPERTY_periodicTxns

private static final int PROPERTY_periodicTxns
See Also:
Constant Field Values

PROPERTY_impots

private static final int PROPERTY_impots
See Also:
Constant Field Values

PROPERTY_entities

private static final int PROPERTY_entities
See Also:
Constant Field Values

defaultPropertyIndex

private static final int defaultPropertyIndex
See Also:
Constant Field Values

defaultEventIndex

private static final int defaultEventIndex
See Also:
Constant Field Values
Constructor Detail

FileDataBeanInfo

public FileDataBeanInfo()
Method Detail

getBdescriptor

private static java.beans.BeanDescriptor getBdescriptor()

getPdescriptor

private static java.beans.PropertyDescriptor[] getPdescriptor()

getEdescriptor

private static java.beans.EventSetDescriptor[] getEdescriptor()

getMdescriptor

private static java.beans.MethodDescriptor[] getMdescriptor()

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Gets the bean's BeanDescriptors.


getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Gets the bean's PropertyDescriptors.


getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Gets the bean's EventSetDescriptors.


getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
Gets the bean's MethodDescriptors.


getDefaultPropertyIndex

public int getDefaultPropertyIndex()
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.


getDefaultEventIndex

public int getDefaultEventIndex()
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.