Interface Profileable

All Superinterfaces:
EventListener, SettingsListener
All Known Implementing Classes:
LogPanel

public interface Profileable extends SettingsListener
A component implementing this interface is interested in being able to configure itself.

Since this interface extends SettingsListener, the component will receive Load and Save settings events as described in SettingsManager

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Must be able to provide a name which is used to determine at a minimum, the default profile name prefix for this component.

    Methods inherited from interface org.apache.log4j.chainsaw.prefs.SettingsListener

    loadSettings, saveSettings
  • Method Details

    • getNamespace

      String getNamespace()
      Must be able to provide a name which is used to determine at a minimum, the default profile name prefix for this component.