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.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, Class, int, int)
            
org.springframework.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, Class, int, int, boolean, TableCellRenderer)
            
org.springframework.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, Class, int, int, boolean, TableCellRenderer, Comparator)
            
org.springframework.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, Class, int, TableCellRenderer, boolean)
            
org.springframework.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, Class, String[], int, int, boolean, Boolean)
            
org.springframework.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, Class, String[], int, int, boolean, TableCellRenderer, Boolean)
            
org.springframework.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, Class, String[], int, int, boolean, TableCellRenderer, Boolean, Comparator)
            
org.springframework.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, Class, TableCellEditor)
            
org.springframework.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, Class, TableCellRenderer)
            
org.springframework.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, int)
            
org.springframework.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, int, boolean)
            
org.springframework.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, int, Comparator)
            
org.springframework.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, int, int)
            
org.springframework.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, int, int, boolean, TableCellRenderer)
            
org.springframework.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, int, int, boolean, TableCellRenderer, Comparator)
            
org.springframework.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, int, TableCellRenderer)
            
org.springframework.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, int, TableCellRenderer, boolean)
            
org.springframework.richclient.widget.table.PropertyColumnTableDescription.addPropertyColumn(String, TableCellRenderer)
            
org.springframework.richclient.form.TabbedForm.addVetoableCommitListener(VetoableCommitListener)
           
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.form.binding.swing.editor.AbstractLookupBinding.createTextComponent()
          move implementation to AbstractLookupBinding.createKeyComponent() when removing this method. 
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)
            
org.springframework.richclient.form.binding.swing.editor.AbstractLookupBinding.getOrCreateKeyTextComponent()
          use AbstractLookupBinding.getKeyComponent() instead or to access the text directly, use AbstractLookupBinding.getKeyComponentText() and AbstractLookupBinding.setKeyComponentText(String). 
org.springframework.richclient.form.TabbedForm.removeVetoableCommitListener(VetoableCommitListener)
           
org.springframework.richclient.layout.TableLayoutBuilder.separator(String)
          this is a layout builder, creating components should be done elsewhere, use cell() methods instead 
org.springframework.richclient.layout.TableLayoutBuilder.separator(String, String)
          this is a layout builder, creating components should be done elsewhere, use cell() methods instead 
 

Deprecated Constructors
org.springframework.richclient.widget.table.PropertyColumn(Class, Accessor, String, String[], int, int, boolean, TableCellRenderer, TableCellEditor, Comparator, boolean, boolean)
          Please use the other system (minimal constructor + adding necessary elements) 
 



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