<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to ChangeToGM</title><link>https://sourceforge.net/p/platewaves/wiki/ChangeToGM/</link><description>Recent changes to ChangeToGM</description><atom:link href="https://sourceforge.net/p/platewaves/wiki/ChangeToGM/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 04 Oct 2013 13:53:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/platewaves/wiki/ChangeToGM/feed" rel="self" type="application/rss+xml"/><item><title>ChangeToGM modified by Erik Fließwasser</title><link>https://sourceforge.net/p/platewaves/wiki/ChangeToGM/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -18,6 +18,7 @@
 ---

 Now there are only missing some get and set operations.
+
 4. The MainGUI_Frame calls the setDataBean method of the JTableGM and passes the bean (GlobalMatrixBean), created in the begining.
 5. In the next step the MainGUI_Frame takes the table model, created in the bean, and passes it to the JTableGM calling the setModel method. After returning the changing of the type of calculation is finished.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erik Fließwasser</dc:creator><pubDate>Fri, 04 Oct 2013 13:53:31 -0000</pubDate><guid>https://sourceforge.net42cf019f9ccd91a860831c559f43f96526e8a99a</guid></item><item><title>ChangeToGM modified by Erik Fließwasser</title><link>https://sourceforge.net/p/platewaves/wiki/ChangeToGM/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -17,9 +17,10 @@
 Setting
 ---

-4.
-5.
-6.
+Now there are only missing some get and set operations.
+4. The MainGUI_Frame calls the setDataBean method of the JTableGM and passes the bean (GlobalMatrixBean), created in the begining.
+5. In the next step the MainGUI_Frame takes the table model, created in the bean, and passes it to the JTableGM calling the setModel method. After returning the changing of the type of calculation is finished.

 [[img src=ChangeType_Part2.png alt=ChangeType_Part2]]
-Methods, values and notifications marked with square brackets doesn't exist yet. 
+ 
+ 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erik Fließwasser</dc:creator><pubDate>Fri, 04 Oct 2013 13:53:09 -0000</pubDate><guid>https://sourceforge.net19fca9a49dd325ceb2354f35d9156e4e5b6cc88d</guid></item><item><title>ChangeToGM modified by Erik Fließwasser</title><link>https://sourceforge.net/p/platewaves/wiki/ChangeToGM/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -6,9 +6,11 @@
 Initializing
 ---

-1.
-2.
-3.
+1. By using the menu, the user calls the changeTypeOfCalculation method of the MainGUI_Frame with global matrix (as an item of the enumerator EtypesOfCalculations) as the parameter
+2. This method also calls the createTable method and passes the global matrix parameter for creating the needed child of JTable. In this case JTableGM
+3. After returning of the createTable method a new instance of GlobalMatrixBean is created. Now the new bean creates a new TableModelGM, which later is used by the JTableGM. 
+4. Additonally the createEmptyData method is called and creates a new two dimensional Object array, called 'data' and fills it with descriptions for the rows of the table and the associated default values.
+5. In the last step this Object array is given to the TableModelGM by the setData method.

 [[img src=ChangeType_Part1_komp.png alt=ChangeType_Part1]]
 ***
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erik Fließwasser</dc:creator><pubDate>Fri, 04 Oct 2013 13:45:09 -0000</pubDate><guid>https://sourceforge.net1634eec31fe506e85bf5f1357e890064887cb0fc</guid></item><item><title>ChangeToGM modified by Erik Fließwasser</title><link>https://sourceforge.net/p/platewaves/wiki/ChangeToGM/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -19,5 +19,5 @@
 5.
 6.

-[[img src=ChangeType_Part2_komp.png alt=ChangeType_Part2]]
+[[img src=ChangeType_Part2.png alt=ChangeType_Part2]]
 Methods, values and notifications marked with square brackets doesn't exist yet. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erik Fließwasser</dc:creator><pubDate>Fri, 04 Oct 2013 13:15:09 -0000</pubDate><guid>https://sourceforge.net4b617231c3bc1a22f8917e47763a87b45cb2766a</guid></item><item><title>ChangeToGM modified by Erik Fließwasser</title><link>https://sourceforge.net/p/platewaves/wiki/ChangeToGM/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erik Fließwasser</dc:creator><pubDate>Fri, 04 Oct 2013 13:14:23 -0000</pubDate><guid>https://sourceforge.net18ed01611aacdc3cddba71b1036d468b1866ce01</guid></item><item><title>ChangeToGM modified by Erik Fließwasser</title><link>https://sourceforge.net/p/platewaves/wiki/ChangeToGM/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="changing-type-of-calculation"&gt;Changing type of calculation&lt;/h1&gt;
&lt;p&gt;This page describes the procedure of changing the type of calculation to global matrix calculation&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id="initializing"&gt;Initializing&lt;/h2&gt;
&lt;p&gt;1.&lt;br /&gt;
2.&lt;br /&gt;
3.&lt;/p&gt;
&lt;p&gt;&lt;img alt="ChangeType_Part1" src="./attachment/ChangeType_Part1_komp.png" /&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id="setting"&gt;Setting&lt;/h2&gt;
&lt;p&gt;4.&lt;br /&gt;
5.&lt;br /&gt;
6.&lt;/p&gt;
&lt;p&gt;&lt;img alt="ChangeType_Part2" src="./attachment/ChangeType_Part2_komp.png" /&gt;&lt;br /&gt;
Methods, values and notifications marked with square brackets doesn't exist yet. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erik Fließwasser</dc:creator><pubDate>Fri, 04 Oct 2013 13:13:24 -0000</pubDate><guid>https://sourceforge.netf942b3c478bf9eea3a78a815cb95e7293606fea7</guid></item></channel></rss>