1
Fork 0
mirror of https://github.com/Steffo99/unimore-oop-2020-cleaver.git synced 2024-11-23 08:34:19 +00:00
oop-2020-steffo-cleaver/docs/eu.steffo.cleaver/eu/steffo/cleaver/gui/panels/package-summary.html

166 lines
6.8 KiB
HTML
Raw Normal View History

2019-12-07 00:09:56 +00:00
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="it">
<head>
2020-01-05 15:58:06 +00:00
<!-- Generated by javadoc (13.0.1) on Sun Jan 05 16:57:38 CET 2020 -->
2020-01-05 15:50:06 +00:00
<title>eu.steffo.cleaver.gui.panels</title>
2019-12-07 00:09:56 +00:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2020-01-05 15:50:06 +00:00
<meta name="dc.created" content="2020-01-05">
<meta name="description" content="declaration: module: eu.steffo.cleaver, package: eu.steffo.cleaver.gui.panels">
2019-12-07 00:09:56 +00:00
<meta name="generator" content="javadoc/PackageWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
2020-01-05 15:50:06 +00:00
<link rel="stylesheet" type="text/css" href="../../../../../../style.css" title="Style">
2019-12-07 00:09:56 +00:00
<link rel="stylesheet" type="text/css" href="../../../../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jquery-ui.js"></script>
</head>
<body class="package-declaration">
<script type="text/javascript">var pathtoroot = "../../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
2020-01-05 15:50:06 +00:00
<li><a href="../../../../../module-summary.html">Module</a></li>
2019-12-07 00:09:56 +00:00
<li class="navBarCell1Rev">Package</li>
<li>Class</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">Help</a></li>
</ul>
</div>
<div class="subNav">
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<a id="skip.navbar.top">
<!-- -->
</a>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
2020-01-05 15:50:06 +00:00
<div class="subTitle"><span class="moduleLabelInPackage">Module</span>&nbsp;<a href="../../../../../module-summary.html">eu.steffo.cleaver</a></div>
<h1 title="Package" class="title">Package&nbsp;eu.steffo.cleaver.gui.panels</h1>
2019-12-07 00:09:56 +00:00
</div>
<div class="contentContainer">
2020-01-05 15:50:06 +00:00
<section class="packageDescription"><a id="package.description">
<!-- -->
</a>
<div class="block">A package containing most <code>JPanels</code> used by the Cleaver GUI.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="rows/package-summary.html"><code>eu.steffo.cleaver.gui.panels.rows</code></a></dd>
</dl>
</section>
2019-12-07 00:09:56 +00:00
<section class="summary">
<ul class="blockList">
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
2020-01-05 15:50:06 +00:00
<th class="colFirst" scope="row"><a href="ChopAndStitchPanel.html" title="class in eu.steffo.cleaver.gui.panels">ChopAndStitchPanel</a></th>
<td class="colLast">
<div class="block">This panel displays a <a href="ChopPanel.html" title="class in eu.steffo.cleaver.gui.panels"><code>ChopPanel</code></a> and a <a href="StitchPanel.html" title="class in eu.steffo.cleaver.gui.panels"><code>StitchPanel</code></a> <i>horizontally</i> side-by-side.</div>
</td>
2019-12-07 00:09:56 +00:00
</tr>
<tr class="rowColor">
2020-01-05 15:50:06 +00:00
<th class="colFirst" scope="row"><a href="ChopPanel.html" title="class in eu.steffo.cleaver.gui.panels">ChopPanel</a></th>
<td class="colLast">
<div class="block">The <a href="CreateJobPanel.html" title="class in eu.steffo.cleaver.gui.panels"><code>CreateJobPanel</code></a> allowing the creation of <a href="../../logic/ChopJob.html" title="class in eu.steffo.cleaver.logic"><code>ChopJobs</code></a>.</div>
</td>
2019-12-07 00:09:56 +00:00
</tr>
<tr class="altColor">
2020-01-05 15:50:06 +00:00
<th class="colFirst" scope="row"><a href="CreateJobPanel.html" title="class in eu.steffo.cleaver.gui.panels">CreateJobPanel</a></th>
<td class="colLast">
<div class="block">The base class for the two job creation panels (<a href="ChopPanel.html" title="class in eu.steffo.cleaver.gui.panels"><code>ChopPanel</code></a> and <a href="StitchPanel.html" title="class in eu.steffo.cleaver.gui.panels"><code>StitchPanel</code></a>).</div>
</td>
2019-12-07 00:09:56 +00:00
</tr>
<tr class="rowColor">
2020-01-05 15:50:06 +00:00
<th class="colFirst" scope="row"><a href="JobsButtonsPanel.html" title="class in eu.steffo.cleaver.gui.panels">JobsButtonsPanel</a></th>
<td class="colLast">
<div class="block">A panel that holds the buttons to perform actions on jobs.</div>
</td>
2019-12-15 20:46:32 +00:00
</tr>
<tr class="altColor">
2020-01-05 15:50:06 +00:00
<th class="colFirst" scope="row"><a href="JobsTablePanel.html" title="class in eu.steffo.cleaver.gui.panels">JobsTablePanel</a></th>
<td class="colLast">
<div class="block">The <code>Panel</code> containing the jobs <code>Table</code>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="StitchPanel.html" title="class in eu.steffo.cleaver.gui.panels">StitchPanel</a></th>
<td class="colLast">
<div class="block">The <a href="CreateJobPanel.html" title="class in eu.steffo.cleaver.gui.panels"><code>CreateJobPanel</code></a> allowing the creation of <a href="../../logic/StitchJob.html" title="class in eu.steffo.cleaver.logic"><code>StitchJobs</code></a>.</div>
</td>
2019-12-07 00:09:56 +00:00
</tr>
</tbody>
</table>
</div>
</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
2020-01-05 15:50:06 +00:00
<li><a href="../../../../../module-summary.html">Module</a></li>
2019-12-07 00:09:56 +00:00
<li class="navBarCell1Rev">Package</li>
<li>Class</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">Help</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer>
</body>
</html>