Deprecated API


Contents
Deprecated Methods
com.gridsystems.utils.AWTUtils.centerWindow(Window)
          Use "Window.setLocationRelativeTo()" method instead 
com.gridsystems.utils.SystemUtils.extractDynamicLibrary(String, Class)
          Use JNIUtils.extractDynamicLibrary method. 
com.gridsystems.utils.SystemUtils.extractDynamicLibrary(String, String)
          Use JNIUtils.extractDynamicLibrary method. 
com.gridsystems.utils.Version.getDoubleRepresentation(String)
          For comparisons, use #compare(Object) 
com.gridsystems.utils.Version.getMajorVersion()
          Use #getValue(int) instead. 
com.gridsystems.utils.Version.getMinorVersion()
          Use #getValue(int) instead. 
com.gridsystems.utils.Version.getRelease()
          Use #getValue(int) instead. 
com.gridsystems.utils.Version.getStringRepresentation(double)
          Use #toString() 
com.gridsystems.utils.Version.getStringRepresentation(double, int)
          Use #toString() 
com.gridsystems.utils.LangUtils.replaceAll(String, String, String)
          Use String.replaceAll(String, String) instead 
com.gridsystems.utils.LangUtils.timeFormat(long)
          Use Formatter instead 
com.gridsystems.utils.LangUtils.twoDigits(String)
          Use Formatter instead 
 



Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.