725 lines
26 KiB
HTML
725 lines
26 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||
<!-- NewPage -->
|
||
<html lang="de">
|
||
<head>
|
||
<!-- Generated by javadoc (1.8.0_25) on Tue Jan 27 17:10:43 CET 2015 -->
|
||
<title>Serialized Form</title>
|
||
<meta name="date" content="2015-01-27">
|
||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||
<script type="text/javascript" src="script.js"></script>
|
||
</head>
|
||
<body>
|
||
<script type="text/javascript"><!--
|
||
try {
|
||
if (location.href.indexOf('is-external=true') == -1) {
|
||
parent.document.title="Serialized Form";
|
||
}
|
||
}
|
||
catch(err) {
|
||
}
|
||
//-->
|
||
</script>
|
||
<noscript>
|
||
<div>JavaScript is disabled on your browser.</div>
|
||
</noscript>
|
||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||
<div class="topNav"><a name="navbar.top">
|
||
<!-- -->
|
||
</a>
|
||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||
<a name="navbar.top.firstrow">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="navList" title="Navigation">
|
||
<li><a href="overview-summary.html">Overview</a></li>
|
||
<li>Package</li>
|
||
<li>Class</li>
|
||
<li>Use</li>
|
||
<li><a href="overview-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>Prev</li>
|
||
<li>Next</li>
|
||
</ul>
|
||
<ul class="navList">
|
||
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
|
||
<li><a href="serialized-form.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="Serialized Form" class="title">Serialized Form</h1>
|
||
</div>
|
||
<div class="serializedFormContainer">
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h2 title="Package">Package de.katho.kBorrow.gui</h2>
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="de.katho.kBorrow.gui.ArticleInspectFrame">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/gui/ArticleInspectFrame.html" title="class in de.katho.kBorrow.gui">de.katho.kBorrow.gui.ArticleInspectFrame</a> extends javax.swing.JFrame implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>-8993341404926674307L</dd>
|
||
</dl>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.gui.ArticlePanel">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/gui/ArticlePanel.html" title="class in de.katho.kBorrow.gui">de.katho.kBorrow.gui.ArticlePanel</a> extends javax.swing.JPanel implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>-8511924597640457608L</dd>
|
||
</dl>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h3>Serialized Fields</h3>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>textAreaArticleDescription</h4>
|
||
<pre>javax.swing.JTextArea textAreaArticleDescription</pre>
|
||
<div class="block">Textarea, die die Artikelbeschreibung enth<74>lt.</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>textFieldArticleName</h4>
|
||
<pre>javax.swing.JTextField textFieldArticleName</pre>
|
||
<div class="block">Textfeld, das den Artikelnamen enth<74>lt.</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>btnArticleSave</h4>
|
||
<pre>javax.swing.JButton btnArticleSave</pre>
|
||
<div class="block">Speicherbutton</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>btnArticleCancel</h4>
|
||
<pre>javax.swing.JButton btnArticleCancel</pre>
|
||
<div class="block">Abbrechenbutton</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>lblArticleStatus</h4>
|
||
<pre>javax.swing.JLabel lblArticleStatus</pre>
|
||
<div class="block">Label, in dem Statusmeldungen angezeigt werden</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>articleModeEdit</h4>
|
||
<pre>boolean articleModeEdit</pre>
|
||
<div class="block">True, wenn ein Artikel bearbeitet wird. Ansonsten false.</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>articleEditId</h4>
|
||
<pre>int articleEditId</pre>
|
||
<div class="block">Enth<EFBFBD>lt die Artikel-ID, wenn ein Arikel bearbeitet wird.</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>articleController</h4>
|
||
<pre><a href="de/katho/kBorrow/controller/ArticleController.html" title="class in de.katho.kBorrow.controller">ArticleController</a> articleController</pre>
|
||
<div class="block">Referenz auf <a href="de/katho/kBorrow/controller/ArticleController.html" title="class in de.katho.kBorrow.controller"><code>ArticleController</code></a></div>
|
||
</li>
|
||
<li class="blockListLast">
|
||
<h4>articleModel</h4>
|
||
<pre><a href="de/katho/kBorrow/data/KArticleModel.html" title="class in de.katho.kBorrow.data">KArticleModel</a> articleModel</pre>
|
||
<div class="block">Referenz auf <a href="de/katho/kBorrow/data/KArticleModel.html" title="class in de.katho.kBorrow.data"><code>KArticleModel</code></a></div>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.gui.ManageLendingsPanel">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/gui/ManageLendingsPanel.html" title="class in de.katho.kBorrow.gui">de.katho.kBorrow.gui.ManageLendingsPanel</a> extends javax.swing.JPanel implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>925691137664223491L</dd>
|
||
</dl>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.gui.NewLendingPanel">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/gui/NewLendingPanel.html" title="class in de.katho.kBorrow.gui">de.katho.kBorrow.gui.NewLendingPanel</a> extends javax.swing.JPanel implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>-7346953418572781322L</dd>
|
||
</dl>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h3>Serialized Fields</h3>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>tfName</h4>
|
||
<pre>javax.swing.JTextField tfName</pre>
|
||
<div class="block">Textfeld: Vorname des Ausleihers</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>tfSurname</h4>
|
||
<pre>javax.swing.JTextField tfSurname</pre>
|
||
<div class="block">Textfeld: Nachname des Ausleihers</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>tfStudentNumber</h4>
|
||
<pre>javax.swing.JTextField tfStudentNumber</pre>
|
||
<div class="block">Textfeld: Matrikelnummer des Ausleihers</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>lblStatus</h4>
|
||
<pre>javax.swing.JLabel lblStatus</pre>
|
||
<div class="block">Label: Status</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>lblStartDate</h4>
|
||
<pre>javax.swing.JLabel lblStartDate</pre>
|
||
<div class="block">Label: Startdatum</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>lblArticleName</h4>
|
||
<pre>javax.swing.JLabel lblArticleName</pre>
|
||
<div class="block">Label: Arikelname</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>btnCancel</h4>
|
||
<pre>javax.swing.JButton btnCancel</pre>
|
||
<div class="block">Button: Abbrechen</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>btnSave</h4>
|
||
<pre>javax.swing.JButton btnSave</pre>
|
||
<div class="block">Button: Speichern</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>dpEstEndDate</h4>
|
||
<pre>org.jdesktop.swingx.JXDatePicker dpEstEndDate</pre>
|
||
<div class="block">Datepicker: Voraussichtliches Enddatum</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>kArticleModel</h4>
|
||
<pre><a href="de/katho/kBorrow/data/KArticleModel.html" title="class in de.katho.kBorrow.data">KArticleModel</a> kArticleModel</pre>
|
||
<div class="block">Referenz auf das <a href="de/katho/kBorrow/data/KArticleModel.html" title="class in de.katho.kBorrow.data"><code>KArticleModel</code></a></div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>kUserModel</h4>
|
||
<pre><a href="de/katho/kBorrow/data/KUserModel.html" title="class in de.katho.kBorrow.data">KUserModel</a> kUserModel</pre>
|
||
<div class="block">Referenz auf das <a href="de/katho/kBorrow/data/KUserModel.html" title="class in de.katho.kBorrow.data"><code>KUserModel</code></a></div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>kLenderModel</h4>
|
||
<pre><a href="de/katho/kBorrow/data/KLenderModel.html" title="class in de.katho.kBorrow.data">KLenderModel</a> kLenderModel</pre>
|
||
<div class="block">Referenz auf das <a href="de/katho/kBorrow/data/KLenderModel.html" title="class in de.katho.kBorrow.data"><code>KLenderModel</code></a></div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>userListModel</h4>
|
||
<pre><a href="de/katho/kBorrow/models/UserListModel.html" title="class in de.katho.kBorrow.models">UserListModel</a> userListModel</pre>
|
||
<div class="block">Referenz auf das <a href="de/katho/kBorrow/models/UserListModel.html" title="class in de.katho.kBorrow.models"><code>UserListModel</code></a></div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>freeArticleTableModel</h4>
|
||
<pre><a href="de/katho/kBorrow/models/FreeArticleTableModel.html" title="class in de.katho.kBorrow.models">FreeArticleTableModel</a> freeArticleTableModel</pre>
|
||
<div class="block">Referenz auf das <a href="de/katho/kBorrow/models/FreeArticleTableModel.html" title="class in de.katho.kBorrow.models"><code>FreeArticleTableModel</code></a></div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>newLendingController</h4>
|
||
<pre><a href="de/katho/kBorrow/controller/NewLendingController.html" title="class in de.katho.kBorrow.controller">NewLendingController</a> newLendingController</pre>
|
||
<div class="block">Referenz auf den <a href="de/katho/kBorrow/controller/NewLendingController.html" title="class in de.katho.kBorrow.controller"><code>NewLendingController</code></a></div>
|
||
</li>
|
||
<li class="blockListLast">
|
||
<h4>articleId</h4>
|
||
<pre>int articleId</pre>
|
||
<div class="block">Artikel-ID, wird hier vor einer Ausleihe zwischengespeichert.</div>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.gui.RewriteToNewUserDialog">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/gui/RewriteToNewUserDialog.html" title="class in de.katho.kBorrow.gui">de.katho.kBorrow.gui.RewriteToNewUserDialog</a> extends javax.swing.JDialog implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>-6002073589194176368L</dd>
|
||
</dl>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h3>Serialized Fields</h3>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>okButton</h4>
|
||
<pre>javax.swing.JButton okButton</pre>
|
||
<div class="block">Button: OK</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>cancelButton</h4>
|
||
<pre>javax.swing.JButton cancelButton</pre>
|
||
<div class="block">Button: Abbrechen</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>rwusermodel</h4>
|
||
<pre><a href="de/katho/kBorrow/models/RewriteUserModel.html" title="class in de.katho.kBorrow.models">RewriteUserModel</a> rwusermodel</pre>
|
||
<div class="block">Referenz auf das RewriteUserModel</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>rwcontroller</h4>
|
||
<pre><a href="de/katho/kBorrow/controller/RewriteToNewUserController.html" title="class in de.katho.kBorrow.controller">RewriteToNewUserController</a> rwcontroller</pre>
|
||
<div class="block">Referenz auf den RewriteToNewUserController</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>result</h4>
|
||
<pre>int result</pre>
|
||
<div class="block">Resultat, das nach dem Schlie<69>en des Dialogs zur<75>ck an den UserController gegeben wird.</div>
|
||
</li>
|
||
<li class="blockListLast">
|
||
<h4>oldId</h4>
|
||
<pre>int oldId</pre>
|
||
<div class="block">Benutzer-ID des Benutzers, der gel<65>scht werden soll.</div>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.gui.UserPanel">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/gui/UserPanel.html" title="class in de.katho.kBorrow.gui">de.katho.kBorrow.gui.UserPanel</a> extends javax.swing.JPanel implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>-319340262589243978L</dd>
|
||
</dl>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h3>Serialized Fields</h3>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>lblUserStatus</h4>
|
||
<pre>javax.swing.JLabel lblUserStatus</pre>
|
||
<div class="block">Label: Statusmeldung</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>textFieldUserName</h4>
|
||
<pre>javax.swing.JTextField textFieldUserName</pre>
|
||
<div class="block">Textfeld: Benutzer Vorname</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>textFieldUserSurname</h4>
|
||
<pre>javax.swing.JTextField textFieldUserSurname</pre>
|
||
<div class="block">Textfeld: Benutzer Nachname</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>btnUserSave</h4>
|
||
<pre>javax.swing.JButton btnUserSave</pre>
|
||
<div class="block">Button: Speichern</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>btnUserCancel</h4>
|
||
<pre>javax.swing.JButton btnUserCancel</pre>
|
||
<div class="block">Button: Abbrechen</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>userModeEdit</h4>
|
||
<pre>boolean userModeEdit</pre>
|
||
<div class="block">True, wenn gerade ein Benutzer bearbeitet werden soll, andernfalls false.</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>userEditId</h4>
|
||
<pre>int userEditId</pre>
|
||
<div class="block">ID des Benutzers, der bearbeitet werden soll</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>kUserModel</h4>
|
||
<pre><a href="de/katho/kBorrow/data/KUserModel.html" title="class in de.katho.kBorrow.data">KUserModel</a> kUserModel</pre>
|
||
<div class="block">Referenz auf das KUserModel</div>
|
||
</li>
|
||
<li class="blockListLast">
|
||
<h4>userController</h4>
|
||
<pre><a href="de/katho/kBorrow/controller/UserController.html" title="class in de.katho.kBorrow.controller">UserController</a> userController</pre>
|
||
<div class="block">Referenz auf den UserController</div>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li class="blockList">
|
||
<h2 title="Package">Package de.katho.kBorrow.listener</h2>
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="de.katho.kBorrow.listener.ArticleDeleteTableButton">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/listener/ArticleDeleteTableButton.html" title="class in de.katho.kBorrow.listener">de.katho.kBorrow.listener.ArticleDeleteTableButton</a> extends <a href="de/katho/kBorrow/listener/TableButton.html" title="class in de.katho.kBorrow.listener">TableButton</a> implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>7701712368979056068L</dd>
|
||
</dl>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.listener.ArticleEditTableButton">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/listener/ArticleEditTableButton.html" title="class in de.katho.kBorrow.listener">de.katho.kBorrow.listener.ArticleEditTableButton</a> extends <a href="de/katho/kBorrow/listener/TableButton.html" title="class in de.katho.kBorrow.listener">TableButton</a> implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>-5902626427691636902L</dd>
|
||
</dl>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.listener.ArticleInspectTableButton">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/listener/ArticleInspectTableButton.html" title="class in de.katho.kBorrow.listener">de.katho.kBorrow.listener.ArticleInspectTableButton</a> extends <a href="de/katho/kBorrow/listener/TableButton.html" title="class in de.katho.kBorrow.listener">TableButton</a> implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>-2591133864537097893L</dd>
|
||
</dl>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.listener.LendingReturnTableButton">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/listener/LendingReturnTableButton.html" title="class in de.katho.kBorrow.listener">de.katho.kBorrow.listener.LendingReturnTableButton</a> extends <a href="de/katho/kBorrow/listener/TableButton.html" title="class in de.katho.kBorrow.listener">TableButton</a> implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>4841475504601928160L</dd>
|
||
</dl>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.listener.NewLendingTableButton">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/listener/NewLendingTableButton.html" title="class in de.katho.kBorrow.listener">de.katho.kBorrow.listener.NewLendingTableButton</a> extends <a href="de/katho/kBorrow/listener/TableButton.html" title="class in de.katho.kBorrow.listener">TableButton</a> implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>7492272258718253745L</dd>
|
||
</dl>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.listener.TableButton">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/listener/TableButton.html" title="class in de.katho.kBorrow.listener">de.katho.kBorrow.listener.TableButton</a> extends javax.swing.AbstractCellEditor implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>-5902626427691636902L</dd>
|
||
</dl>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h3>Serialized Fields</h3>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>label</h4>
|
||
<pre>java.lang.String label</pre>
|
||
<div class="block">Name des Buttons, dient als Tooltip</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>buttonR</h4>
|
||
<pre>javax.swing.JButton buttonR</pre>
|
||
<div class="block">Referenz auf den TableCellRenderer-Button</div>
|
||
</li>
|
||
<li class="blockListLast">
|
||
<h4>buttonE</h4>
|
||
<pre>javax.swing.JButton buttonE</pre>
|
||
<div class="block">Referenz auf den TableCellEditor-Button</div>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.listener.UserDeleteTableButton">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/listener/UserDeleteTableButton.html" title="class in de.katho.kBorrow.listener">de.katho.kBorrow.listener.UserDeleteTableButton</a> extends <a href="de/katho/kBorrow/listener/TableButton.html" title="class in de.katho.kBorrow.listener">TableButton</a> implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>-886584066497429394L</dd>
|
||
</dl>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.listener.UserEditTableButton">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/listener/UserEditTableButton.html" title="class in de.katho.kBorrow.listener">de.katho.kBorrow.listener.UserEditTableButton</a> extends <a href="de/katho/kBorrow/listener/TableButton.html" title="class in de.katho.kBorrow.listener">TableButton</a> implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>-886584066497429394L</dd>
|
||
</dl>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li class="blockList">
|
||
<h2 title="Package">Package de.katho.kBorrow.models</h2>
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="de.katho.kBorrow.models.ArticleInspectTableModel">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/models/ArticleInspectTableModel.html" title="class in de.katho.kBorrow.models">de.katho.kBorrow.models.ArticleInspectTableModel</a> extends javax.swing.table.AbstractTableModel implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>2293157709447086998L</dd>
|
||
</dl>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h3>Serialized Fields</h3>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>header</h4>
|
||
<pre>java.lang.String[] header</pre>
|
||
<div class="block">Enth<EFBFBD>lt die <20>berschriften der Tabellenspalten</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>articleId</h4>
|
||
<pre>int articleId</pre>
|
||
<div class="block">ID des Artikels, f<>r den alle Ausleihen in der Tabelle angezeigt werden sollen.</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>data</h4>
|
||
<pre>java.util.ArrayList<E> data</pre>
|
||
<div class="block">Daten der Tabelle: Alle Ausleihen f<>r einen Artikel.</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>userModel</h4>
|
||
<pre><a href="de/katho/kBorrow/data/KUserModel.html" title="class in de.katho.kBorrow.data">KUserModel</a> userModel</pre>
|
||
<div class="block">Referenz auf das ben<65>tigte UserModel.</div>
|
||
</li>
|
||
<li class="blockListLast">
|
||
<h4>lenderModel</h4>
|
||
<pre><a href="de/katho/kBorrow/data/KLenderModel.html" title="class in de.katho.kBorrow.data">KLenderModel</a> lenderModel</pre>
|
||
<div class="block">Referenz auf das ben<65>tigte LenderModel.</div>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.models.ArticleTableModel">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/models/ArticleTableModel.html" title="class in de.katho.kBorrow.models">de.katho.kBorrow.models.ArticleTableModel</a> extends javax.swing.table.AbstractTableModel implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>-1860949772989116745L</dd>
|
||
</dl>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h3>Serialized Fields</h3>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>header</h4>
|
||
<pre>java.lang.String[] header</pre>
|
||
<div class="block">Enth<EFBFBD>lt die <20>berschriften der Tabellenspalten</div>
|
||
</li>
|
||
<li class="blockListLast">
|
||
<h4>data</h4>
|
||
<pre>java.util.ArrayList<E> data</pre>
|
||
<div class="block">Daten der Tabelle: Komplette Liste der Artikel</div>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.models.FreeArticleTableModel">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/models/FreeArticleTableModel.html" title="class in de.katho.kBorrow.models">de.katho.kBorrow.models.FreeArticleTableModel</a> extends <a href="de/katho/kBorrow/models/ArticleTableModel.html" title="class in de.katho.kBorrow.models">ArticleTableModel</a> implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>1908669541941834593L</dd>
|
||
</dl>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h3>Serialized Fields</h3>
|
||
<ul class="blockList">
|
||
<li class="blockListLast">
|
||
<h4>header</h4>
|
||
<pre>java.lang.String[] header</pre>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.models.LendingTableModel">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/models/LendingTableModel.html" title="class in de.katho.kBorrow.models">de.katho.kBorrow.models.LendingTableModel</a> extends javax.swing.table.AbstractTableModel implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>1375465648631587292L</dd>
|
||
</dl>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h3>Serialized Fields</h3>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>header</h4>
|
||
<pre>java.lang.String[] header</pre>
|
||
<div class="block">Enth<EFBFBD>lt die <20>berschriften der Tabellenspalten.</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>data</h4>
|
||
<pre>java.util.ArrayList<E> data</pre>
|
||
<div class="block">Daten der Tabelle: S<>mtliche aktiven Ausleihen.</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>articleModel</h4>
|
||
<pre><a href="de/katho/kBorrow/interfaces/KDataModel.html" title="interface in de.katho.kBorrow.interfaces">KDataModel</a> articleModel</pre>
|
||
<div class="block">Referenz auf das ArticleModel</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>lenderModel</h4>
|
||
<pre><a href="de/katho/kBorrow/interfaces/KDataModel.html" title="interface in de.katho.kBorrow.interfaces">KDataModel</a> lenderModel</pre>
|
||
<div class="block">Referenz auf das LenderModel</div>
|
||
</li>
|
||
<li class="blockList">
|
||
<h4>userModel</h4>
|
||
<pre><a href="de/katho/kBorrow/interfaces/KDataModel.html" title="interface in de.katho.kBorrow.interfaces">KDataModel</a> userModel</pre>
|
||
<div class="block">Referenz auf das UserModel</div>
|
||
</li>
|
||
<li class="blockListLast">
|
||
<h4>lendingModel</h4>
|
||
<pre><a href="de/katho/kBorrow/interfaces/KDataModel.html" title="interface in de.katho.kBorrow.interfaces">KDataModel</a> lendingModel</pre>
|
||
<div class="block">Referenz auf das LendingModel</div>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.models.RewriteUserModel">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/models/RewriteUserModel.html" title="class in de.katho.kBorrow.models">de.katho.kBorrow.models.RewriteUserModel</a> extends <a href="de/katho/kBorrow/models/UserListModel.html" title="class in de.katho.kBorrow.models">UserListModel</a> implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>-78927566018961799L</dd>
|
||
</dl>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h3>Serialized Fields</h3>
|
||
<ul class="blockList">
|
||
<li class="blockListLast">
|
||
<h4>id</h4>
|
||
<pre>int id</pre>
|
||
<div class="block">ID des Benutzers, dessen Ausleihen umgeschrieben werden sollen.</div>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.models.UserListModel">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/models/UserListModel.html" title="class in de.katho.kBorrow.models">de.katho.kBorrow.models.UserListModel</a> extends javax.swing.AbstractListModel<java.lang.String> implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>-8653066929273274524L</dd>
|
||
</dl>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h3>Serialized Fields</h3>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>data</h4>
|
||
<pre>java.util.ArrayList<E> data</pre>
|
||
<div class="block">Daten der Tabelle: Liste aller Benutzer.</div>
|
||
</li>
|
||
<li class="blockListLast">
|
||
<h4>selectedItem</h4>
|
||
<pre>java.lang.String selectedItem</pre>
|
||
<div class="block">Vor- und Nachname des aktuell ausgew<65>hlten Benutzers.</div>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li class="blockList"><a name="de.katho.kBorrow.models.UserTableModel">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Class <a href="de/katho/kBorrow/models/UserTableModel.html" title="class in de.katho.kBorrow.models">de.katho.kBorrow.models.UserTableModel</a> extends javax.swing.table.AbstractTableModel implements Serializable</h3>
|
||
<dl class="nameValue">
|
||
<dt>serialVersionUID:</dt>
|
||
<dd>435829735305533728L</dd>
|
||
</dl>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h3>Serialized Fields</h3>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>header</h4>
|
||
<pre>java.lang.String[] header</pre>
|
||
<div class="block">Enth<EFBFBD>lt die <20>berschriften der Tabellenspalten.</div>
|
||
</li>
|
||
<li class="blockListLast">
|
||
<h4>data</h4>
|
||
<pre>java.util.ArrayList<E> data</pre>
|
||
<div class="block">Daten der Tabelle: Komplette Liste aller Benutzer.</div>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||
<div class="bottomNav"><a name="navbar.bottom">
|
||
<!-- -->
|
||
</a>
|
||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||
<a name="navbar.bottom.firstrow">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="navList" title="Navigation">
|
||
<li><a href="overview-summary.html">Overview</a></li>
|
||
<li>Package</li>
|
||
<li>Class</li>
|
||
<li>Use</li>
|
||
<li><a href="overview-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>Prev</li>
|
||
<li>Next</li>
|
||
</ul>
|
||
<ul class="navList">
|
||
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
|
||
<li><a href="serialized-form.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>
|