Package xtwm.plugins

Class StandardPluginLoader

  • All Implemented Interfaces:
    PluginLoader

    public class StandardPluginLoader
    extends java.lang.Object
    implements PluginLoader
    StandardPluginLoader loads the plugins that ship with Xterm Window Manager.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Class<?>> getPluginClasses()
      List the PluginWidget classes that this loader brought in.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StandardPluginLoader

        public StandardPluginLoader()
        Public constructor.
    • Method Detail

      • getPluginClasses

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