Package swingtree

Class UIForScrollPanels<P extends JScrollPanels>

Type Parameters:
P - The type of the component which this builder node wraps.

public class UIForScrollPanels<P extends JScrollPanels> extends UIForAnyScrollPane<UIForScrollPanels<P>,P>
A builder node for JScrollPanels, a custom SwingTree component, which is similar to a JList but with the ability to interact with the individual components in the list.
  • Constructor Details

    • UIForScrollPanels

      protected UIForScrollPanels(swingtree.BuilderState<P> state)
      Extensions of the UIForAnySwing always wrap a single component for which they are responsible.
      Parameters:
      state - The BuilderState modelling how the underlying component is build.
  • Method Details