Package jadx.api.plugins.gui
Interface ISettingsGroup
public interface ISettingsGroup
Settings page customization
-
Method Summary
Modifier and TypeMethodDescriptionCustom page componentdefault voidclose(boolean save) Settings close handler.default List<ISettingsGroup> Optional child nodes listgetTitle()Node name
-
Method Details
-
getTitle
String getTitle()Node name -
buildComponent
JComponent buildComponent()Custom page component -
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.
-