Uses of Interface
se.datadosen.jalbum.JAlbumPlugin

Packages that use JAlbumPlugin
Package
Description
 
  • Uses of JAlbumPlugin in se.datadosen.jalbum

    Classes in se.datadosen.jalbum that implement JAlbumPlugin
    Modifier and Type
    Class
    Description
    class 
    Convenience class to simplify adding image specific control panels for web pages (.htt files) Implementors are supposed to subclass it inside a <ja:ui> tag and add their custom UI controls as member variables of the subclass.
    Methods in se.datadosen.jalbum with parameters of type JAlbumPlugin
    Modifier and Type
    Method
    Description
    static void
    PluginManager.registerPlugin(JAlbumPlugin plugin)
    Ensure plugin gets called when jAlbum is about to exit Automatically done by plugins that are loaded by this manager