quick.dbtable
Class DBTableBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended byquick.dbtable.DBTableBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class DBTableBeanInfo
extends java.beans.SimpleBeanInfo

The bean information class for quick.dbtable.DBTable.


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
DBTableBeanInfo()
           
 
Method Summary
 java.beans.MethodDescriptor addColumn_quickdbtableColumnMethodDescriptor()
          Gets the addColumn(quick.dbtable.Column) method descriptor.
 java.beans.MethodDescriptor addDatabaseChangeListener_quickdbtableDatabaseChangeListenerMethodDescriptor()
          Gets the addDatabaseChangeListener(quick.dbtable.DatabaseChangeListener) method descriptor.
 java.beans.MethodDescriptor addDBTableErrorListener_quickdbtableDBTableErrorListenerMethodDescriptor()
          Gets the addDBTableErrorListener(quick.dbtable.DBTableErrorListener) method descriptor.
 java.beans.MethodDescriptor addDeleteSql_javalangString_javalangStringMethodDescriptor()
          Gets the addDeleteSql(java.lang.String, java.lang.String) method descriptor.
 java.beans.MethodDescriptor addInsertSql_javalangString_javalangStringMethodDescriptor()
          Gets the addInsertSql(java.lang.String, java.lang.String) method descriptor.
 java.beans.MethodDescriptor addTableCellListener_quickdbtableDBTableCellListenerMethodDescriptor()
          Gets the addTableCellListener(quick.dbtable.DBTableCellListener) method descriptor.
 java.beans.MethodDescriptor addUpdateSql_javalangString_javalangStringMethodDescriptor()
          Gets the addUpdateSql(java.lang.String, java.lang.String) method descriptor.
 java.beans.PropertyDescriptor cellPropertiesModelPropertyDescriptor()
          Gets the cellPropertiesModel property descriptor.
 java.beans.MethodDescriptor clearAllDeleteSqlMethodDescriptor()
          Gets the clearAllDeleteSql() method descriptor.
 java.beans.MethodDescriptor clearAllInsertSqlMethodDescriptor()
          Gets the clearAllInsertSql() method descriptor.
 java.beans.MethodDescriptor clearAllUpdateSqlMethodDescriptor()
          Gets the clearAllUpdateSql() method descriptor.
 java.beans.MethodDescriptor closeMethodDescriptor()
          Gets the close() method descriptor.
 java.beans.IndexedPropertyDescriptor columnPropertyDescriptor()
          Gets the column property descriptor.
 java.beans.MethodDescriptor connectDatabase_javalangString_javalangString_javalangString_javalangStringMethodDescriptor()
          Gets the connectDatabase(java.lang.String, java.lang.String, java.lang.String, java.lang.String) method descriptor.
 java.beans.MethodDescriptor connectDatabaseMethodDescriptor()
          Gets the connectDatabase() method descriptor.
 java.beans.PropertyDescriptor connectionPropertyDescriptor()
          Gets the connection property descriptor.
 java.beans.MethodDescriptor copyToClipboard_int__MethodDescriptor()
          Gets the copyToClipboard(int[]) method descriptor.
 java.beans.MethodDescriptor createColumnModelFromQueryMethodDescriptor()
          Gets the createColumnModelFromQuery() method descriptor.
 java.beans.MethodDescriptor createControlPanelMethodDescriptor()
          Gets the createControlPanel() method descriptor.
 java.beans.PropertyDescriptor databaseDriverPropertyDescriptor()
          Gets the databaseDriver property descriptor.
 java.beans.MethodDescriptor delete_int__MethodDescriptor()
          Gets the delete(int[]) method descriptor.
 java.beans.MethodDescriptor deleteMethodDescriptor()
          Gets the delete() method descriptor.
 java.beans.MethodDescriptor doFindAndReplaceMethodDescriptor()
          Gets the doFindAndReplace() method descriptor.
 java.beans.MethodDescriptor doFindMethodDescriptor()
          Gets the doFind() method descriptor.
 java.beans.MethodDescriptor enableExcelCopyPasteMethodDescriptor()
          Gets the enableExcelCopyPaste() method descriptor.
 java.beans.MethodDescriptor find_int_int_javalangString_javautilVector_boolean_int__MethodDescriptor()
          Gets the find(int, int, java.lang.String, java.util.Vector, boolean, int[]) method descriptor.
 java.beans.MethodDescriptor find_int_int_javalangString_javautilVector_booleanMethodDescriptor()
          Gets the find(int, int, java.lang.String, java.util.Vector, boolean) method descriptor.
static java.lang.reflect.Method findMethod(java.lang.Class aClass, java.lang.String methodName, int parameterCount)
          Find the method by comparing (name & parameter size) against the methods in the class.
 java.beans.MethodDescriptor firstMethodDescriptor()
          Gets the first() method descriptor.
 java.beans.BeanInfo[] getAdditionalBeanInfo()
          Returns the BeanInfo of the superclass of this bean to inherit its features.
