org.netbeans.microedition.svg
Class SVGButtonGroup

java.lang.Object
  extended by org.netbeans.microedition.svg.SVGButtonGroup
All Implemented Interfaces:
SVGActionListener

public class SVGButtonGroup
extends java.lang.Object
implements SVGActionListener


Constructor Summary
SVGButtonGroup()
           
 
Method Summary
 void actionPerformed(SVGComponent comp)
           
 void add(SVGAbstractButton button)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGButtonGroup

public SVGButtonGroup()
Method Detail

add

public void add(SVGAbstractButton button)

size

public int size()

actionPerformed

public void actionPerformed(SVGComponent comp)
Specified by:
actionPerformed in interface SVGActionListener