Package xtwm.plugins

Interface PluginLoader

  • All Known Implementing Classes:
    StandardPluginLoader

    public interface PluginLoader
    PluginLoader is a service provider to load one or more PluginWidgets. A PluginWidget can be loaded at runtime and will be added to the menu somewhere, and its interface can be loaded in a standalone window or in a tiled panel.
    • Method Detail

      • getPluginClasses

        java.util.List<java.lang.Class<?>> getPluginClasses()
        List the PluginWidget classes that this loader brought in.
        Returns:
        the list of PluginWidget classes