java.lang.Object
java.beans.SimpleBeanInfo
com.pjsofts.eurobudget.beans.FileDataBeanInfo
- All Implemented Interfaces:
- java.beans.BeanInfo
- public class FileDataBeanInfo
- extends java.beans.SimpleBeanInfo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
FileDataBeanInfo
public FileDataBeanInfo()
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.