1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Tue Sep 30 12:31:00 PDT 2003 -->
<TITLE>
Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="Index";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A>
<SCRIPT>
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<A HREF="#_A_">A</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="net/java/games/util/plugins/PluginLoader.html#attemptPluginDefine(java.lang.Class)"><B>attemptPluginDefine(Class)</B></A> -
Method in class net.java.games.util.plugins.<A HREF="net/java/games/util/plugins/PluginLoader.html">PluginLoader</A>
<DD>This function is called as part of scanning the Jar for
plugins.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="net/java/games/util/plugins/PluginLoader.html#findLibrary(java.lang.String)"><B>findLibrary(String)</B></A> -
Method in class net.java.games.util.plugins.<A HREF="net/java/games/util/plugins/PluginLoader.html">PluginLoader</A>
<DD>This method is queried by the System.loadLibrary()
code to find the actual native name and path to the
native library to load.
<DT><A HREF="net/java/games/util/plugins/test/FooChildPlugin.html"><B>FooChildPlugin</B></A> - class net.java.games.util.plugins.test.<A HREF="net/java/games/util/plugins/test/FooChildPlugin.html">FooChildPlugin</A>.<DD> <DT><A HREF="net/java/games/util/plugins/test/FooChildPlugin.html#FooChildPlugin()"><B>FooChildPlugin()</B></A> -
Constructor for class net.java.games.util.plugins.test.<A HREF="net/java/games/util/plugins/test/FooChildPlugin.html">FooChildPlugin</A>
<DD>Creates a new instance of FooChildPlugin
<DT><A HREF="net/java/games/util/plugins/test/FooPlugin.html"><B>FooPlugin</B></A> - class net.java.games.util.plugins.test.<A HREF="net/java/games/util/plugins/test/FooPlugin.html">FooPlugin</A>.<DD> <DT><A HREF="net/java/games/util/plugins/test/FooPlugin.html#FooPlugin()"><B>FooPlugin()</B></A> -
Constructor for class net.java.games.util.plugins.test.<A HREF="net/java/games/util/plugins/test/FooPlugin.html">FooPlugin</A>
<DD>Creates a new instance of FooPlugin
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="net/java/games/util/plugins/Plugins.html#get()"><B>get()</B></A> -
Method in class net.java.games.util.plugins.<A HREF="net/java/games/util/plugins/Plugins.html">Plugins</A>
<DD>This method returns all the Plugins found in the
directory passed in at object creation time or any of its
sub-directories.
<DT><A HREF="net/java/games/util/plugins/Plugins.html#getExtends(java.lang.Class)"><B>getExtends(Class)</B></A> -
Method in class net.java.games.util.plugins.<A HREF="net/java/games/util/plugins/Plugins.html">Plugins</A>
<DD>This method returns a sub-list of all the found Plugin
classes that extend the passed in Class
(either directly or through inheritance.)
<DT><A HREF="net/java/games/util/plugins/Plugins.html#getImplementsAll(java.lang.Class[])"><B>getImplementsAll(Class[])</B></A> -
Method in class net.java.games.util.plugins.<A HREF="net/java/games/util/plugins/Plugins.html">Plugins</A>
<DD>This method returns a sub-list of all the found Plugin
classes that implement <B>all</B> of the passed in set of
Interfaces (either directly or through inheritance.)
<DT><A HREF="net/java/games/util/plugins/Plugins.html#getImplementsAny(java.lang.Class[])"><B>getImplementsAny(Class[])</B></A> -
Method in class net.java.games.util.plugins.<A HREF="net/java/games/util/plugins/Plugins.html">Plugins</A>
<DD>This method returns a sub-list of all the found Plugin
classes that implement <B>any</B> of the passed in set of
Interfaces (either directly or through inheritance.)
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="net/java/games/util/plugins/test/InheritedInterfacePlugin.html"><B>InheritedInterfacePlugin</B></A> - class net.java.games.util.plugins.test.<A HREF="net/java/games/util/plugins/test/InheritedInterfacePlugin.html">InheritedInterfacePlugin</A>.<DD> <DT><A HREF="net/java/games/util/plugins/test/InheritedInterfacePlugin.html#InheritedInterfacePlugin()"><B>InheritedInterfacePlugin()</B></A> -
Constructor for class net.java.games.util.plugins.test.<A HREF="net/java/games/util/plugins/test/InheritedInterfacePlugin.html">InheritedInterfacePlugin</A>
<DD>Creates a new instance of InheritedInterfacePlugin
<DT><A HREF="net/java/games/util/plugins/test/InterfaceNotAPlugin.html"><B>InterfaceNotAPlugin</B></A> - interface net.java.games.util.plugins.test.<A HREF="net/java/games/util/plugins/test/InterfaceNotAPlugin.html">InterfaceNotAPlugin</A>.<DD> </DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="net/java/games/util/plugins/test/PluginTest.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class net.java.games.util.plugins.test.<A HREF="net/java/games/util/plugins/test/PluginTest.html">PluginTest</A>
<DD>
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="net/java/games/util/plugins/package-summary.html"><B>net.java.games.util.plugins</B></A> - package net.java.games.util.plugins<DD> <DT><A HREF="net/java/games/util/plugins/test/package-summary.html"><B>net.java.games.util.plugins.test</B></A> - package net.java.games.util.plugins.test<DD> <DT><A HREF="net/java/games/util/plugins/test/NotAPlugin.html"><B>NotAPlugin</B></A> - class net.java.games.util.plugins.test.<A HREF="net/java/games/util/plugins/test/NotAPlugin.html">NotAPlugin</A>.<DD> <DT><A HREF="net/java/games/util/plugins/test/NotAPlugin.html#NotAPlugin()"><B>NotAPlugin()</B></A> -
Constructor for class net.java.games.util.plugins.test.<A HREF="net/java/games/util/plugins/test/NotAPlugin.html">NotAPlugin</A>
<DD>Creates a new instance of NotAPlugin
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="net/java/games/util/plugins/Plugin.html"><B>Plugin</B></A> - interface net.java.games.util.plugins.<A HREF="net/java/games/util/plugins/Plugin.html">Plugin</A>.<DD>This is a marker interface used to mark plugins in a Jar file
for retrieval by the Plugins class.<DT><A HREF="net/java/games/util/plugins/PluginLoader.html"><B>PluginLoader</B></A> - class net.java.games.util.plugins.<A HREF="net/java/games/util/plugins/PluginLoader.html">PluginLoader</A>.<DD>This class is used internally by the Plugin system.<DT><A HREF="net/java/games/util/plugins/PluginLoader.html#PluginLoader(java.io.File)"><B>PluginLoader(File)</B></A> -
Constructor for class net.java.games.util.plugins.<A HREF="net/java/games/util/plugins/PluginLoader.html">PluginLoader</A>
<DD>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.
<DT><A HREF="net/java/games/util/plugins/Plugins.html"><B>Plugins</B></A> - class net.java.games.util.plugins.<A HREF="net/java/games/util/plugins/Plugins.html">Plugins</A>.<DD>This is the application interface to the Plugin system.<DT><A HREF="net/java/games/util/plugins/Plugins.html#Plugins(java.io.File)"><B>Plugins(File)</B></A> -
Constructor for class net.java.games.util.plugins.<A HREF="net/java/games/util/plugins/Plugins.html">Plugins</A>
<DD>Creates a new instance of Plugins
<DT><A HREF="net/java/games/util/plugins/test/PluginTest.html"><B>PluginTest</B></A> - class net.java.games.util.plugins.test.<A HREF="net/java/games/util/plugins/test/PluginTest.html">PluginTest</A>.<DD> <DT><A HREF="net/java/games/util/plugins/test/PluginTest.html#PluginTest()"><B>PluginTest()</B></A> -
Constructor for class net.java.games.util.plugins.test.<A HREF="net/java/games/util/plugins/test/PluginTest.html">PluginTest</A>
<DD>Creates a new instance of PluginTest
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A>
<SCRIPT>
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
</BODY>
</HTML>
|