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)
|