Package swingtree

Class UIForCheckBox<B extends JCheckBox>

Type Parameters:
B - The type of JCheckBox being built by this builder.

public final class UIForCheckBox<B extends JCheckBox> extends UIForAnyButton<UIForCheckBox<B>,B>
A SwingTree builder node designed for configuring JCheckBox instances.
  • Method Details