org.jfree.ui.tabbedui
public abstract class RootPanel extends JComponent implements RootEditor
Constructor Summary | |
---|---|
RootPanel()
Default constructor. |
Method Summary | |
---|---|
JComponent | getMainPanel()
Returns the main panel. |
JComponent | getToolbar()
Returns the toolbar. |
boolean | isActive()
Returns a flag that indicates whether the panel is active or not.
|
protected void | panelActivated()
Called when the panel is activated. |
protected void | panelDeactivated()
Called when the panel is deactivated. |
void | setActive(boolean active)
Sets the status of the panel to active or inactive.
|
Returns: The main panel.
Returns: The toolbar.
Returns: A flag.
Parameters: active the flag.