Class CacheSettingsGroup

  • All Implemented Interfaces:
    jadx.api.plugins.gui.ISettingsGroup

    public class CacheSettingsGroup
    extends java.lang.Object
    implements jadx.api.plugins.gui.ISettingsGroup
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JComponent buildComponent()  
      java.lang.String getTitle()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface jadx.api.plugins.gui.ISettingsGroup

        close, getSubGroups
    • Constructor Detail

    • Method Detail

      • getTitle

        public java.lang.String getTitle()
        Specified by:
        getTitle in interface jadx.api.plugins.gui.ISettingsGroup
      • buildComponent

        public javax.swing.JComponent buildComponent()
        Specified by:
        buildComponent in interface jadx.api.plugins.gui.ISettingsGroup