Class PaletteTileGroup

  • All Implemented Interfaces:
    java.io.Serializable

    public class PaletteTileGroup
    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 add​(javax.swing.AbstractButton button)  
      void clearVariantSelection()  
      MainEntryComponentTile getSelectedTile()  
      void setSelected​(javax.swing.ButtonModel model, boolean selected)  
      • Methods inherited from class javax.swing.ButtonGroup

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

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

      • PaletteTileGroup

        public PaletteTileGroup​(ViewWorkspace workspace)
    • Method Detail

      • add

        public void add​(javax.swing.AbstractButton button)
        Overrides:
        add in class javax.swing.ButtonGroup
      • setSelected

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

        public void clearVariantSelection()