Package de.sciss.gui

Class MenuRadioGroup


  • public class MenuRadioGroup
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MenuRadioGroup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void add​(AbstractWindow w, javax.swing.AbstractButton b)  
      protected void remove​(AbstractWindow w, javax.swing.AbstractButton b)  
      void setSelected​(int index)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MenuRadioGroup

        public MenuRadioGroup()
    • Method Detail

      • add

        protected void add​(AbstractWindow w,
                           javax.swing.AbstractButton b)
      • setSelected

        public void setSelected​(int index)
      • remove

        protected void remove​(AbstractWindow w,
                              javax.swing.AbstractButton b)