BE-Graphes/Documentation/org/insa/graphs/gui/MainWindow.html

1115 lines
46 KiB
HTML

<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (11.0.6) on Mon Mar 30 08:35:33 CEST 2020 -->
<title>MainWindow</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-30">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="MainWindow";
}
}
catch(err) {
}
//-->
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":9,"i11":10,"i12":10,"i13":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../../";
var useModuleDirectories = true;
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">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/MainWindow.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" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.insa.graphs.gui</a></div>
<h2 title="Class MainWindow" class="title">Class MainWindow</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.awt.Component</li>
<li>
<ul class="inheritance">
<li>java.awt.Container</li>
<li>
<ul class="inheritance">
<li>java.awt.Window</li>
<li>
<ul class="inheritance">
<li>java.awt.Frame</li>
<li>
<ul class="inheritance">
<li>javax.swing.JFrame</li>
<li>
<ul class="inheritance">
<li>org.insa.graphs.gui.MainWindow</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code>java.awt.image.ImageObserver</code>, <code>java.awt.MenuContainer</code>, <code>java.io.Serializable</code>, <code>javax.accessibility.Accessible</code>, <code>javax.swing.RootPaneContainer</code>, <code>javax.swing.WindowConstants</code></dd>
</dl>
<hr>
<pre>public class <span class="typeNameLabel">MainWindow</span>
extends javax.swing.JFrame</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../serialized-form.html#org.insa.graphs.gui.MainWindow">Serialized Form</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a id="nested.classes.inherited.from.class.javax.swing.JFrame">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;javax.swing.JFrame</h3>
<code>javax.swing.JFrame.AccessibleJFrame</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="nested.classes.inherited.from.class.java.awt.Frame">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Frame</h3>
<code>java.awt.Frame.AccessibleAWTFrame</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="nested.classes.inherited.from.class.java.awt.Window">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Window</h3>
<code>java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="nested.classes.inherited.from.class.java.awt.Container">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Container</h3>
<code>java.awt.Container.AccessibleAWTContainer</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="nested.classes.inherited.from.class.java.awt.Component">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Component</h3>
<code>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</code></li>
</ul>
</li>
</ul>
</section>
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.util.List&lt;<a href="AlgorithmPanel.html" title="class in org.insa.graphs.gui">AlgorithmPanel</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#algoPanels">algoPanels</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="BlockingActionFactory.html" title="class in org.insa.graphs.gui">BlockingActionFactory</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#baf">baf</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="drawing/components/BasicDrawing.html" title="class in org.insa.graphs.gui.drawing.components">BasicDrawing</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#basicDrawing">basicDrawing</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="drawing/GraphPalette.html" title="interface in org.insa.graphs.gui.drawing">GraphPalette</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#basicPalette">basicPalette</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="drawing/GraphPalette.html" title="interface in org.insa.graphs.gui.drawing">GraphPalette</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#blackAndWhitePalette">blackAndWhitePalette</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="AlgorithmPanel.html" title="class in org.insa.graphs.gui">AlgorithmPanel</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#cpPanel">cpPanel</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="drawing/GraphPalette.html" title="interface in org.insa.graphs.gui.drawing">GraphPalette</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#currentPalette">currentPalette</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="ThreadWrapper.html" title="class in org.insa.graphs.gui">ThreadWrapper</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#currentThread">currentThread</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="drawing/Drawing.html" title="interface in org.insa.graphs.gui.drawing">Drawing</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#drawing">drawing</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private java.util.List&lt;<a href="DrawingChangeListener.html" title="interface in org.insa.graphs.gui">DrawingChangeListener</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#drawingChangeListeners">drawingChangeListeners</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../model/Graph.html" title="class in org.insa.graphs.model">Graph</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#graph">graph</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private java.util.List&lt;<a href="GraphChangeListener.html" title="interface in org.insa.graphs.gui">GraphChangeListener</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#graphChangeListeneres">graphChangeListeneres</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#graphFilePath">graphFilePath</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private javax.swing.JLabel</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#graphInfoPanel">graphInfoPanel</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.util.ArrayList&lt;javax.swing.JMenuItem&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#graphLockItems">graphLockItems</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="StreamCapturer.html" title="class in org.insa.graphs.gui">StreamCapturer</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#logStream">logStream</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private javax.swing.JSplitPane</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#mainPanel">mainPanel</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="drawing/components/MapViewDrawing.html" title="class in org.insa.graphs.gui.drawing.components">MapViewDrawing</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#mapViewDrawing">mapViewDrawing</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="PathsPanel.html" title="class in org.insa.graphs.gui">PathsPanel</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#pathPanel">pathPanel</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private java.io.PrintStream</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#printStream">printStream</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="AlgorithmPanel.html" title="class in org.insa.graphs.gui">AlgorithmPanel</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#psPanel">psPanel</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private static long</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#serialVersionUID">serialVersionUID</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="AlgorithmPanel.html" title="class in org.insa.graphs.gui">AlgorithmPanel</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#spPanel">spPanel</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#THREAD_TIMER_DELAY">THREAD_TIMER_DELAY</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private javax.swing.JPanel</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#threadPanel">threadPanel</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private javax.swing.Timer</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#threadTimer">threadTimer</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="AlgorithmPanel.html" title="class in org.insa.graphs.gui">AlgorithmPanel</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#wccPanel">wccPanel</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#WINDOW_TITLE">WINDOW_TITLE</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.javax.swing.JFrame">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;javax.swing.JFrame</h3>
<code>accessibleContext, rootPane, rootPaneCheckingEnabled</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.java.awt.Frame">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;java.awt.Frame</h3>
<code>CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.java.awt.Component">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;java.awt.Component</h3>
<code>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.java.awt.image.ImageObserver">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;java.awt.image.ImageObserver</h3>
<code>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.javax.swing.WindowConstants">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;javax.swing.WindowConstants</h3>
<code>DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE</code></li>
</ul>
</li>
</ul>
</section>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">MainWindow</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#clearCurrentThread()">clearCurrentThread</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>private javax.swing.JMenuBar</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createMenuBar(java.awt.event.ActionListener)">createMenuBar</a></span>&#8203;(java.awt.event.ActionListener&nbsp;openMapActionListener)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>private javax.swing.JPanel</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createStatusBar()">createStatusBar</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>private void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#drawGraph()">drawGraph</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>private void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#drawGraph(java.lang.Class)">drawGraph</a></span>&#8203;(java.lang.Class&lt;? extends <a href="drawing/Drawing.html" title="interface in org.insa.graphs.gui.drawing">Drawing</a>&gt;&nbsp;newClass)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>private void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#drawGraph(java.lang.Class,org.insa.graphs.gui.drawing.GraphPalette)">drawGraph</a></span>&#8203;(java.lang.Class&lt;? extends <a href="drawing/Drawing.html" title="interface in org.insa.graphs.gui.drawing">Drawing</a>&gt;&nbsp;newClass,
<a href="drawing/GraphPalette.html" title="interface in org.insa.graphs.gui.drawing">GraphPalette</a>&nbsp;palette)</code></th>
<td class="colLast">
<div class="block">Draw the stored graph on the drawing.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>private void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#enableAlgorithmPanel(org.insa.graphs.gui.AlgorithmPanel)">enableAlgorithmPanel</a></span>&#8203;(<a href="AlgorithmPanel.html" title="class in org.insa.graphs.gui">AlgorithmPanel</a>&nbsp;algorithmPanel)</code></th>
<td class="colLast">
<div class="block">Show and enable the given AlgorithmPanel (and hide all others).</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>private void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#launchThread(java.lang.Runnable)">launchThread</a></span>&#8203;(java.lang.Runnable&nbsp;runnable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>private void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#launchThread(java.lang.Runnable,boolean)">launchThread</a></span>&#8203;(java.lang.Runnable&nbsp;runnable,
boolean&nbsp;canInterrupt)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>private void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#loadGraph(org.insa.graphs.model.io.GraphReader)">loadGraph</a></span>&#8203;(<a href="../model/io/GraphReader.html" title="interface in org.insa.graphs.model.io">GraphReader</a>&nbsp;reader)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>static void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#main(java.lang.String%5B%5D)">main</a></span>&#8203;(java.lang.String[]&nbsp;args)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>private void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#notifyDrawingLoaded(org.insa.graphs.gui.drawing.Drawing,org.insa.graphs.gui.drawing.Drawing)">notifyDrawingLoaded</a></span>&#8203;(<a href="drawing/Drawing.html" title="interface in org.insa.graphs.gui.drawing">Drawing</a>&nbsp;oldDrawing,
<a href="drawing/Drawing.html" title="interface in org.insa.graphs.gui.drawing">Drawing</a>&nbsp;newDrawing)</code></th>
<td class="colLast">
<div class="block">Notify all listeners that a new drawing has been set up.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>private void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#notifyNewGraphLoaded()">notifyNewGraphLoaded</a></span>()</code></th>
<td class="colLast">
<div class="block">Notify all listeners that a new graph has been loaded.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>private void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#notifyRedrawRequest()">notifyRedrawRequest</a></span>()</code></th>
<td class="colLast">
<div class="block">Notify all listeners that a redraw request is emitted.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.javax.swing.JFrame">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;javax.swing.JFrame</h3>
<code>addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.awt.Frame">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.awt.Frame</h3>
<code>addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setBackground, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setOpacity, setResizable, setShape, setState, setTitle, setUndecorated</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.awt.Window">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.awt.Window</h3>
<code>addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBackground, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOpacity, getOwnedWindows, getOwner, getOwnerlessWindows, getShape, getToolkit, getType, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setType, setVisible, show, toBack, toFront</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.awt.Container">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.awt.Container</h3>
<code>add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate, validateTree</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.awt.Component">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.awt.Component</h3>
<code>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, requestFocusInWindow, resize, resize, revalidate, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setMaximumSize, setMixingCutoutShape, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.awt.MenuContainer">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;java.awt.MenuContainer</h3>
<code>getFont, postEvent</code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a id="serialVersionUID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serialVersionUID</h4>
<pre>private static final&nbsp;long serialVersionUID</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.insa.graphs.gui.MainWindow.serialVersionUID">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="WINDOW_TITLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WINDOW_TITLE</h4>
<pre>private static final&nbsp;java.lang.String WINDOW_TITLE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.insa.graphs.gui.MainWindow.WINDOW_TITLE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="THREAD_TIMER_DELAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>THREAD_TIMER_DELAY</h4>
<pre>private static final&nbsp;int THREAD_TIMER_DELAY</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.insa.graphs.gui.MainWindow.THREAD_TIMER_DELAY">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="graph">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>graph</h4>
<pre>protected&nbsp;<a href="../model/Graph.html" title="class in org.insa.graphs.model">Graph</a> graph</pre>
</li>
</ul>
<a id="graphFilePath">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>graphFilePath</h4>
<pre>private&nbsp;java.lang.String graphFilePath</pre>
</li>
</ul>
<a id="drawing">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>drawing</h4>
<pre>protected&nbsp;<a href="drawing/Drawing.html" title="interface in org.insa.graphs.gui.drawing">Drawing</a> drawing</pre>
</li>
</ul>
<a id="mapViewDrawing">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mapViewDrawing</h4>
<pre>private final&nbsp;<a href="drawing/components/MapViewDrawing.html" title="class in org.insa.graphs.gui.drawing.components">MapViewDrawing</a> mapViewDrawing</pre>
</li>
</ul>
<a id="basicDrawing">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>basicDrawing</h4>
<pre>private final&nbsp;<a href="drawing/components/BasicDrawing.html" title="class in org.insa.graphs.gui.drawing.components">BasicDrawing</a> basicDrawing</pre>
</li>
</ul>
<a id="basicPalette">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>basicPalette</h4>
<pre>private final&nbsp;<a href="drawing/GraphPalette.html" title="interface in org.insa.graphs.gui.drawing">GraphPalette</a> basicPalette</pre>
</li>
</ul>
<a id="blackAndWhitePalette">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>blackAndWhitePalette</h4>
<pre>private final&nbsp;<a href="drawing/GraphPalette.html" title="interface in org.insa.graphs.gui.drawing">GraphPalette</a> blackAndWhitePalette</pre>
</li>
</ul>
<a id="currentPalette">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>currentPalette</h4>
<pre>private&nbsp;<a href="drawing/GraphPalette.html" title="interface in org.insa.graphs.gui.drawing">GraphPalette</a> currentPalette</pre>
</li>
</ul>
<a id="mainPanel">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mainPanel</h4>
<pre>private final&nbsp;javax.swing.JSplitPane mainPanel</pre>
</li>
</ul>
<a id="algoPanels">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>algoPanels</h4>
<pre>private final&nbsp;java.util.List&lt;<a href="AlgorithmPanel.html" title="class in org.insa.graphs.gui">AlgorithmPanel</a>&gt; algoPanels</pre>
</li>
</ul>
<a id="wccPanel">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>wccPanel</h4>
<pre>private final&nbsp;<a href="AlgorithmPanel.html" title="class in org.insa.graphs.gui">AlgorithmPanel</a> wccPanel</pre>
</li>
</ul>
<a id="spPanel">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>spPanel</h4>
<pre>private final&nbsp;<a href="AlgorithmPanel.html" title="class in org.insa.graphs.gui">AlgorithmPanel</a> spPanel</pre>
</li>
</ul>
<a id="cpPanel">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cpPanel</h4>
<pre>private final&nbsp;<a href="AlgorithmPanel.html" title="class in org.insa.graphs.gui">AlgorithmPanel</a> cpPanel</pre>
</li>
</ul>
<a id="psPanel">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>psPanel</h4>
<pre>private final&nbsp;<a href="AlgorithmPanel.html" title="class in org.insa.graphs.gui">AlgorithmPanel</a> psPanel</pre>
</li>
</ul>
<a id="pathPanel">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>pathPanel</h4>
<pre>private final&nbsp;<a href="PathsPanel.html" title="class in org.insa.graphs.gui">PathsPanel</a> pathPanel</pre>
</li>
</ul>
<a id="graphLockItems">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>graphLockItems</h4>
<pre>private final&nbsp;java.util.ArrayList&lt;javax.swing.JMenuItem&gt; graphLockItems</pre>
</li>
</ul>
<a id="graphInfoPanel">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>graphInfoPanel</h4>
<pre>private&nbsp;javax.swing.JLabel graphInfoPanel</pre>
</li>
</ul>
<a id="threadTimer">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>threadTimer</h4>
<pre>private&nbsp;javax.swing.Timer threadTimer</pre>
</li>
</ul>
<a id="threadPanel">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>threadPanel</h4>
<pre>private&nbsp;javax.swing.JPanel threadPanel</pre>
</li>
</ul>
<a id="logStream">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logStream</h4>
<pre>private&nbsp;<a href="StreamCapturer.html" title="class in org.insa.graphs.gui">StreamCapturer</a> logStream</pre>
</li>
</ul>
<a id="printStream">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>printStream</h4>
<pre>private&nbsp;java.io.PrintStream printStream</pre>
</li>
</ul>
<a id="currentThread">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>currentThread</h4>
<pre>private&nbsp;<a href="ThreadWrapper.html" title="class in org.insa.graphs.gui">ThreadWrapper</a> currentThread</pre>
</li>
</ul>
<a id="baf">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>baf</h4>
<pre>private&nbsp;<a href="BlockingActionFactory.html" title="class in org.insa.graphs.gui">BlockingActionFactory</a> baf</pre>
</li>
</ul>
<a id="drawingChangeListeners">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>drawingChangeListeners</h4>
<pre>private&nbsp;java.util.List&lt;<a href="DrawingChangeListener.html" title="interface in org.insa.graphs.gui">DrawingChangeListener</a>&gt; drawingChangeListeners</pre>
</li>
</ul>
<a id="graphChangeListeneres">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>graphChangeListeneres</h4>
<pre>private&nbsp;java.util.List&lt;<a href="GraphChangeListener.html" title="interface in org.insa.graphs.gui">GraphChangeListener</a>&gt; graphChangeListeneres</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>MainWindow</h4>
<pre>public&nbsp;MainWindow()</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="launchThread(java.lang.Runnable,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>launchThread</h4>
<pre class="methodSignature">private&nbsp;void&nbsp;launchThread&#8203;(java.lang.Runnable&nbsp;runnable,
boolean&nbsp;canInterrupt)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>runnable</code> - </dd>
<dd><code>canInterrupt</code> - </dd>
</dl>
</li>
</ul>
<a id="launchThread(java.lang.Runnable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>launchThread</h4>
<pre class="methodSignature">private&nbsp;void&nbsp;launchThread&#8203;(java.lang.Runnable&nbsp;runnable)</pre>
</li>
</ul>
<a id="clearCurrentThread()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clearCurrentThread</h4>
<pre class="methodSignature">protected&nbsp;void&nbsp;clearCurrentThread()</pre>
</li>
</ul>
<a id="notifyNewGraphLoaded()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>notifyNewGraphLoaded</h4>
<pre class="methodSignature">private&nbsp;void&nbsp;notifyNewGraphLoaded()</pre>
<div class="block">Notify all listeners that a new graph has been loaded.</div>
</li>
</ul>
<a id="notifyDrawingLoaded(org.insa.graphs.gui.drawing.Drawing,org.insa.graphs.gui.drawing.Drawing)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>notifyDrawingLoaded</h4>
<pre class="methodSignature">private&nbsp;void&nbsp;notifyDrawingLoaded&#8203;(<a href="drawing/Drawing.html" title="interface in org.insa.graphs.gui.drawing">Drawing</a>&nbsp;oldDrawing,
<a href="drawing/Drawing.html" title="interface in org.insa.graphs.gui.drawing">Drawing</a>&nbsp;newDrawing)</pre>
<div class="block">Notify all listeners that a new drawing has been set up.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>oldDrawing</code> - </dd>
<dd><code>newDrawing</code> - </dd>
</dl>
</li>
</ul>
<a id="notifyRedrawRequest()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>notifyRedrawRequest</h4>
<pre class="methodSignature">private&nbsp;void&nbsp;notifyRedrawRequest()</pre>
<div class="block">Notify all listeners that a redraw request is emitted.</div>
</li>
</ul>
<a id="drawGraph(java.lang.Class,org.insa.graphs.gui.drawing.GraphPalette)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>drawGraph</h4>
<pre class="methodSignature">private&nbsp;void&nbsp;drawGraph&#8203;(java.lang.Class&lt;? extends <a href="drawing/Drawing.html" title="interface in org.insa.graphs.gui.drawing">Drawing</a>&gt;&nbsp;newClass,
<a href="drawing/GraphPalette.html" title="interface in org.insa.graphs.gui.drawing">GraphPalette</a>&nbsp;palette)</pre>
<div class="block">Draw the stored graph on the drawing.</div>
</li>
</ul>
<a id="drawGraph(java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>drawGraph</h4>
<pre class="methodSignature">private&nbsp;void&nbsp;drawGraph&#8203;(java.lang.Class&lt;? extends <a href="drawing/Drawing.html" title="interface in org.insa.graphs.gui.drawing">Drawing</a>&gt;&nbsp;newClass)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>newClass</code> - </dd>
</dl>
</li>
</ul>
<a id="drawGraph()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>drawGraph</h4>
<pre class="methodSignature">private&nbsp;void&nbsp;drawGraph()</pre>
</li>
</ul>
<a id="loadGraph(org.insa.graphs.model.io.GraphReader)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>loadGraph</h4>
<pre class="methodSignature">private&nbsp;void&nbsp;loadGraph&#8203;(<a href="../model/io/GraphReader.html" title="interface in org.insa.graphs.model.io">GraphReader</a>&nbsp;reader)</pre>
</li>
</ul>
<a id="enableAlgorithmPanel(org.insa.graphs.gui.AlgorithmPanel)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>enableAlgorithmPanel</h4>
<pre class="methodSignature">private&nbsp;void&nbsp;enableAlgorithmPanel&#8203;(<a href="AlgorithmPanel.html" title="class in org.insa.graphs.gui">AlgorithmPanel</a>&nbsp;algorithmPanel)</pre>
<div class="block">Show and enable the given AlgorithmPanel (and hide all others).</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>algorithmPanel</code> - </dd>
</dl>
</li>
</ul>
<a id="createMenuBar(java.awt.event.ActionListener)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createMenuBar</h4>
<pre class="methodSignature">private&nbsp;javax.swing.JMenuBar&nbsp;createMenuBar&#8203;(java.awt.event.ActionListener&nbsp;openMapActionListener)</pre>
</li>
</ul>
<a id="createStatusBar()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createStatusBar</h4>
<pre class="methodSignature">private&nbsp;javax.swing.JPanel&nbsp;createStatusBar()</pre>
</li>
</ul>
<a id="main(java.lang.String[])">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>main</h4>
<pre class="methodSignature">public static&nbsp;void&nbsp;main&#8203;(java.lang.String[]&nbsp;args)</pre>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<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">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/MainWindow.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" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses.html">All&nbsp;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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer>
</body>
</html>