org.jfree.ui.tabbedui

Class TabbedFrame


public class TabbedFrame
extends JFrame

A JFrame implementation that uses a tabbed UI as backend.
Author:
Thomas Morgner

Constructor Summary

TabbedFrame()
Default constructor.
TabbedFrame(String title)
Creates a new tabbed frame with the specified title.

Method Summary

protected AbstractTabbedUI
getTabbedUI()
Returns the UI implementation for the frame.
void
init(AbstractTabbedUI tabbedUI)
Initialises the dialog.

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.