Class MultiInternalFrameUI


public class MultiInternalFrameUI extends InternalFrameUI
A multiplexing UI used to combine InternalFrameUIs.

This file was automatically generated by AutoMulti.

  • Field Details Link icon

    • uis Link icon

      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 Link icon

    • MultiInternalFrameUI Link icon

      public MultiInternalFrameUI()
      Constructs a MultiInternalFrameUI.
  • Method Details Link icon