Uses of Interface
org.jfree.ui.tabbedui.RootEditor
-
Packages that use RootEditor Package Description org.jfree.ui.tabbedui Provides classes for tabbed user interfaces. -
-
Uses of RootEditor in org.jfree.ui.tabbedui
Classes in org.jfree.ui.tabbedui that implement RootEditor Modifier and Type Class Description classRootPanelA root panel is a panel implementation of an root editor.Methods in org.jfree.ui.tabbedui that return RootEditor Modifier and Type Method Description RootEditorAbstractTabbedUI. getRootEditor(int pos)Returns the specified editor.Methods in org.jfree.ui.tabbedui with parameters of type RootEditor Modifier and Type Method Description voidAbstractTabbedUI. addRootEditor(RootEditor rootPanel)Adds a root editor.private javax.swing.JMenuBarAbstractTabbedUI. createEditorMenubar(RootEditor root)Creates a menu bar.protected voidAbstractTabbedUI. updateRootEditorEnabled(RootEditor editor)Update handler for the enable state of the root editor.
-