Package se.conciliate.extensions.ui
Interface SidebarSettings
public interface SidebarSettings
Provides settings for a sidebar.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
discardSettings
(JComponent editorComponent) Discards any changes made for the sidebar.Returns a component for editing the sidebar settings.void
saveSettings
(JComponent editorComponent) Saves the settings for the sidebar.
-
Method Details
-
getEditorComponent
JComponent getEditorComponent()Returns a component for editing the sidebar settings.- Returns:
- a component for editing the sidebar settings.
-
saveSettings
Saves the settings for the sidebar.- Parameters:
editorComponent
- The editor component used for editing the settings.
-
discardSettings
Discards any changes made for the sidebar.- Parameters:
editorComponent
- The editor component used for editing the settings.
-