Package | Description |
---|---|
org.jfree.ui.tabbedui |
Provides classes for tabbed user interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
RootPanel
A root panel is a panel implementation of an root editor.
|
Modifier and Type | Method and Description |
---|---|
RootEditor |
AbstractTabbedUI.getRootEditor(int pos)
Returns the specified editor.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTabbedUI.addRootEditor(RootEditor rootPanel)
Adds a root editor.
|
private javax.swing.JMenuBar |
AbstractTabbedUI.createEditorMenubar(RootEditor root)
Creates a menu bar.
|
protected void |
AbstractTabbedUI.updateRootEditorEnabled(RootEditor editor)
Update handler for the enable state of the root editor.
|