Holger's
Java API

Deprecated API


Contents
Deprecated Classes
com.antelmann.calendar.AtomicTime
          use NTPTime instead 
com.antelmann.sql.DetailRowStore
          use PropertyEntryTableStore instead 
com.antelmann.calendar.NTPServer
           
com.antelmann.net.Spider.SMonitor
            
com.antelmann.calendar.TimeProtocolClient
          use NTPClient instead 
com.antelmann.calendar.TimeProtocolServer
          although there is currently no replacement for a server, use NTPClient instead 
 

Deprecated Fields
com.antelmann.util.Strings.fs
          see File#separator 
com.antelmann.util.gui.JMainFrame.logger
           
com.antelmann.util.gui.JMainFrame.verbose
           
 

Deprecated Methods
com.antelmann.math.TimeDataGraphics.aggregateToTimePeriod(Map, TimeInterval)
          see TimeDataGraphics.aggregateToTimePeriod(Map, TimeInterval, com.antelmann.math.DataPoint.ValueType) 
com.antelmann.util.gui.JMainFrame.complain(String)
           
com.antelmann.sql.SQLComboFilter.createPreparedStatementEntryFilter(DBClassStore)
          cannot extract the mapper this way, so this is discouraged 
com.antelmann.sql.ConnectionHelper.getMetaDataAsTableModel(String)
           
com.antelmann.util.gui.JMultipleSelectionComboBox.getSelectedItem()
          use JMultipleSelectionComboBox.getSelectedObjects() instead 
com.antelmann.Version.isJRE7orBetter()
           
com.antelmann.util.gui.JSearchList.makeMultipleSelectComboBox(String, Object[], Object...)
          use JMultipleSelectionComboBox directly instead 
com.antelmann.ooffice.OfficeUtils.makeURLString(File)
          use OfficeUtils.translateUrlToUno(String) instead 
com.antelmann.util.Strings.replaceAll(String, String, String)
          as of Java version 1.5 
com.antelmann.math.MyMath.roundToCurrency(double)
          use money instead 
com.antelmann.util.gui.JMainFrame.say(String)
           
com.antelmann.net.Spider.searchWebFor(String[], ArrayList, boolean, int, boolean, List, List, String[], Monitor)
            
com.antelmann.net.Spider.searchWebFor(String[], URL, boolean, int, boolean, String[], Monitor)
            
com.antelmann.util.gui.Menus.showPropertiesDialog(String, Map, Component, boolean)
          use makePropertiesTable with JOptionPane instead 
com.antelmann.util.Misc.start(URL)
          as of JDK 1.6, java.awt.Desktop can be used instead. 
com.antelmann.util.gui.JMainFrame.updateStatusText(String)
           
com.antelmann.util.PrintUtilities.winPrintASCII(File, String)
           
 

Deprecated Constructors
com.antelmann.math.CurrencyUnit(Currency)
          use CurrencyUnit.asUnit(Currency) instead 
com.antelmann.math.Money()
          use Money.NO_MONEY instead 
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads