org.jfree.ui.tabbedui

Class TabbedApplet

public class TabbedApplet extends JApplet

An applet implementation that uses a tabbed GUI as backend.

Author: Thomas Morgner

Constructor Summary
TabbedApplet()
Default constructor.
Method Summary
protected AbstractTabbedUIgetTabbedUI()
Returns the UI implementation for the applet.
voidinit(AbstractTabbedUI tabbedUI)
Initialises the applet.

Constructor Detail

TabbedApplet

public TabbedApplet()
Default constructor.

Method Detail

getTabbedUI

protected final AbstractTabbedUI getTabbedUI()
Returns the UI implementation for the applet.

Returns: Returns the tabbedUI.

init

public void init(AbstractTabbedUI tabbedUI)
Initialises the applet.

Parameters: tabbedUI the UI that controls the applet.