Interface SidebarSettings


public interface SidebarSettings
Provides settings for a sidebar.
  • Method Details

    • getEditorComponent

      JComponent getEditorComponent()
      Returns a component for editing the sidebar settings.
      Returns:
      a component for editing the sidebar settings.
    • saveSettings

      void saveSettings(JComponent editorComponent)
      Saves the settings for the sidebar.
      Parameters:
      editorComponent - The editor component used for editing the settings.
    • discardSettings

      void discardSettings(JComponent editorComponent)
      Discards any changes made for the sidebar.
      Parameters:
      editorComponent - The editor component used for editing the settings.