Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.scopemvc.view.swing.ListSelectionParent

Uses of ListSelectionParent in org.scopemvc.view.swing
 

Classes in org.scopemvc.view.swing that implement ListSelectionParent
 class SList
           A JList that uses a SListModel to bind to model properties, and a SListSelectionModel to bind the selected item to a property.
 class STable
           A JTable bound to a list property of a model.
 

Fields in org.scopemvc.view.swing declared as ListSelectionParent
private  ListSelectionParent SListSelectionModel.parent
          Parent so we can find the currently selected object and pass on validation failures.
 

Constructors in org.scopemvc.view.swing with parameters of type ListSelectionParent
SListSelectionModel(ListSelectionParent inParent)
          Create for a parent SingleListSelectionParent.