Package | Description |
---|---|
org.jfree.ui.tabbedui |
Provides classes for tabbed user interfaces.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractTabbedUI |
TabbedDialog.getTabbedUI()
Returns the UI implementation for the dialog.
|
protected AbstractTabbedUI |
TabbedApplet.getTabbedUI()
Returns the UI implementation for the applet.
|
protected AbstractTabbedUI |
TabbedFrame.getTabbedUI()
Returns the UI implementation for the frame.
|
Modifier and Type | Method and Description |
---|---|
void |
TabbedDialog.init(AbstractTabbedUI tabbedUI)
Initialises the dialog.
|
void |
TabbedApplet.init(AbstractTabbedUI tabbedUI)
Initialises the applet.
|
void |
TabbedFrame.init(AbstractTabbedUI tabbedUI)
Initialises the dialog.
|
Copyright © 2001–2018 JFree.org. All rights reserved.