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

All Superinterfaces:
Remote
All Known Implementing Classes:
RButtonGroupImpl

public interface RButtonGroup
extends Remote


Method Summary
 void add(RAbstractButton bvar0)
           
 int getButtonCount()
           
 Enumeration getElements()
           
 ButtonGroup getRJFCWrappedData()
           
 ButtonModel getSelection()
           
 boolean isSelected(ButtonModel mvar0)
           
 void remove(RAbstractButton bvar0)
           
 void setData(ButtonGroup data)
           
 void setHash(Hashtable hash)
           
 void setSelected(ButtonModel mvar0, boolean bvar1)
           
 

Method Detail

getRJFCWrappedData

public ButtonGroup getRJFCWrappedData()
                               throws RemoteException

setData

public void setData(ButtonGroup data)
             throws RemoteException

setHash

public void setHash(Hashtable hash)
             throws RemoteException

add

public void add(RAbstractButton bvar0)
         throws RemoteException

remove

public void remove(RAbstractButton bvar0)
            throws RemoteException

getElements

public Enumeration getElements()
                        throws RemoteException

getSelection

public ButtonModel getSelection()
                         throws RemoteException

setSelected

public void setSelected(ButtonModel mvar0,
                        boolean bvar1)
                 throws RemoteException

isSelected

public boolean isSelected(ButtonModel mvar0)
                   throws RemoteException

getButtonCount

public int getButtonCount()
                   throws RemoteException