static java.lang.Class getBeanClass()
          Gets the bean class.
static java.lang.String getBeanClassName()
          Gets the bean class name.
 java.beans.BeanDescriptor getBeanDescriptor()
           
 java.beans.MethodDescriptor getCellPropertiesModelMethodDescriptor()
          Gets the getCellPropertiesModel() method descriptor.
 java.beans.MethodDescriptor getColorModelMethodDescriptor()
          Gets the getColorModel() method descriptor.
 java.beans.MethodDescriptor getColumn_intMethodDescriptor()
          Gets the getColumn(int) method descriptor.
 java.beans.MethodDescriptor getColumnByDatabaseName_javalangStringMethodDescriptor()
          Gets the getColumnByDatabaseName(java.lang.String) method descriptor.
 java.beans.MethodDescriptor getColumnByHeaderName_javalangStringMethodDescriptor()
          Gets the getColumnByHeaderName(java.lang.String) method descriptor.
 java.beans.MethodDescriptor getConnectionMethodDescriptor()
          Gets the getConnection() method descriptor.
 java.beans.MethodDescriptor getDatabaseDriverMethodDescriptor()
          Gets the getDatabaseDriver() method descriptor.
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Return the event set descriptors for this bean.
 java.awt.Image getIcon(int iconKind)
           
 java.beans.MethodDescriptor getJdbcUrlMethodDescriptor()
          Gets the getJdbcUrl() method descriptor.
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Return the method descriptors for this bean.
 java.beans.MethodDescriptor getPasswordMethodDescriptor()
          Gets the getPassword() method descriptor.
 java.beans.MethodDescriptor getPrintPreviewCanvas_int_intMethodDescriptor()
          Gets the getPrintPreviewCanvas(int, int) method descriptor.
 java.beans.MethodDescriptor getPrintPreviewCanvasMethodDescriptor()
          Gets the getPrintPreviewCanvas() method descriptor.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Return the property descriptors for this bean.
 java.beans.MethodDescriptor getSelectSqlMethodDescriptor()
          Gets the getSelectSql() method descriptor.
 java.beans.MethodDescriptor getSkinMethodDescriptor()
          Gets the getSkin() method descriptor.
 java.beans.MethodDescriptor getTableMethodDescriptor()
          Gets the getTable() method descriptor.
 java.beans.MethodDescriptor getUserMethodDescriptor()
          Gets the getUser() method descriptor.
 java.beans.MethodDescriptor getVersionMethodDescriptor()
          Gets the getVersion() method descriptor.
 java.beans.MethodDescriptor insert_javautilVectorMethodDescriptor()
          Gets the insert(java.util.Vector) method descriptor.
 java.beans.MethodDescriptor insertEmptyRecordMethodDescriptor()
          Gets the insertEmptyRecord() method descriptor.
 java.beans.PropertyDescriptor jdbcUrlPropertyDescriptor()
          Gets the jdbcUrl property descriptor.
 java.beans.MethodDescriptor nextMethodDescriptor()
          Gets the next() method descriptor.
 java.beans.PropertyDescriptor passwordPropertyDescriptor()
          Gets the password property descriptor.
 java.beans.MethodDescriptor pasteFromClipboardMethodDescriptor()
          Gets the pasteFromClipboard() method descriptor.
 java.beans.MethodDescriptor previousMethodDescriptor()
          Gets the previous() method descriptor.
 java.beans.MethodDescriptor print_int___int_intMethodDescriptor()
          Gets the print(int[], int, int) method descriptor.
 java.beans.MethodDescriptor print_int___quickdbtablePrintPropertiesMethodDescriptor()
          Gets the print(int[], quick.dbtable.PrintProperties) method descriptor.
 java.beans.MethodDescriptor print_int__MethodDescriptor()
          Gets the print(int[]) method descriptor.
 java.beans.MethodDescriptor print_int_intMethodDescriptor()
          Gets the print(int, int) method descriptor.
 java.beans.MethodDescriptor print_quickdbtablePrintPropertiesMethodDescriptor()
          Gets the print(quick.dbtable.PrintProperties) method descriptor.
 java.beans.MethodDescriptor printMethodDescriptor()
          Gets the print() method descriptor.
 java.beans.MethodDescriptor printPreview_int_intMethodDescriptor()
          Gets the printPreview(int, int) method descriptor.
 java.beans.MethodDescriptor printPreviewMethodDescriptor()
          Gets the printPreview() method descriptor.
 java.beans.MethodDescriptor refresh_javaioBufferedReader_javalangStringMethodDescriptor()
          Gets the refresh(java.io.BufferedReader, java.lang.String) method descriptor.
 java.beans.MethodDescriptor refresh_javaioFile_javalangStringMethodDescriptor()
          Gets the refresh(java.io.File, java.lang.String) method descriptor.
 java.beans.MethodDescriptor refresh_javaioInputStream_javalangStringMethodDescriptor()
          Gets the refresh(java.io.InputStream, java.lang.String) method descriptor.
 java.beans.MethodDescriptor refresh_javalangObject____MethodDescriptor()
          Gets the refresh(java.lang.Object[][]) method descriptor.
 java.beans.MethodDescriptor refresh_javanetURL_javalangString_javalangString_javalangStringMethodDescriptor()
          Gets the refresh(java.net.URL, java.lang.String, java.lang.String, java.lang.String) method descriptor.
 java.beans.MethodDescriptor refresh_javanetURL_javalangStringMethodDescriptor()
          Gets the refresh(java.net.URL, java.lang.String) method descriptor.
 java.beans.MethodDescriptor refresh_javasqlResultSetMethodDescriptor()
          Gets the refresh(java.sql.ResultSet) method descriptor.
 java.beans.MethodDescriptor refresh_javautilVectorMethodDescriptor()
          Gets the refresh(java.util.Vector) method descriptor.
 java.beans.MethodDescriptor refreshMethodDescriptor()
          Gets the refresh() method descriptor.
 java.beans.MethodDescriptor refreshSkinMethodDescriptor()
          Gets the refreshSkin() method descriptor.
 java.beans.MethodDescriptor removeDatabaseChangeListener_quickdbtableDatabaseChangeListenerMethodDescriptor()
          Gets the removeDatabaseChangeListener(quick.dbtable.DatabaseChangeListener) method descriptor.
 java.beans.MethodDescriptor removeDBTableErrorListener_quickdbtableDBTableErrorListenerMethodDescriptor()
          Gets the removeDBTableErrorListener(quick.dbtable.DBTableErrorListener) method descriptor.
 java.beans.MethodDescriptor removeTableCellListener_quickdbtableDBTableCellListenerMethodDescriptor()
          Gets the removeTableCellListener(quick.dbtable.DBTableCellListener) method descriptor.
 java.beans.MethodDescriptor replace_int_int_javalangString_javalangString_javautilVector_boolean_int__MethodDescriptor()
          Gets the replace(int, int, java.lang.String, java.lang.String, java.util.Vector, boolean, int[]) method descriptor.
 java.beans.MethodDescriptor replace_int_int_javalangString_javalangString_javautilVector_booleanMethodDescriptor()
          Gets the replace(int, int, java.lang.String, java.lang.String, java.util.Vector, boolean) method descriptor.
 java.beans.MethodDescriptor replaceAll_int_int_javalangString_javalangString_javautilVector_int__MethodDescriptor()
          Gets the replaceAll(int, int, java.lang.String, java.lang.String, java.util.Vector, int[]) method descriptor.
 java.beans.MethodDescriptor replaceAll_int_int_javalangString_javalangString_javautilVectorMethodDescriptor()
          Gets the replaceAll(int, int, java.lang.String, java.lang.String, java.util.Vector) method descriptor.
 java.beans.MethodDescriptor saveMethodDescriptor()
          Gets the save() method descriptor.
 java.beans.PropertyDescriptor selectSqlPropertyDescriptor()
          Gets the selectSql property descriptor.
 java.beans.MethodDescriptor setCellComponent_quickdbtableColumn_int_javautilHashtableMethodDescriptor()
          Gets the setCellComponent(quick.dbtable.Column, int, java.util.Hashtable) method descriptor.
 java.beans.MethodDescriptor setCellPropertiesModel_quickdbtableCellPropertiesModelMethodDescriptor()
          Gets the setCellPropertiesModel(quick.dbtable.CellPropertiesModel) method descriptor.
 java.beans.MethodDescriptor setConnection_javasqlConnectionMethodDescriptor()
          Gets the setConnection(java.sql.Connection) method descriptor.
 java.beans.MethodDescriptor setDatabaseDriver_javalangStringMethodDescriptor()
          Gets the setDatabaseDriver(java.lang.String) method descriptor.
 java.beans.MethodDescriptor setEditable_booleanMethodDescriptor()
          Gets the setEditable(boolean) method descriptor.
 java.beans.MethodDescriptor setJdbcUrl_javalangStringMethodDescriptor()
          Gets the setJdbcUrl(java.lang.String) method descriptor.
 java.beans.MethodDescriptor setPassword_javalangStringMethodDescriptor()
          Gets the setPassword(java.lang.String) method descriptor.
 java.beans.MethodDescriptor setSelectSql_javalangStringMethodDescriptor()
          Gets the setSelectSql(java.lang.String) method descriptor.
 java.beans.MethodDescriptor setSkin_quickdbtableSkinMethodDescriptor()
          Gets the setSkin(quick.dbtable.Skin) method descriptor.
 java.beans.MethodDescriptor setSortEnabled_booleanMethodDescriptor()
          Gets the setSortEnabled(boolean) method descriptor.
 java.beans.MethodDescriptor setUser_javalangStringMethodDescriptor()
          Gets the setUser(java.lang.String) method descriptor.
 java.beans.PropertyDescriptor skinPropertyDescriptor()
          Gets the skin property descriptor.
 java.beans.PropertyDescriptor sortEnabledPropertyDescriptor()
          Gets the sortEnabled property descriptor.
 java.beans.PropertyDescriptor tablePropertyDescriptor()
          Gets the table property descriptor.
 java.beans.MethodDescriptor update_int_int_javalangObjectMethodDescriptor()
          Gets the update(int, int, java.lang.Object) method descriptor.
 java.beans.MethodDescriptor useOldColumnProperties_booleanMethodDescriptor()
          Gets the useOldColumnProperties(boolean) method descriptor.
 java.beans.PropertyDescriptor userPropertyDescriptor()
          Gets the user property descriptor.
 
