<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=SE702%3AJavaTableWidget%3ADesign</id>
	<title>SE702:JavaTableWidget:Design - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=SE702%3AJavaTableWidget%3ADesign"/>
	<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE702:JavaTableWidget:Design&amp;action=history"/>
	<updated>2026-06-15T10:18:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.kram.nz/index.php?title=SE702:JavaTableWidget:Design&amp;diff=13121&amp;oldid=prev</id>
		<title>Mark: 6 revision(s)</title>
		<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE702:JavaTableWidget:Design&amp;diff=13121&amp;oldid=prev"/>
		<updated>2008-11-03T05:27:51Z</updated>

		<summary type="html">&lt;p&gt;6 revision(s)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* Write the widget to extend JComponent to allow it to be used in swing applications&lt;br /&gt;
** This loses some of the functionality in JTable, but is more flexible&lt;br /&gt;
* A table is merely a view (MVC). It should not store or manipulate data directly.&lt;br /&gt;
** Hmmm it can be controller also - editable cells&lt;br /&gt;
* Data should be stored in a table model (extends AbstractTableModel generally -&amp;gt; has to implement the TableModel interface somehow)&lt;/div&gt;</summary>
		<author><name>Mark</name></author>
	</entry>
</feed>