Interface ISettingsGroup


  • public interface ISettingsGroup
    Settings page customization
    • Method Detail

      • getTitle

        java.lang.String getTitle()
        Node name
      • buildComponent

        javax.swing.JComponent buildComponent()
        Custom page component
      • getSubGroups

        default java.util.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.