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 AbstractTabbedUIgetTabbedUI()
Returns the UI implementation for the frame.
voidinit(AbstractTabbedUI tabbedUI)
Initialises the dialog.

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.