Class TabbedFrame

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class TabbedFrame extends JFrame
A JFrame implementation that uses a tabbed UI as backend.
Author:
Thomas Morgner
See Also:
  • Constructor Details

    • 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 Details

    • 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.