Uses of Interface
org.jfree.ui.tabbedui.RootEditor
Packages that use RootEditor
-
Uses of RootEditor in org.jfree.ui.tabbedui
Classes in org.jfree.ui.tabbedui that implement RootEditorModifier and TypeClassDescriptionclass
A root panel is a panel implementation of an root editor.Methods in org.jfree.ui.tabbedui that return RootEditorModifier and TypeMethodDescriptionAbstractTabbedUI.getRootEditor
(int pos) Returns the specified editor.Methods in org.jfree.ui.tabbedui with parameters of type RootEditorModifier and TypeMethodDescriptionvoid
AbstractTabbedUI.addRootEditor
(RootEditor rootPanel) Adds a root editor.private 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.