Methods inherited from class java.beans.SimpleBeanInfo
getDefaultEventIndex, getDefaultPropertyIndex, loadImage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBTableBeanInfo

public DBTableBeanInfo()
Method Detail

addColumn_quickdbtableColumnMethodDescriptor

public java.beans.MethodDescriptor addColumn_quickdbtableColumnMethodDescriptor()
Gets the addColumn(quick.dbtable.Column) method descriptor.

Returns:
java.beans.MethodDescriptor

addDatabaseChangeListener_quickdbtableDatabaseChangeListenerMethodDescriptor

public java.beans.MethodDescriptor addDatabaseChangeListener_quickdbtableDatabaseChangeListenerMethodDescriptor()
Gets the addDatabaseChangeListener(quick.dbtable.DatabaseChangeListener) method descriptor.

Returns:
java.beans.MethodDescriptor

addDBTableErrorListener_quickdbtableDBTableErrorListenerMethodDescriptor

public java.beans.MethodDescriptor addDBTableErrorListener_quickdbtableDBTableErrorListenerMethodDescriptor()
Gets the addDBTableErrorListener(quick.dbtable.DBTableErrorListener) method descriptor.

Returns:
java.beans.MethodDescriptor

addDeleteSql_javalangString_javalangStringMethodDescriptor

