Uses of Interface
org.springframework.richclient.selection.binding.support.LabelProvider

Packages that use LabelProvider
org.springframework.richclient.selection.binding   
org.springframework.richclient.selection.binding.support   
 

Uses of LabelProvider in org.springframework.richclient.selection.binding
 

Methods in org.springframework.richclient.selection.binding with parameters of type LabelProvider
 void ListSelectionDialogBinding.setLabelProvider(LabelProvider provider)
           
 void ListSelectionDialogBinder.setLabelProvider(LabelProvider labelProvider)
           
 

Uses of LabelProvider in org.springframework.richclient.selection.binding.support
 

Methods in org.springframework.richclient.selection.binding.support that return LabelProvider
 LabelProvider SelectField.getLabelProvider()
           
 

Methods in org.springframework.richclient.selection.binding.support with parameters of type LabelProvider
 void SelectField.setLabelProvider(LabelProvider labelProvider)
           
 

Constructors in org.springframework.richclient.selection.binding.support with parameters of type LabelProvider
LabelProviderListCellRenderer(LabelProvider labelProvider)
           
 



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