edu.indiana.util
Interface Selectable

All Known Implementing Classes:
SelectableJList

public interface Selectable

A Selectable object is one that contains items that can be individually selected.


Method Summary
 void addListSelectionListener(javax.swing.event.ListSelectionListener listener)
           
 java.lang.Object getSelectedValue()
           
 

Method Detail

getSelectedValue

java.lang.Object getSelectedValue()

addListSelectionListener

void addListSelectionListener(javax.swing.event.ListSelectionListener listener)