Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
JFrame
org.jfree.ui.tabbedui.TabbedFrame
public class TabbedFrame
extends JFrame
Constructor Summary | |
| |
|
Method Summary | |
protected AbstractTabbedUI |
|
void |
|
public TabbedFrame(String title)
Creates a new tabbed frame with the specified title.
- Parameters:
title
- the frame title.
protected final AbstractTabbedUI getTabbedUI()
Returns the UI implementation for the frame.
- Returns:
- Returns the tabbedUI.
public void init(AbstractTabbedUI tabbedUI)
Initialises the dialog.
- Parameters:
tabbedUI
- the UI that controls the dialog.