qflib 0.98.1

Deprecated API

Deprecated Classes
de.qfs.lib.option.ChoiceOptionGroup
          Removed in version 0.98.0. This class was experimental and should never have made it into a release. Please use ChoiceOptions and ChoiceOptionEdits instead. ChoiceOptionGroup will be removed in the next version. 
de.qfs.lib.option.FramedOptionGroup
          Replaced by PlainOptionGroup with the frame property set to true as of version 0.98.0. 
de.qfs.lib.logrmi.RemoteLogFilter
          Since qflib version 0.98.0 this class is superceded by RemoteLogWriter. 
de.qfs.lib.log.StreamFilter
          Replaced by LevelFilter in combination with StreamLogWriter, FileLogWriter or RingFileLogWriter as of version 0.98.0. 
 

Deprecated Methods
de.qfs.lib.logrmi.RemoteLogFilter.getInstance()
          No replacement. 
de.qfs.lib.util.MapResourceBundle.getInteger(String, int)
          Replaced in versio 0.98.0 with getInt for the sake of conformance with OptionSet and ArgsParser. 
de.qfs.lib.logrmi.RemoteLogFilter.logRemote(String, int, boolean, boolean)
          Please use RemoteLogWriter.logRemote instead. 
de.qfs.lib.logrmi.RemoteLogFilter.logRemote(String, String)
          Please use RemoteLogWriter.logRemote instead. 
de.qfs.lib.logrmi.RemoteLogFilter.logRemote(String, String, int, boolean, boolean)
          Please use RemoteLogWriter.logRemote instead. 
de.qfs.lib.log.StreamFilter.logToFile(String, File, int)
          Please use FileLogWriter.logToFile or RingFileLogWriter.logToFile instead. 
de.qfs.lib.option.OptionDialog.setParent(Frame)
          The window's owner cannot really be changed. To place the dialog relative to some component use doModal(Component,boolean). 
de.qfs.lib.logrmi.RemoteLogFilter.stopLogging()
          Please use RemoteLogWriter.stopLogging instead. 
de.qfs.lib.log.LogEntry.toString(DateFormat)
          Please use the LogFormat interface to customize LogEntry output. 
de.qfs.lib.gui.SwingUtil.withEvents(SwingUtil.UnsafeRunnable, boolean)
          Please use withEvents instead. 
 

Deprecated Constructors
de.qfs.lib.option.OptionDialog(Frame, String, OptionSet, String)
          Replaced with OptionDialog as of version 0.98.0. 
 


qflib 0.98.1