sum.komponenten
Class Radiogruppe

java.lang.Object
  extended by javax.swing.ButtonGroup
      extended by sum.komponenten.Radiogruppe
All Implemented Interfaces:
Serializable

public class Radiogruppe
extends ButtonGroup
implements Serializable

Implementierung der Swingklasse RadioGroup

Version:
7.5 vom 29.10.2013
Author:
Bernard Schriek
See Also:
Serialized Form

Field Summary
 
Fields inherited from class
buttons
 
Constructor Summary
Radiogruppe()
           
 
Method Summary
 void entferne(Radioknopf pKnopf)
           
 void fuegeEin(Radioknopf pKnopf)
           
 
Methods inherited from class
add, clearSelection, getButtonCount, getElements, getSelection, isSelected, remove, setSelected
 
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Radiogruppe

public Radiogruppe()
Method Detail

entferne

public void entferne(Radioknopf pKnopf)

fuegeEin

public void fuegeEin(Radioknopf pKnopf)