Class PaletteFrame.PaletteButtonGroup

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    PaletteFrame

    public class PaletteFrame.PaletteButtonGroup
    extends javax.swing.ButtonGroup
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.swing.ButtonGroup

        buttons
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setSelected​(javax.swing.ButtonModel m, boolean selected)  
      • Methods inherited from class javax.swing.ButtonGroup

        add, clearSelection, getButtonCount, getElements, getSelection, isSelected, remove
      • Methods inherited from class java.lang.Object

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

      • setSelected

        public void setSelected​(javax.swing.ButtonModel m,
                                boolean selected)
        Overrides:
        setSelected in class javax.swing.ButtonGroup