Deprecated API


Contents
Deprecated Interfaces
com.extentech.ExtenXLS.Document
          This interface provides no functionality beyond the abstract DocumentHandle class. Use that type instead. 
com.extentech.ExtenXLS.WorkBook
          This interface does not provide any useful abstraction. In practice it is equivalent to the WorkBookHandle class. Use that type instead. 
 

Deprecated Classes
com.extentech.ExtenXLS.FormatCache
            
 

Deprecated Fields
com.extentech.ExtenXLS.eventui.ExtenXLSCellRenderer.ch
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.eventui.ExtenXLSCellRenderer.DEBUG
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.DateConverter.DEBUGLEVEL
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.DateConverter.millsin8hours
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.DateConverter.millsinday
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.DateConverter.millsinhour
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.eventui.ExtenXLSCellRenderer.mysheet
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.eventui.ExtenXLSCellRenderer.mytable
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.eventui.ExtenXLSCellRenderer.myTableFrame
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.DateConverter.numdaysofEPOCH
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.DateConverter.xlsmillisec
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.DateConverter.xlsmultiplier
          No longer used internally. Should not have been public. 
 

Deprecated Methods
com.extentech.ExtenXLS.WorkSheetHandle.addCol(int, int)
          use addCol(int) 
com.extentech.ExtenXLS.WorkBookParser.addSheetFromWorkBook(WorkBookHandle, String, String)
            
