Package swingtree

Class UIForSwing<C extends JComponent>


public final class UIForSwing<C extends JComponent> extends UIForAnySwing<UIForSwing<C>,C>
A SwingTree builder node designed for configuring JComponent types.
  • Constructor Details

    • UIForSwing

      protected UIForSwing(swingtree.BuilderState<C> state)
      UIForAnySwing (sub)types always wrap a single component for which they are responsible.
      Parameters:
      state - The BuilderState modelling how the component is built.
  • Method Details