JavaXNA/Microsoft.Xna.Framework/doc/System/package-summary.html
Tom Lint 92e29ba3dd Fixed compiler errors
Regenerated JavaDoc
Updated whitespace usage
Added LWJGL libraries and binaries
2013-10-15 12:34:51 +02:00

295 lines
12 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="nl">
<head>
<!-- Generated by javadoc (version 1.7.0_40) on Tue Oct 15 12:25:35 CEST 2013 -->
<title>System</title>
<meta name="date" content="2013-10-15">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="System";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../Microsoft/Xna/Framework/Storage/package-summary.html">Prev Package</a></li>
<li><a href="../System/Collections/Generic/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?System/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;System</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../System/EventHandler.html" title="interface in System">EventHandler</a>&lt;T&gt;</td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../System/IAsyncResult.html" title="interface in System">IAsyncResult</a></td>
<td class="colLast">
<div class="block">Represents the status of an asynchronous operation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../System/IComparable.html" title="interface in System">IComparable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Defines a generalized comparison method that a value type or class implements to create a type-specific comparison method for ordering instances.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../System/IDisposable.html" title="interface in System">IDisposable</a></td>
<td class="colLast">
<div class="block">Defines a method to release allocated unmanaged resources.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../System/IEquatable.html" title="interface in System">IEquatable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../System/IServiceProvider.html" title="interface in System">IServiceProvider</a></td>
<td class="colLast">
<div class="block">Defines a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../System/Action.html" title="class in System">Action</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Encapsulates a method that takes a single parameter and does not return a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../System/AsyncCallback.html" title="class in System">AsyncCallback</a></td>
<td class="colLast">
<div class="block">References a method to be called when a corresponding asynchronous operation completes.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../System/Event.html" title="class in System">Event</a>&lt;T extends <a href="../System/EventArgs.html" title="class in System">EventArgs</a>&gt;</td>
<td class="colLast">
<div class="block">Base class for all events in JavaXNA.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../System/EventArgs.html" title="class in System">EventArgs</a></td>
<td class="colLast">
<div class="block">System.EventArgs is the base class for classes containing event data.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../System/TimeSpan.html" title="class in System">TimeSpan</a></td>
<td class="colLast">
<div class="block">Represents a time interval.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../System/ValueType.html" title="class in System">ValueType</a></td>
<td class="colLast">
<div class="block">Provides the base class for value types.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../System/ArgumentException.html" title="class in System">ArgumentException</a></td>
<td class="colLast">
<div class="block">The exception that is thrown when one of the arguments provided to a method is not valid.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../System/ArgumentNullException.html" title="class in System">ArgumentNullException</a></td>
<td class="colLast">
<div class="block">The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../System/ArgumentOutOfRangeException.html" title="class in System">ArgumentOutOfRangeException</a></td>
<td class="colLast">
<div class="block">The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../System/ArithmeticException.html" title="class in System">ArithmeticException</a></td>
<td class="colLast">
<div class="block">The exception that is thrown for errors in an arithmetic, casting, or conversion operation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../System/FormatException.html" title="class in System">FormatException</a></td>
<td class="colLast">
<div class="block">The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../System/InvalidOperationException.html" title="class in System">InvalidOperationException</a></td>
<td class="colLast">
<div class="block">The exception that is thrown when a method call is invalid for the object's current state.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../System/NotImplementedException.html" title="class in System">NotImplementedException</a></td>
<td class="colLast">
<div class="block">The exception that is thrown when a requested method or operation is not implemented.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../System/NotSupportedException.html" title="class in System">NotSupportedException</a></td>
<td class="colLast">
<div class="block">The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked
functionality.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../System/ObjectDisposedException.html" title="class in System">ObjectDisposedException</a></td>
<td class="colLast">
<div class="block">The exception that is thrown when an operation is performed on a disposed object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../System/OverflowException.html" title="class in System">OverflowException</a></td>
<td class="colLast">
<div class="block">The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../System/SystemException.html" title="class in System">SystemException</a></td>
<td class="colLast">
<div class="block">Defines the base class for predefined exceptions in the System namespace.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../System/UnauthorizedAccessException.html" title="class in System">UnauthorizedAccessException</a></td>
<td class="colLast">
<div class="block">The exception that is thrown when the operating system denies access because of an I/O error or a specific type of security error.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../Microsoft/Xna/Framework/Storage/package-summary.html">Prev Package</a></li>
<li><a href="../System/Collections/Generic/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?System/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>