com.extentech.ExtenXLS.WorkBookHandle.addSheetFromWorkBook(WorkBookHandle, String, String)
          - use addWorkSheet(WorkSheetHandle sht, String NewSheetName){ 
com.extentech.ExtenXLS.WorkBook.addSheetFromWorkBook(WorkBookHandle, String, String)
            
com.extentech.ExtenXLS.web.MemeWorkBook.addSheetFromWorkBook(WorkBookHandle, String, String)
            
com.extentech.ExtenXLS.WorkBookParser.addSheetFromWorkBookWithFormatting(WorkBookHandle, String, String)
            
com.extentech.ExtenXLS.WorkBookHandle.addSheetFromWorkBookWithFormatting(WorkBookHandle, String, String)
          - use addWorkSheet(WorkSheetHandle sht, String NewSheetName){ 
com.extentech.ExtenXLS.web.MemeWorkBook.addSheetFromWorkBookWithFormatting(WorkBookHandle, String, String)
            
com.extentech.ExtenXLS.eventui.WorkBookPanel.addTableModelListener(TableModelListener)
          Use the various listeners on WorkBookModel instead. 
com.extentech.ExtenXLS.web.WebWorkBook.commit()
          for now, this is not tested anywhere, and does not seem to function, returns false, handle storage/saving issues to reimplement (see 2 commented out storeNewDocument() and save() calls below) 
com.extentech.ExtenXLS.FormatCache.get(FormatHandle)
            
com.extentech.ExtenXLS.FormatCache.get(String)
            
com.extentech.ExtenXLS.web.MemeDocument.getBook(int)
            
com.extentech.ExtenXLS.eventui.WorkBookPanel.getBrowser()
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.WorkBookParser.getBytes()
            
com.extentech.ExtenXLS.WorkBookHandle.getBytes()
          Writing the spreadsheet to a byte array uses a great deal of memory and generally provides no benefit over streaming output. Use the WorkBookHandle.write(java.lang.String) family of methods instead. If you need a byte array use ByteArrayOutputStream. 
com.extentech.ExtenXLS.web.MemeWorkBook.getBytes()
            
com.extentech.ExtenXLS.DateConverter.getCalendarFromNumber(Object)
          Use DateConverter.getCalendarFromNumber(double) instead. 
com.extentech.ExtenXLS.eventui.WorkBookPanel.getCellTextField()
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.DateConverter.getDateFromNumber(Object)
          Use DateConverter.getDateFromNumber(double) instead. 
com.extentech.ExtenXLS.web.MemeDocument.getDefaultFileString(int)
          use Storage 
com.extentech.ExtenXLS.DocumentHandle.getFileName()
          Use DocumentHandle.getFile() instead. 
com.extentech.ExtenXLS.DateConverter.getFormattedDateVal(CellHandle)
          The date format handling in this method is wildly incorrect. It is retained only to provide compatibility with legacy ExtenXLS XML files. 
com.extentech.ExtenXLS.eventui.ExtenXLSCellRenderer.getHtmlViewer()
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.FormatCache.getInt(String)
            
com.extentech.ExtenXLS.eventui.ExtenXLSCellRenderer.getMyTableFrame()
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.DateConverter.getNonLocalizedCalendarFromNumber(Object)
          Identical to DateConverter.getDateFromNumber(Object). 
com.extentech.ExtenXLS.DateConverter.getNonLocalizedDateFromNumber(Object)
          Identical to DateConverter.getDateFromNumber(Object). 
com.extentech.ExtenXLS.eventui.WorkBookPanel.getParentJInternalFrame()
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.web.MemeDocument.getSaveAsFileType()
          storetype and storelocation are now handled within storage 
com.extentech.ExtenXLS.eventui.WorkBookPanel.getSheetTables()
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.web.MemeDocument.getXMLStream(int)
          use storage instead 
com.extentech.ExtenXLS.eventui.WorkBookPanel.initNewWorkBook()
          Use WorkBookPanel.load() instead. 
com.extentech.ExtenXLS.eventui.WorkBookPanel.initSheets(WorkBookHandle)
          Use WorkBookPanel.load(WorkBookHandle) instead. 
com.extentech.ExtenXLS.eventui.WorkBookPanel.initXLS()
          Use WorkBookPanel.load(File) instead. 
com.extentech.ExtenXLS.eventui.WorkBookPanel.initXLS(byte[])
          Use WorkBookPanel.load(byte[]) instead. 
com.extentech.ExtenXLS.web.MemeDocument.load()
            
com.extentech.ExtenXLS.web.MemeWorkBook.load(int)
            
com.extentech.ExtenXLS.web.MemeDocument.load(int)
            
com.extentech.ExtenXLS.FormatHandle.pack()
            
com.extentech.ExtenXLS.FormatCache.pack()
            
com.extentech.ExtenXLS.DateConverter.parseDate(String, int)
          The date format handling in this method is wildly incorrect. It is retained only to provide compatibility with legacy ExtenXLS XML files. 
com.extentech.ExtenXLS.eventui.WorkBookPanel.saveBookToFile()
          Use WorkBookPanel.save() instead. 
com.extentech.ExtenXLS.eventui.WorkBookPanel.setBrowser(BrowserInternalFrame)
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.DateConverter.setDaylightSavingsOffset(Date)
          Use Calendar instead. 
com.extentech.ExtenXLS.eventui.WorkBookPanel.setDebugLevel(int)
          No longer has any effect. 
com.extentech.ExtenXLS.DocumentHandle.setFileName(String)
          Use DocumentHandle.setFile(File) instead. 
com.extentech.ExtenXLS.eventui.ExtenXLSCellRenderer.setHtmlViewer(BrowserInternalFrame)
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.eventui.ExtenXLSCellRenderer.setMyTableFrame(JInternalFrame)
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.eventui.WorkBookPanel.setParentJInternalFrame(JInternalFrame)
          No longer used internally. Should not have been public. 
com.extentech.ExtenXLS.web.MemeDocument.setSaveAsFileType(int)
          storetype and storelocation are now handled within storage 
com.extentech.ExtenXLS.ChartSeriesHandle.setSeriesColor(int, int)
          use setSeriesColor(int clr) instead 
com.extentech.ExtenXLS.eventui.WorkBookPanel.setXLSOutputFilePath(String)
          Use WorkBookPanel.save(File) instead. 
com.extentech.ExtenXLS.eventui.WorkBookPanel.setXLSTemplateFilePath(String)
          Init a WorkBookHandle from the file and call #init. 
com.extentech.ExtenXLS.WorkBookParser.write(OutputStream, boolean)
            
com.extentech.ExtenXLS.WorkBookHandle.write(OutputStream, boolean)
          The boolean format parameter is not flexible enough to represent all supported formats. Use WorkBookHandle.write(OutputStream,int) instead. 
com.extentech.ExtenXLS.WorkBookHandle.write(String)
          The filename-based format choosing is counter-intuitive and failure-prone. Use WorkBookHandle.write(OutputStream,int) instead. 
com.extentech.ExtenXLS.WorkBookHandle.write(String, boolean)
          The boolean format parameter is not flexible enough to represent all supported formats. Use DocumentHandle.write(File,int) instead. 
com.extentech.ExtenXLS.WorkBookHandle.writeBytes(OutputStream)
          Use WorkBookHandle.write(OutputStream,int) instead. 
com.extentech.ExtenXLS.WorkBookHandle.writeXLSXBytes(OutputStream)
          Use #write(OutputStream,int) instead. 
com.extentech.ExtenXLS.WorkBookHandle.writeXLSXBytes(OutputStream, int)
          This method is like WorkBookHandle.write(OutputStream,int) except it only supports OOXML formats. Use that instead. 
 

Deprecated Constructors
com.extentech.ExtenXLS.web.MemeDocument(Connection, int)
          storeType and storeLocation are now in storage 
com.extentech.ExtenXLS.web.MemeWorkBook(Connection, int, int, int)
          storetype and storelocation are now handled within storage 
com.extentech.ExtenXLS.NameHandle(String, WorkBookHandle)
            
com.extentech.ExtenXLS.web.WebDoc(Connection, int)
          storetype and storelocation are now handled within storage 
com.extentech.ExtenXLS.web.WebWorkBook(Connection, int, int, int)
          storetype and storelocation are now handled within storage 
com.extentech.ExtenXLS.web.WebWorkBook(URL, User)
          - use FileStream constructor Move user handling to more logical spot... 
 



Copyright © 2011 Extentech Inc. All Rights Reserved.