Class TabbedFrame

    • Constructor Detail

      • TabbedFrame

        public TabbedFrame()
        Default constructor.
      • TabbedFrame

        public TabbedFrame​(String title)
        Creates a new tabbed frame with the specified title.
        Parameters:
        title - the frame title.
    • Method Detail

      • getTabbedUI

        protected final AbstractTabbedUI getTabbedUI()
        Returns the UI implementation for the frame.
        Returns:
        Returns the tabbedUI.
      • init

        public void init​(AbstractTabbedUI tabbedUI)
        Initialises the dialog.
        Parameters:
        tabbedUI - the UI that controls the dialog.