Package swingtree

Class UIForButton<B extends AbstractButton>

Type Parameters:
B - The type of AbstractButton that this UIForButton is configuring.

public final class UIForButton<B extends AbstractButton> extends UIForAnyButton<UIForButton<B>,B>
A SwingTree builder node designed for configuring AbstractButton sub-type instances, usually the JButton type.
  • Method Details