public java.beans.MethodDescriptor addDeleteSql_javalangString_javalangStringMethodDescriptor()
Gets the addDeleteSql(java.lang.String, java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

addInsertSql_javalangString_javalangStringMethodDescriptor

public java.beans.MethodDescriptor addInsertSql_javalangString_javalangStringMethodDescriptor()
Gets the addInsertSql(java.lang.String, java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

addTableCellListener_quickdbtableDBTableCellListenerMethodDescriptor

public java.beans.MethodDescriptor addTableCellListener_quickdbtableDBTableCellListenerMethodDescriptor()
Gets the addTableCellListener(quick.dbtable.DBTableCellListener) method descriptor.

Returns:
java.beans.MethodDescriptor

addUpdateSql_javalangString_javalangStringMethodDescriptor

public java.beans.MethodDescriptor addUpdateSql_javalangString_javalangStringMethodDescriptor()
Gets the addUpdateSql(java.lang.String, java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

cellPropertiesModelPropertyDescriptor

public java.beans.PropertyDescriptor cellPropertiesModelPropertyDescriptor()
Gets the cellPropertiesModel property descriptor.

Returns:
java.beans.PropertyDescriptor

clearAllDeleteSqlMethodDescriptor

public java.beans.MethodDescriptor clearAllDeleteSqlMethodDescriptor()
Gets the clearAllDeleteSql() method descriptor.

Returns:
java.beans.MethodDescriptor

clearAllInsertSqlMethodDescriptor

public java.beans.MethodDescriptor clearAllInsertSqlMethodDescriptor()
Gets the clearAllInsertSql() method descriptor.

Returns:
java.beans.MethodDescriptor

clearAllUpdateSqlMethodDescriptor

public java.beans.MethodDescriptor clearAllUpdateSqlMethodDescriptor()
Gets the clearAllUpdateSql() method descriptor.

Returns:
java.beans.MethodDescriptor

closeMethodDescriptor

public java.beans.MethodDescriptor closeMethodDescriptor()
Gets the close() method descriptor.

Returns:
java.beans.MethodDescriptor

columnPropertyDescriptor

public java.beans.IndexedPropertyDescriptor columnPropertyDescriptor()
Gets the column property descriptor.

Returns:
java.beans.IndexedPropertyDescriptor

connectDatabase_javalangString_javalangString_javalangString_javalangStringMethodDescriptor

public java.beans.MethodDescriptor connectDatabase_javalangString_javalangString_javalangString_javalangStringMethodDescriptor()
Gets the connectDatabase(java.lang.String, java.lang.String, java.lang.String, java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

connectDatabaseMethodDescriptor

public java.beans.MethodDescriptor connectDatabaseMethodDescriptor()
Gets the connectDatabase() method descriptor.

Returns:
java.beans.MethodDescriptor

connectionPropertyDescriptor

public java.beans.PropertyDescriptor connectionPropertyDescriptor()
Gets the connection property descriptor.

Returns:
java.beans.PropertyDescriptor

copyToClipboard_int__MethodDescriptor

public java.beans.MethodDescriptor copyToClipboard_int__MethodDescriptor()
Gets the copyToClipboard(int[]) method descriptor.

Returns:
java.beans.MethodDescriptor

createColumnModelFromQueryMethodDescriptor

public java.beans.MethodDescriptor createColumnModelFromQueryMethodDescriptor()
Gets the createColumnModelFromQuery() method descriptor.

Returns:
java.beans.MethodDescriptor

createControlPanelMethodDescriptor

public java.beans.MethodDescriptor createControlPanelMethodDescriptor()
Gets the createControlPanel() method descriptor.

Returns:
java.beans.MethodDescriptor

databaseDriverPropertyDescriptor

public java.beans.PropertyDescriptor databaseDriverPropertyDescriptor()
Gets the databaseDriver property descriptor.

Returns:
java.beans.PropertyDescriptor

delete_int__MethodDescriptor

public java.beans.MethodDescriptor delete_int__MethodDescriptor()
Gets the delete(int[]) method descriptor.

Returns:
java.beans.MethodDescriptor

deleteMethodDescriptor

public java.beans.MethodDescriptor deleteMethodDescriptor()
Gets the delete() method descriptor.

Returns:
java.beans.MethodDescriptor

doFindAndReplaceMethodDescriptor

public java.beans.MethodDescriptor doFindAndReplaceMethodDescriptor()
Gets the doFindAndReplace() method descriptor.

Returns:
java.beans.MethodDescriptor

doFindMethodDescriptor

public java.beans.MethodDescriptor doFindMethodDescriptor()
Gets the doFind() method descriptor.

Returns:
java.beans.MethodDescriptor

enableExcelCopyPasteMethodDescriptor

public java.beans.MethodDescriptor enableExcelCopyPasteMethodDescriptor()
Gets the enableExcelCopyPaste() method descriptor.

Returns:
java.beans.MethodDescriptor

find_int_int_javalangString_javautilVector_boolean_int__MethodDescriptor

public java.beans.MethodDescriptor find_int_int_javalangString_javautilVector_boolean_int__MethodDescriptor()
Gets the find(int, int, java.lang.String, java.util.Vector, boolean, int[]) method descriptor.

Returns:
java.beans.MethodDescriptor

find_int_int_javalangString_javautilVector_booleanMethodDescriptor

public java.beans.MethodDescriptor find_int_int_javalangString_javautilVector_booleanMethodDescriptor()
Gets the find(int, int, java.lang.String, java.util.Vector, boolean) method descriptor.

Returns:
java.beans.MethodDescriptor

findMethod

public static java.lang.reflect.Method findMethod(java.lang.Class aClass,
                                                  java.lang.String methodName,
                                                  int parameterCount)
Find the method by comparing (name & parameter size) against the methods in the class.

Parameters:
aClass - java.lang.Class
methodName - java.lang.String
parameterCount - int
Returns:
java.lang.reflect.Method

firstMethodDescriptor

public java.beans.MethodDescriptor firstMethodDescriptor()
Gets the first() method descriptor.

Returns:
java.beans.MethodDescriptor

getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()
Returns the BeanInfo of the superclass of this bean to inherit its features.

Returns:
java.beans.BeanInfo[]

getBeanClass

public static java.lang.Class getBeanClass()
Gets the bean class.

Returns:
java.lang.Class

getBeanClassName

public static java.lang.String getBeanClassName()
Gets the bean class name.

Returns:
java.lang.String

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()

getCellPropertiesModelMethodDescriptor

public java.beans.MethodDescriptor getCellPropertiesModelMethodDescriptor()
Gets the getCellPropertiesModel() method descriptor.

Returns:
java.beans.MethodDescriptor

getColorModelMethodDescriptor

public java.beans.MethodDescriptor getColorModelMethodDescriptor()
Gets the getColorModel() method descriptor.

Returns:
java.beans.MethodDescriptor

getColumn_intMethodDescriptor

public java.beans.MethodDescriptor getColumn_intMethodDescriptor()
Gets the getColumn(int) method descriptor.

Returns:
java.beans.MethodDescriptor

getColumnByDatabaseName_javalangStringMethodDescriptor

public java.beans.MethodDescriptor getColumnByDatabaseName_javalangStringMethodDescriptor()
Gets the getColumnByDatabaseName(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

getColumnByHeaderName_javalangStringMethodDescriptor

public java.beans.MethodDescriptor getColumnByHeaderName_javalangStringMethodDescriptor()
Gets the getColumnByHeaderName(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

getConnectionMethodDescriptor

public java.beans.MethodDescriptor getConnectionMethodDescriptor()
Gets the getConnection() method descriptor.

Returns:
java.beans.MethodDescriptor

getDatabaseDriverMethodDescriptor

public java.beans.MethodDescriptor getDatabaseDriverMethodDescriptor()
Gets the getDatabaseDriver() method descriptor.

Returns:
java.beans.MethodDescriptor

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Return the event set descriptors for this bean.

Returns:
java.beans.EventSetDescriptor[]

getIcon

public java.awt.Image getIcon(int iconKind)

getJdbcUrlMethodDescriptor

public java.beans.MethodDescriptor getJdbcUrlMethodDescriptor()
Gets the getJdbcUrl() method descriptor.

Returns:
java.beans.MethodDescriptor

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
Return the method descriptors for this bean.

Returns:
java.beans.MethodDescriptor[]

getPasswordMethodDescriptor

public java.beans.MethodDescriptor getPasswordMethodDescriptor()
Gets the getPassword() method descriptor.

Returns:
java.beans.MethodDescriptor

getPrintPreviewCanvas_int_intMethodDescriptor

public java.beans.MethodDescriptor getPrintPreviewCanvas_int_intMethodDescriptor()
Gets the getPrintPreviewCanvas(int, int) method descriptor.

Returns:
java.beans.MethodDescriptor

getPrintPreviewCanvasMethodDescriptor

public java.beans.MethodDescriptor getPrintPreviewCanvasMethodDescriptor()
Gets the getPrintPreviewCanvas() method descriptor.

Returns:
java.beans.MethodDescriptor

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Return the property descriptors for this bean.

Returns:
java.beans.PropertyDescriptor[]

getSelectSqlMethodDescriptor

public java.beans.MethodDescriptor getSelectSqlMethodDescriptor()
Gets the getSelectSql() method descriptor.

Returns:
java.beans.MethodDescriptor

getSkinMethodDescriptor

public java.beans.MethodDescriptor getSkinMethodDescriptor()
Gets the getSkin() method descriptor.

Returns:
java.beans.MethodDescriptor

getTableMethodDescriptor

public java.beans.MethodDescriptor getTableMethodDescriptor()
Gets the getTable() method descriptor.

Returns:
java.beans.MethodDescriptor

getUserMethodDescriptor

public java.beans.MethodDescriptor getUserMethodDescriptor()
Gets the getUser() method descriptor.

Returns:
java.beans.MethodDescriptor

getVersionMethodDescriptor

public java.beans.MethodDescriptor getVersionMethodDescriptor()
Gets the getVersion() method descriptor.

Returns:
java.beans.MethodDescriptor

insert_javautilVectorMethodDescriptor

public java.beans.MethodDescriptor insert_javautilVectorMethodDescriptor()
Gets the insert(java.util.Vector) method descriptor.

Returns:
java.beans.MethodDescriptor

insertEmptyRecordMethodDescriptor

public java.beans.MethodDescriptor insertEmptyRecordMethodDescriptor()
Gets the insertEmptyRecord() method descriptor.

Returns:
java.beans.MethodDescriptor

jdbcUrlPropertyDescriptor

public java.beans.PropertyDescriptor jdbcUrlPropertyDescriptor()
Gets the jdbcUrl property descriptor.

Returns:
java.beans.PropertyDescriptor

nextMethodDescriptor

public java.beans.MethodDescriptor nextMethodDescriptor()
Gets the next() method descriptor.

Returns:
java.beans.MethodDescriptor

passwordPropertyDescriptor

public java.beans.PropertyDescriptor passwordPropertyDescriptor()
Gets the password property descriptor.

Returns:
java.beans.PropertyDescriptor

pasteFromClipboardMethodDescriptor

public java.beans.MethodDescriptor pasteFromClipboardMethodDescriptor()
Gets the pasteFromClipboard() method descriptor.

Returns:
java.beans.MethodDescriptor

previousMethodDescriptor

public java.beans.MethodDescriptor previousMethodDescriptor()
Gets the previous() method descriptor.

Returns:
java.beans.MethodDescriptor

print_int___int_intMethodDescriptor

public java.beans.MethodDescriptor print_int___int_intMethodDescriptor()
Gets the print(int[], int, int) method descriptor.

Returns:
java.beans.MethodDescriptor

print_int___quickdbtablePrintPropertiesMethodDescriptor

public java.beans.MethodDescriptor print_int___quickdbtablePrintPropertiesMethodDescriptor()
Gets the print(int[], quick.dbtable.PrintProperties) method descriptor.

Returns:
java.beans.MethodDescriptor

print_int__MethodDescriptor

public java.beans.MethodDescriptor print_int__MethodDescriptor()
Gets the print(int[]) method descriptor.

Returns:
java.beans.MethodDescriptor

print_int_intMethodDescriptor

public java.beans.MethodDescriptor print_int_intMethodDescriptor()
Gets the print(int, int) method descriptor.

Returns:
java.beans.MethodDescriptor

print_quickdbtablePrintPropertiesMethodDescriptor

public java.beans.MethodDescriptor print_quickdbtablePrintPropertiesMethodDescriptor()
Gets the print(quick.dbtable.PrintProperties) method descriptor.

Returns:
java.beans.MethodDescriptor

printMethodDescriptor

public java.beans.MethodDescriptor printMethodDescriptor()
Gets the print() method descriptor.

Returns:
java.beans.MethodDescriptor

printPreview_int_intMethodDescriptor

public java.beans.MethodDescriptor printPreview_int_intMethodDescriptor()
Gets the printPreview(int, int) method descriptor.

Returns:
java.beans.MethodDescriptor

printPreviewMethodDescriptor

public java.beans.MethodDescriptor printPreviewMethodDescriptor()
Gets the printPreview() method descriptor.

Returns:
java.beans.MethodDescriptor

refresh_javaioBufferedReader_javalangStringMethodDescriptor

public java.beans.MethodDescriptor refresh_javaioBufferedReader_javalangStringMethodDescriptor()
Gets the refresh(java.io.BufferedReader, java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

refresh_javaioFile_javalangStringMethodDescriptor

public java.beans.MethodDescriptor refresh_javaioFile_javalangStringMethodDescriptor()
Gets the refresh(java.io.File, java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

refresh_javaioInputStream_javalangStringMethodDescriptor

public java.beans.MethodDescriptor refresh_javaioInputStream_javalangStringMethodDescriptor()
Gets the refresh(java.io.InputStream, java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

refresh_javalangObject____MethodDescriptor

public java.beans.MethodDescriptor refresh_javalangObject____MethodDescriptor()
Gets the refresh(java.lang.Object[][]) method descriptor.

Returns:
java.beans.MethodDescriptor

refresh_javanetURL_javalangString_javalangString_javalangStringMethodDescriptor

public java.beans.MethodDescriptor refresh_javanetURL_javalangString_javalangString_javalangStringMethodDescriptor()
Gets the refresh(java.net.URL, java.lang.String, java.lang.String, java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

refresh_javanetURL_javalangStringMethodDescriptor

public java.beans.MethodDescriptor refresh_javanetURL_javalangStringMethodDescriptor()
Gets the refresh(java.net.URL, java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

refresh_javasqlResultSetMethodDescriptor

public java.beans.MethodDescriptor refresh_javasqlResultSetMethodDescriptor()
Gets the refresh(java.sql.ResultSet) method descriptor.

Returns:
java.beans.MethodDescriptor

refresh_javautilVectorMethodDescriptor

public java.beans.MethodDescriptor refresh_javautilVectorMethodDescriptor()
Gets the refresh(java.util.Vector) method descriptor.

Returns:
java.beans.MethodDescriptor

refreshMethodDescriptor

public java.beans.MethodDescriptor refreshMethodDescriptor()
Gets the refresh() method descriptor.

Returns:
java.beans.MethodDescriptor

refreshSkinMethodDescriptor

public java.beans.MethodDescriptor refreshSkinMethodDescriptor()
Gets the refreshSkin() method descriptor.

Returns:
java.beans.MethodDescriptor

removeDatabaseChangeListener_quickdbtableDatabaseChangeListenerMethodDescriptor

public java.beans.MethodDescriptor removeDatabaseChangeListener_quickdbtableDatabaseChangeListenerMethodDescriptor()
Gets the removeDatabaseChangeListener(quick.dbtable.DatabaseChangeListener) method descriptor.

Returns:
java.beans.MethodDescriptor

removeDBTableErrorListener_quickdbtableDBTableErrorListenerMethodDescriptor

public java.beans.MethodDescriptor removeDBTableErrorListener_quickdbtableDBTableErrorListenerMethodDescriptor()
Gets the removeDBTableErrorListener(quick.dbtable.DBTableErrorListener) method descriptor.

Returns:
java.beans.MethodDescriptor

removeTableCellListener_quickdbtableDBTableCellListenerMethodDescriptor

public java.beans.MethodDescriptor removeTableCellListener_quickdbtableDBTableCellListenerMethodDescriptor()
Gets the removeTableCellListener(quick.dbtable.DBTableCellListener) method descriptor.

Returns:
java.beans.MethodDescriptor

replace_int_int_javalangString_javalangString_javautilVector_boolean_int__MethodDescriptor

public java.beans.MethodDescriptor replace_int_int_javalangString_javalangString_javautilVector_boolean_int__MethodDescriptor()
Gets the replace(int, int, java.lang.String, java.lang.String, java.util.Vector, boolean, int[]) method descriptor.

Returns:
java.beans.MethodDescriptor

replace_int_int_javalangString_javalangString_javautilVector_booleanMethodDescriptor

public java.beans.MethodDescriptor replace_int_int_javalangString_javalangString_javautilVector_booleanMethodDescriptor()
Gets the replace(int, int, java.lang.String, java.lang.String, java.util.Vector, boolean) method descriptor.

Returns:
java.beans.MethodDescriptor

replaceAll_int_int_javalangString_javalangString_javautilVector_int__MethodDescriptor

public java.beans.MethodDescriptor replaceAll_int_int_javalangString_javalangString_javautilVector_int__MethodDescriptor()
Gets the replaceAll(int, int, java.lang.String, java.lang.String, java.util.Vector, int[]) method descriptor.

Returns:
java.beans.MethodDescriptor

replaceAll_int_int_javalangString_javalangString_javautilVectorMethodDescriptor

public java.beans.MethodDescriptor replaceAll_int_int_javalangString_javalangString_javautilVectorMethodDescriptor()
Gets the replaceAll(int, int, java.lang.String, java.lang.String, java.util.Vector) method descriptor.

Returns:
java.beans.MethodDescriptor

saveMethodDescriptor

public java.beans.MethodDescriptor saveMethodDescriptor()
Gets the save() method descriptor.

Returns:
java.beans.MethodDescriptor

selectSqlPropertyDescriptor

public java.beans.PropertyDescriptor selectSqlPropertyDescriptor()
Gets the selectSql property descriptor.

Returns:
java.beans.PropertyDescriptor

setCellComponent_quickdbtableColumn_int_javautilHashtableMethodDescriptor

public java.beans.MethodDescriptor setCellComponent_quickdbtableColumn_int_javautilHashtableMethodDescriptor()
Gets the setCellComponent(quick.dbtable.Column, int, java.util.Hashtable) method descriptor.

Returns:
java.beans.MethodDescriptor

setCellPropertiesModel_quickdbtableCellPropertiesModelMethodDescriptor

public java.beans.MethodDescriptor setCellPropertiesModel_quickdbtableCellPropertiesModelMethodDescriptor()
Gets the setCellPropertiesModel(quick.dbtable.CellPropertiesModel) method descriptor.

Returns:
java.beans.MethodDescriptor

setConnection_javasqlConnectionMethodDescriptor

public java.beans.MethodDescriptor setConnection_javasqlConnectionMethodDescriptor()
Gets the setConnection(java.sql.Connection) method descriptor.

Returns:
java.beans.MethodDescriptor

setDatabaseDriver_javalangStringMethodDescriptor

public java.beans.MethodDescriptor setDatabaseDriver_javalangStringMethodDescriptor()
Gets the setDatabaseDriver(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

setEditable_booleanMethodDescriptor

public java.beans.MethodDescriptor setEditable_booleanMethodDescriptor()
Gets the setEditable(boolean) method descriptor.

Returns:
java.beans.MethodDescriptor

setJdbcUrl_javalangStringMethodDescriptor

public java.beans.MethodDescriptor setJdbcUrl_javalangStringMethodDescriptor()
Gets the setJdbcUrl(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

setPassword_javalangStringMethodDescriptor

public java.beans.MethodDescriptor setPassword_javalangStringMethodDescriptor()
Gets the setPassword(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

setSelectSql_javalangStringMethodDescriptor

public java.beans.MethodDescriptor setSelectSql_javalangStringMethodDescriptor()
Gets the setSelectSql(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

setSkin_quickdbtableSkinMethodDescriptor

public java.beans.MethodDescriptor setSkin_quickdbtableSkinMethodDescriptor()
Gets the setSkin(quick.dbtable.Skin) method descriptor.

Returns:
java.beans.MethodDescriptor

setSortEnabled_booleanMethodDescriptor

public java.beans.MethodDescriptor setSortEnabled_booleanMethodDescriptor()
Gets the setSortEnabled(boolean) method descriptor.

Returns:
java.beans.MethodDescriptor

setUser_javalangStringMethodDescriptor

public java.beans.MethodDescriptor setUser_javalangStringMethodDescriptor()
Gets the setUser(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

skinPropertyDescriptor

public java.beans.PropertyDescriptor skinPropertyDescriptor()
Gets the skin property descriptor.

Returns:
java.beans.PropertyDescriptor

sortEnabledPropertyDescriptor

public java.beans.PropertyDescriptor sortEnabledPropertyDescriptor()
Gets the sortEnabled property descriptor.

Returns:
java.beans.PropertyDescriptor

tablePropertyDescriptor

public java.beans.PropertyDescriptor tablePropertyDescriptor()
Gets the table property descriptor.

Returns:
java.beans.PropertyDescriptor

update_int_int_javalangObjectMethodDescriptor

public java.beans.MethodDescriptor update_int_int_javalangObjectMethodDescriptor()
Gets the update(int, int, java.lang.Object) method descriptor.

Returns:
java.beans.MethodDescriptor

useOldColumnProperties_booleanMethodDescriptor

public java.beans.MethodDescriptor useOldColumnProperties_booleanMethodDescriptor()
Gets the useOldColumnProperties(boolean) method descriptor.

Returns:
java.beans.MethodDescriptor

userPropertyDescriptor

public java.beans.PropertyDescriptor userPropertyDescriptor()
Gets the user property descriptor.

Returns:
java.beans.PropertyDescriptor