- Plugin - Interface in net.java.games.util.plugins
-
This is a marker interface used to mark plugins in a Jar file
for retrieval by the Plugins class.
- PluginLoader - Class in net.java.games.util.plugins
-
This class is used internally by the Plugin system.
- PluginLoader(File) - Constructor for class net.java.games.util.plugins.PluginLoader
-
Creates a new instance of PluginLodaer
If the system property "net.java.games.util.plugins.nolocalnative" is
not set then the laoder will look for requried native libs in the
same directory as the plugin jar.
- Plugins - Class in net.java.games.util.plugins
-
This is the application interface to the Plugin system.
- Plugins(File) - Constructor for class net.java.games.util.plugins.Plugins
-
Creates a new instance of Plugins
- PluginTest - Class in net.java.games.util.plugins.test
-
- PluginTest() - Constructor for class net.java.games.util.plugins.test.PluginTest
-
Creates a new instance of PluginTest