Class MultiTextUI



  • public class MultiTextUI
    extends TextUI
    A multiplexing UI used to combine TextUIs.

    This file was automatically generated by AutoMulti.

    • Field Detail

      • uis

        protected Vector 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 Detail

      • MultiTextUI

        public MultiTextUI()