org.jfree.ui.tabbedui
public class TabbedFrame extends JFrame
| 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.
|
Parameters: title the frame title.
Returns: Returns the tabbedUI.
Parameters: tabbedUI the UI that controls the dialog.