Interface HasUserInterface

All Known Subinterfaces:
JAlbumFilter
All Known Implementing Classes:
AbstractFilter, ArtyFilter, AutoFilter, GrayscaleFilter, LogoFilter, TextFilter

public interface HasUserInterface
jAlbum filters (for instance) that supports user interfaces can indicate this by implementing this interface
Since:
11.2
  • Method Summary

    Modifier and Type
    Method
    Description
    Return (create if needed) the user interface for this instance (not called getUserInterface to avoid xml serialization)
  • Method Details

    • userInterface

      JComponent userInterface()
      Return (create if needed) the user interface for this instance (not called getUserInterface to avoid xml serialization)
      Returns:
      the user interface bound to this instance