496 lines
13 KiB
HTML
496 lines
13 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||
|
<!-- NewPage -->
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<!-- Generated by javadoc (1.8.0_141) on Tue May 08 15:40:50 BST 2018 -->
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<title>Serialized Form</title>
|
||
|
<meta name="date" content="2018-05-08">
|
||
|
<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="rofaapp/package-summary.html">Package</a></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 rofaapp</h2>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList"><a name="rofaapp.AddItemWindow">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Class <a href="rofaapp/AddItemWindow.html" title="class in rofaapp">rofaapp.AddItemWindow</a> extends javax.swing.JDialog implements Serializable</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h3>Serialized Fields</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>order</h4>
|
||
|
<pre><a href="rofaapp/ItemOrder.html" title="class in rofaapp">ItemOrder</a> order</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>woodTypes</h4>
|
||
|
<pre><a href="rofaapp/TypeWood.html" title="class in rofaapp">TypeWood</a>[] woodTypes</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>isEdit</h4>
|
||
|
<pre>boolean isEdit</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>editIndex</h4>
|
||
|
<pre>int editIndex</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>chairPanel</h4>
|
||
|
<pre>javax.swing.JPanel chairPanel</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>tablePanel</h4>
|
||
|
<pre>javax.swing.JPanel tablePanel</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>deskPanel</h4>
|
||
|
<pre>javax.swing.JPanel deskPanel</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>yesnoPanel</h4>
|
||
|
<pre>javax.swing.JPanel yesnoPanel</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>buttonSwitchChair</h4>
|
||
|
<pre>javax.swing.JButton buttonSwitchChair</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>buttonSwitchTable</h4>
|
||
|
<pre>javax.swing.JButton buttonSwitchTable</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>buttonSwitchDesk</h4>
|
||
|
<pre>javax.swing.JButton buttonSwitchDesk</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>yesButton</h4>
|
||
|
<pre>javax.swing.JButton yesButton</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>cancelButton</h4>
|
||
|
<pre>javax.swing.JButton cancelButton</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>idSpinnerChair</h4>
|
||
|
<pre>javax.swing.JSpinner idSpinnerChair</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>quantitySpinnerChair</h4>
|
||
|
<pre>javax.swing.JSpinner quantitySpinnerChair</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>idSpinnerDesk</h4>
|
||
|
<pre>javax.swing.JSpinner idSpinnerDesk</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>drawsSpinnerDesk</h4>
|
||
|
<pre>javax.swing.JSpinner drawsSpinnerDesk</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>widthSpinnerDesk</h4>
|
||
|
<pre>javax.swing.JSpinner widthSpinnerDesk</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>depthSpinnerDesk</h4>
|
||
|
<pre>javax.swing.JSpinner depthSpinnerDesk</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>idSpinnerTable</h4>
|
||
|
<pre>javax.swing.JSpinner idSpinnerTable</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>quantitySpinnerTable</h4>
|
||
|
<pre>javax.swing.JSpinner quantitySpinnerTable</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>diameterSpinnerTable</h4>
|
||
|
<pre>javax.swing.JSpinner diameterSpinnerTable</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>woodComboBoxChair</h4>
|
||
|
<pre>javax.swing.JComboBox<E> woodComboBoxChair</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>woodComboBoxDesk</h4>
|
||
|
<pre>javax.swing.JComboBox<E> woodComboBoxDesk</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>woodComboBoxTable</h4>
|
||
|
<pre>javax.swing.JComboBox<E> woodComboBoxTable</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>armrestsCheckBoxChair</h4>
|
||
|
<pre>javax.swing.JCheckBox armrestsCheckBoxChair</pre>
|
||
|
</li>
|
||
|
<li class="blockListLast">
|
||
|
<h4>chromeCheckBoxTable</h4>
|
||
|
<pre>javax.swing.JCheckBox chromeCheckBoxTable</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li class="blockList"><a name="rofaapp.Furniture">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Class <a href="rofaapp/Furniture.html" title="class in rofaapp">rofaapp.Furniture</a> extends java.lang.Object implements Serializable</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h3>Serialized Fields</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>id</h4>
|
||
|
<pre>int id</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>wood</h4>
|
||
|
<pre><a href="rofaapp/TypeWood.html" title="class in rofaapp">TypeWood</a> wood</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>icon</h4>
|
||
|
<pre>javax.swing.ImageIcon icon</pre>
|
||
|
</li>
|
||
|
<li class="blockListLast">
|
||
|
<h4>name</h4>
|
||
|
<pre>java.lang.String name</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li class="blockList"><a name="rofaapp.ItemArmChair">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Class <a href="rofaapp/ItemArmChair.html" title="class in rofaapp">rofaapp.ItemArmChair</a> extends <a href="rofaapp/ItemChair.html" title="class in rofaapp">ItemChair</a> implements Serializable</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h3>Serialized Fields</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockListLast">
|
||
|
<h4>units</h4>
|
||
|
<pre>int units</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li class="blockList"><a name="rofaapp.ItemChair">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Class <a href="rofaapp/ItemChair.html" title="class in rofaapp">rofaapp.ItemChair</a> extends <a href="rofaapp/Furniture.html" title="class in rofaapp">Furniture</a> implements Serializable</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h3>Serialized Fields</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockListLast">
|
||
|
<h4>units</h4>
|
||
|
<pre>int units</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li class="blockList"><a name="rofaapp.ItemDesk">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Class <a href="rofaapp/ItemDesk.html" title="class in rofaapp">rofaapp.ItemDesk</a> extends <a href="rofaapp/Furniture.html" title="class in rofaapp">Furniture</a> implements Serializable</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h3>Serialized Fields</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>height</h4>
|
||
|
<pre>int height</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>depth</h4>
|
||
|
<pre>int depth</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>width</h4>
|
||
|
<pre>int width</pre>
|
||
|
</li>
|
||
|
<li class="blockListLast">
|
||
|
<h4>draws</h4>
|
||
|
<pre>int draws</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li class="blockList"><a name="rofaapp.ItemOrder">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Class <a href="rofaapp/ItemOrder.html" title="class in rofaapp">rofaapp.ItemOrder</a> extends java.lang.Object implements Serializable</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h3>Serialized Fields</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>currentSize</h4>
|
||
|
<pre>int currentSize</pre>
|
||
|
</li>
|
||
|
<li class="blockListLast">
|
||
|
<h4>orderList</h4>
|
||
|
<pre><a href="rofaapp/Furniture.html" title="class in rofaapp">Furniture</a>[] orderList</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li class="blockList"><a name="rofaapp.ItemTable">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Class <a href="rofaapp/ItemTable.html" title="class in rofaapp">rofaapp.ItemTable</a> extends <a href="rofaapp/Furniture.html" title="class in rofaapp">Furniture</a> implements Serializable</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h3>Serialized Fields</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockListLast">
|
||
|
<h4>diameter</h4>
|
||
|
<pre>int diameter</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li class="blockList"><a name="rofaapp.ItemTableChrome">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Class <a href="rofaapp/ItemTableChrome.html" title="class in rofaapp">rofaapp.ItemTableChrome</a> extends <a href="rofaapp/ItemTable.html" title="class in rofaapp">ItemTable</a> implements Serializable</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h3>Serialized Fields</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockListLast">
|
||
|
<h4>basePrice</h4>
|
||
|
<pre>double basePrice</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li class="blockList"><a name="rofaapp.ItemTableWood">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Class <a href="rofaapp/ItemTableWood.html" title="class in rofaapp">rofaapp.ItemTableWood</a> extends <a href="rofaapp/ItemTable.html" title="class in rofaapp">ItemTable</a> implements Serializable</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h3>Serialized Fields</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockListLast">
|
||
|
<h4>basePrice</h4>
|
||
|
<pre>double basePrice</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li class="blockList"><a name="rofaapp.MainWindow">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Class <a href="rofaapp/MainWindow.html" title="class in rofaapp">rofaapp.MainWindow</a> extends javax.swing.JFrame implements Serializable</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h3>Serialized Fields</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>currentOrder</h4>
|
||
|
<pre><a href="rofaapp/ItemOrder.html" title="class in rofaapp">ItemOrder</a> currentOrder</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>currentSelected</h4>
|
||
|
<pre>int currentSelected</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>menuPanel</h4>
|
||
|
<pre>javax.swing.JPanel menuPanel</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>gridPanel</h4>
|
||
|
<pre>javax.swing.JPanel gridPanel</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>summaryPanel</h4>
|
||
|
<pre>javax.swing.JPanel summaryPanel</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>itemSummaryPanel</h4>
|
||
|
<pre>javax.swing.JPanel itemSummaryPanel</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>imagepanels</h4>
|
||
|
<pre>javax.swing.JPanel[][] imagepanels</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>gridTotalPriceLabel</h4>
|
||
|
<pre>javax.swing.JLabel gridTotalPriceLabel</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>summaryTitleLabel</h4>
|
||
|
<pre>javax.swing.JLabel summaryTitleLabel</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>menuAddItemButton</h4>
|
||
|
<pre>javax.swing.JButton menuAddItemButton</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>menuSaveButton</h4>
|
||
|
<pre>javax.swing.JButton menuSaveButton</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>menuLoadButton</h4>
|
||
|
<pre>javax.swing.JButton menuLoadButton</pre>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<h4>menuClearButton</h4>
|
||
|
<pre>javax.swing.JButton menuClearButton</pre>
|
||
|
</li>
|
||
|
<li class="blockListLast">
|
||
|
<h4>menuSummaryButton</h4>
|
||
|
<pre>javax.swing.JButton menuSummaryButton</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li class="blockList"><a name="rofaapp.TypeWood">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Class <a href="rofaapp/TypeWood.html" title="class in rofaapp">rofaapp.TypeWood</a> extends java.lang.Object implements Serializable</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h3>Serialized Fields</h3>
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<h4>name</h4>
|
||
|
<pre>java.lang.String name</pre>
|
||
|
</li>
|
||
|
<li class="blockListLast">
|
||
|
<h4>price</h4>
|
||
|
<pre>double price</pre>
|
||
|
</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="rofaapp/package-summary.html">Package</a></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>
|