org.jfree.ui.tabbedui
public interface RootEditor
Method Summary | |
---|---|
void | addPropertyChangeListener(String property, PropertyChangeListener l)
Adds a property change listener.
|
void | addPropertyChangeListener(PropertyChangeListener l)
Adds a property change listener.
|
String | getEditorName()
Returns the editor name.
|
JComponent | getMainPanel()
Returns the main panel.
|
JMenu[] | getMenus()
Returns the menus.
|
JComponent | getToolbar()
Returns the toolbar.
|
boolean | isActive()
Returns the active or inactive status of the editor.
|
boolean | isEnabled()
Checks, whether this root editor is enabled.
|
void | removePropertyChangeListener(String property, PropertyChangeListener l)
Removes a property change listener.
|
void | removePropertyChangeListener(PropertyChangeListener l)
Removes a property change listener.
|
void | setActive(boolean b)
Sets the editor active or inactive.
|
Parameters: property the property name. l the listener.
Parameters: l the listener.
Returns: The editor name.
Returns: The main panel.
Returns: The menus.
Returns: The toolbar.
Returns: A boolean.
Returns: true, if the editor is enabled, false otherwise.
Parameters: property the property name. l the listener.
Parameters: l the listener.
Parameters: b a boolean.