edu.columbia.cs.cgui.rjfc.swing
Interface RButtonGroup
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- RButtonGroupImpl
- public interface RButtonGroup
- extends Remote
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