edu.columbia.cs.cgui.rjfc.swing
Interface RDefaultSingleSelectionModel

All Superinterfaces:
Remote
All Known Implementing Classes:
RDefaultSingleSelectionModelImpl

public interface RDefaultSingleSelectionModel
extends Remote


Method Summary
 void addChangeListener(RChangeListener lvar0)
           
 void clearSelection()
           
 EventListener[] getListeners(Class listenerTypevar0)
           
 DefaultSingleSelectionModel getRJFCWrappedData()
           
 int getSelectedIndex()
           
 boolean isSelected()
           
 void removeChangeListener(RChangeListener lvar0)
           
 void setData(DefaultSingleSelectionModel data)
           
 void setHash(Hashtable hash)
           
 void setSelectedIndex(int indexvar0)
           
 

Method Detail

getRJFCWrappedData

public DefaultSingleSelectionModel getRJFCWrappedData()
                                               throws RemoteException

setData

public void setData(DefaultSingleSelectionModel data)
             throws RemoteException

setHash

public void setHash(Hashtable hash)
             throws RemoteException

getSelectedIndex

public int getSelectedIndex()
                     throws RemoteException

setSelectedIndex

public void setSelectedIndex(int indexvar0)
                      throws RemoteException

clearSelection

public void clearSelection()
                    throws RemoteException

isSelected

public boolean isSelected()
                   throws RemoteException

addChangeListener

public void addChangeListener(RChangeListener lvar0)
                       throws RemoteException

removeChangeListener

public void removeChangeListener(RChangeListener lvar0)
                          throws RemoteException

getListeners

public EventListener[] getListeners(Class listenerTypevar0)
                             throws RemoteException