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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.Class<?>>
getPluginClasses()
List the PluginWidget classes that this loader brought in.
-