Package | Description |
---|---|
org.jfree.ui.tabbedui |
Provides classes for tabbed user interfaces.
|
Modifier and Type | Field and Description |
---|---|
private AbstractTabbedUI |
TabbedFrame.tabbedUI
The backend.
|
private AbstractTabbedUI |
TabbedDialog.tabbedUI
The backend.
|
private AbstractTabbedUI |
TabbedApplet.tabbedUI
The UI for the applet.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractTabbedUI |
TabbedFrame.getTabbedUI()
Returns the UI implementation for the frame.
|
protected AbstractTabbedUI |
TabbedDialog.getTabbedUI()
Returns the UI implementation for the dialog.
|
protected AbstractTabbedUI |
TabbedApplet.getTabbedUI()
Returns the UI implementation for the applet.
|
Modifier and Type | Method and Description |
---|---|
void |
TabbedFrame.init(AbstractTabbedUI tabbedUI)
Initialises the dialog.
|
void |
TabbedDialog.init(AbstractTabbedUI tabbedUI)
Initialises the dialog.
|
void |
TabbedApplet.init(AbstractTabbedUI tabbedUI)
Initialises the applet.
|