<!DOCTYPE HTML>
< html lang = "en" >
< head >
<!-- Generated by javadoc (17) on Wed Jun 22 19:30:51 UTC 2022 -->
< title > Plugin (jinput API)< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
< meta name = "dc.created" content = "2022-06-22" >
< meta name = "description" content = "declaration: package: net.java.games.util.plugins, interface: Plugin" >
< meta name = "generator" content = "javadoc/ClassWriterImpl" >
< link rel = "stylesheet" type = "text/css" href = "../../../../../stylesheet.css" title = "Style" >
< link rel = "stylesheet" type = "text/css" href = "../../../../../script-dir/jquery-ui.min.css" title = "Style" >
< link rel = "stylesheet" type = "text/css" href = "../../../../../jquery-ui.overrides.css" title = "Style" >
< script type = "text/javascript" src = "../../../../../script.js" > < / script >
< script type = "text/javascript" src = "../../../../../script-dir/jquery-3.5.1.min.js" > < / script >
< script type = "text/javascript" src = "../../../../../script-dir/jquery-ui.min.js" > < / script >
< / head >
< body class = "class-declaration-page" >
< script type = "text/javascript" > v a r p a t h t o r o o t = " . . / . . / . . / . . / . . / " ;
loadScripts(document, 'script');< / script >
< noscript >
< div > JavaScript is disabled on your browser.< / div >
< / noscript >
< div class = "flex-box" >
< header role = "banner" class = "flex-header" >
< nav role = "navigation" >
<!-- ========= START OF TOP NAVBAR ======= -->
< div class = "top-nav" id = "navbar-top" >
< div class = "skip-nav" > < a href = "#skip-navbar-top" title = "Skip navigation links" > Skip navigation links< / a > < / div >
< ul id = "navbar-top-firstrow" class = "nav-list" title = "Navigation" >
< li > < a href = "../../../../../index.html" > Overview< / a > < / li >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li class = "nav-bar-cell1-rev" > Class< / li >
< li > < a href = "class-use/Plugin.html" > Use< / a > < / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../../../index-files/index-1.html" > Index< / a > < / li >
< li > < a href = "../../../../../help-doc.html#class" > Help< / a > < / li >
< / ul >
< / div >
< div class = "sub-nav" >
< div >
< ul class = "sub-nav-list" >
< li > Summary: < / li >
< li > Nested | < / li >
< li > Field | < / li >
< li > Constr | < / li >
< li > Method< / li >
< / ul >
< ul class = "sub-nav-list" >
< li > Detail: < / li >
< li > Field | < / li >
< li > Constr | < / li >
< li > Method< / li >
< / ul >
< / div >
< div class = "nav-list-search" > < label for = "search-input" > SEARCH:< / label >
< input type = "text" id = "search-input" value = "search" disabled = "disabled" >
< input type = "reset" id = "reset-button" value = "reset" disabled = "disabled" >
< / div >
< / div >
<!-- ========= END OF TOP NAVBAR ========= -->
< span class = "skip-nav" id = "skip-navbar-top" > < / span > < / nav >
< / header >
< div class = "flex-content" >
< main role = "main" >
<!-- ======== START OF CLASS DATA ======== -->
< div class = "header" >
< div class = "sub-title" > < span class = "package-label-in-type" > Package< / span > < a href = "package-summary.html" > net.java.games.util.plugins< / a > < / div >
< h1 title = "Interface Plugin" class = "title" > Interface Plugin< / h1 >
< / div >
< section class = "class-description" id = "class-description" >
< dl class = "notes" >
< dt > All Known Implementing Classes:< / dt >
< dd > < code > < a href = "../../input/AWTEnvironmentPlugin.html" title = "class in net.java.games.input" > AWTEnvironmentPlugin< / a > < / code > , < code > < a href = "../../input/DirectInputEnvironmentPlugin.html" title = "class in net.java.games.input" > DirectInputEnvironmentPlugin< / a > < / code > , < code > < a href = "../../input/LinuxEnvironmentPlugin.html" title = "class in net.java.games.input" > LinuxEnvironmentPlugin< / a > < / code > , < code > < a href = "../../input/OSXEnvironmentPlugin.html" title = "class in net.java.games.input" > OSXEnvironmentPlugin< / a > < / code > , < code > < a href = "../../input/RawInputEnvironmentPlugin.html" title = "class in net.java.games.input" > RawInputEnvironmentPlugin< / a > < / code > , < code > < a href = "../../input/WinTabEnvironmentPlugin.html" title = "class in net.java.games.input" > WinTabEnvironmentPlugin< / a > < / code > < / dd >
< / dl >
< hr >
< div class = "type-signature" > < span class = "modifiers" > public interface < / span > < span class = "element-name type-name-label" > Plugin< / span > < / div >
< div class = "block" > This is a marker interface used to mark plugins in a Jar file
for retrieval by the Plugins class. In order for a class to be
treated as a Plugin the following must be true:
(1) The name of the class must end with "Plugin".
(ie MedianCutFilterPlugin, DirectInput EnvrionmentPlugin)
(2) The class must implement the Plugin interface. It can do
so directly, through inheritence of either a superclass
that implements this interface, or through the implementation
of an interface that extends this interface.< / div >
< / section >
<!-- ========= END OF CLASS DATA ========= -->
< / main >
< / div >
< / div >
< / body >
< / html >