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 class
RootPanel
A root panel is a panel implementation of an root editor.Methods in org.jfree.ui.tabbedui that return RootEditor Modifier and Type Method Description RootEditor
AbstractTabbedUI. getRootEditor(int pos)
Returns the specified editor.Methods in org.jfree.ui.tabbedui with parameters of type RootEditor Modifier and Type Method Description void
AbstractTabbedUI. addRootEditor(RootEditor rootPanel)
Adds a root editor.protected void
AbstractTabbedUI. updateRootEditorEnabled(RootEditor editor)
Update handler for the enable state of the root editor.
-