org.jdesktop.swing.form
Class RowSelector

java.lang.Object
  extended byorg.jdesktop.swing.form.RowSelector

public class RowSelector
extends Object


Constructor Summary
RowSelector(JList list, DataModel dataModel)
           
RowSelector(JTable table, DataModel dataModel)
           
RowSelector(ListSelectionModel selectModel, DataModel dataModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowSelector

public RowSelector(JTable table,
                   DataModel dataModel)

RowSelector

public RowSelector(JList list,
                   DataModel dataModel)

RowSelector

public RowSelector(ListSelectionModel selectModel,
                   DataModel dataModel)


Copyright 2004 by Sun Microsystems, Inc. All Rights Reserved.