| |
|
| javax.swing.JFrame org.jfree.ui.tabbedui.TabbedFrame
TabbedFrame | public class TabbedFrame extends JFrame (Code) | | A JFrame implementation that uses a tabbed UI as backend.
author: Thomas Morgner |
Constructor Summary | |
public | TabbedFrame() Default constructor. | public | TabbedFrame(String title) Creates a new tabbed frame with the specified title. |
TabbedFrame | public TabbedFrame()(Code) | | Default constructor.
|
TabbedFrame | public TabbedFrame(String title)(Code) | | Creates a new tabbed frame with the specified title.
Parameters: title - the frame title. |
getTabbedUI | final protected AbstractTabbedUI getTabbedUI()(Code) | | Returns the UI implementation for the frame.
Returns the tabbedUI. |
init | public void init(AbstractTabbedUI tabbedUI)(Code) | | Initialises the dialog.
Parameters: tabbedUI - the UI that controls the dialog. |
|
|
|