Package io.github.parubok.button.group
-
Interface Summary Interface Description KButtonGroupListener<K extends AbstractButton> -
Class Summary Class Description KButtonGroup<K extends AbstractButton> Extension of SwingButtonGroupwhich adds the following functionality: Type-safety via generics. Auto-selects 1st added button. Group listeners. Mnemonics. Access to the buttons by index. ImplementsIterableto iterate over buttons in the group.KButtonGroupEvent<K extends AbstractButton>