Module java.desktop

Class MultiSplitPaneUI


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

This file was automatically generated by AutoMulti.

  • Field Details

    • uis

      protected Vector<ComponentUI> uis
      The vector containing the real UIs. This is populated in the call to createUI, and can be obtained by calling the getUIs method. The first element is guaranteed to be the real UI obtained from the default look and feel.
  • Constructor Details

    • MultiSplitPaneUI

      public MultiSplitPaneUI()
      Constructs a MultiSplitPaneUI.
  • Method Details

    • getUIs

      public ComponentUI[] getUIs()
      Returns the list of UIs associated with this multiplexing UI. This allows processing of the UIs by an application aware of multiplexing UIs on components.
      Returns:
      an array of the UI delegates
    • resetToPreferredSizes

      public void resetToPreferredSizes(JSplitPane a)
      Invokes the resetToPreferredSizes method on each UI handled by this object.
      Specified by:
      resetToPreferredSizes in class