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 AbstractTabbedUI
getTabbedUI()
Returns the UI implementation for the applet.
void
init(AbstractTabbedUI tabbedUI)
Initialises the applet.

Constructor Details

TabbedApplet

public TabbedApplet()
Default constructor.

Method Details

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.