Interface ISettingsGroup


public interface ISettingsGroup
Settings page customization
  • Method Details

    • getTitle

      String getTitle()
      Node name
    • buildComponent

      JComponent buildComponent()
      Custom page component
    • getSubGroups

      default List<ISettingsGroup> getSubGroups()
      Optional child nodes list
    • close

      default void close(boolean save)
      Settings close handler. Apply settings if 'save' param set to true. It can be used to clean up resources.