Class MultiSplitPaneUI


public class MultiSplitPaneUI extends SplitPaneUI
A multiplexing UI used to combine SplitPaneUIs.

This file was automatically generated by AutoMulti.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Vector<ComponentUI>
    The vector containing the real UIs.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs a MultiSplitPaneUI.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    contains(JComponent a, int b, int c)
    Invokes the contains method on each UI handled by this object.
    Returns a multiplexing UI instance if any of the auxiliary LookAndFeels supports this UI.
    void
    Invokes the finishedPaintingChildren method on each UI handled by this object.