home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / jbuilder / TRIAL / JBUILDER / JRUNTIME.Z / borland.datastore.DataStore.pme < prev    next >
Encoding:
INI File  |  1998-05-08  |  1.1 KB  |  22 lines

  1. [BeanDescriptor]
  2. pmeversion=200
  3. timestamp=894613096000
  4. name=DataStore
  5. className=borland.datastore.DataStore
  6. icon_color_16x16=sun.awt.windows.WImage
  7. icon_color_32x32=sun.awt.windows.WImage
  8. isContainer=false
  9.  
  10. [PropertyDescriptors]
  11. blockSize,,,,"Kilobyte block size for DataStore file",int,getBlockSize,setBlockSize,,,
  12. fileName,,,,"File location of DataStore",java.lang.String,getFileName,setFileName,,,borland.jbcl.editors.FileNameEditor
  13. maxSortBuffer,,,,"Max memory bytes for sorting",int,getMaxSortBuffer,setMaxSortBuffer,,,
  14. minCacheSize,,,,"Min cache blocks for DataStore data",int,getMinCacheSize,setMinCacheSize,,,
  15. saveInterval,,,,"Millisecond interval for saving modified cache blocks",long,getSaveInterval,setSaveInterval,,,
  16. tempDirName,,,,"Directory location for temp files",java.lang.String,getTempDirName,setTempDirName,,,borland.jbcl.editors.FileNameEditor
  17. readOnly,,,,"ReadOnly access for DataStore",boolean,isReadOnly,setReadOnly,,,
  18. locale,,,,"Locale for DataStore",java.util.Locale,getLocale,setLocale,,,
  19.  
  20. [EventSetDescriptors]
  21. response,,,,,borland.jbcl.dataset.ResponseListener,,addResponseListener,removeResponseListener
  22.