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 TypeClassDescriptionclassA 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 TypeMethodDescriptionvoidAbstractTabbedUI.addRootEditor(RootEditor rootPanel) Adds a root editor.private JMenuBarAbstractTabbedUI.createEditorMenubar(RootEditor root) Creates a menu bar.protected voidAbstractTabbedUI.updateRootEditorEnabled(RootEditor editor) Update handler for the enable state of the root editor.