Deprecated API


Contents
Deprecated Classes
org.springframework.richclient.util.BrowserLauncher
          use JDIC (https://jdic.dev.java.net/) or the Desktop class in java 1.6 instead 
org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
          OptimizedTableCellRenderer messes up cell rendering see http://opensource.atlassian.com/projects/spring/browse/RCP-354 
org.springframework.richclient.security.SessionDetails
          by the creation of new ApplicationSecurityManager 
org.springframework.richclient.application.SplashScreen
          use SimpleSplashScreen instead. 
 

Deprecated Methods
org.springframework.rules.reporting.PropertyResults.buildMessage(MessageSource, Locale)
          MessageSource is configured by MessageTranslator. use buildMessage(Locale) 
org.springframework.richclient.command.CommandRegistry.containsActionCommand(String)
          Replaced by CommandRegistry.isTypeMatch(String, Class) 
org.springframework.richclient.command.support.DefaultCommandRegistry.containsActionCommand(String)
            
org.springframework.richclient.command.CommandRegistry.containsCommandGroup(String)
          Replaced by CommandRegistry.isTypeMatch(String, Class) 
org.springframework.richclient.command.support.DefaultCommandRegistry.containsCommandGroup(String)
            
org.springframework.richclient.form.binding.swing.SwingBindingFactory.createBoundListModel(String)
            
org.springframework.richclient.command.CommandRegistry.getActionCommand(String)
          use CommandRegistry.getCommand(String, Class) instead. You may choose to either catch the CommandNotOfRequiredTypeException or call CommandRegistry.isTypeMatch(String, Class) first. 
org.springframework.richclient.command.support.DefaultCommandRegistry.getActionCommand(String)
            
org.springframework.richclient.command.CommandRegistry.getCommandGroup(String)
          use CommandRegistry.getCommand(String, Class) instead. You may choose to either catch the CommandNotOfRequiredTypeException or call CommandRegistry.isTypeMatch(String, Class) first. 
org.springframework.richclient.command.support.DefaultCommandRegistry.getCommandGroup(String)
            
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.