<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: JavaFX TableView with Database records</title>
	<atom:link href="http://blog.sibvisions.com/2012/10/22/javafx-tableview-with-database-records/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.sibvisions.com/2012/10/22/javafx-tableview-with-database-records/</link>
	<description>Blog @ SIB Visions</description>
	<lastBuildDate>Wed, 05 Mar 2025 13:10:49 +0100</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2012/10/22/javafx-tableview-with-database-records/comment-page-1/#comment-149</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Mon, 29 Oct 2012 10:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1623#comment-149</guid>
		<description>The whole database access is handled from JVx and this part is not re-usable for OpenJFX, but all other parts are not related to JVx. The resize policy should work without problems, but the original TableView does not get the &quot;real&quot; contentwidth if data is changed dynamically (toggle v-scroll bar).

I also added a &quot;workaround&quot; for http://javafx-jira.kenai.com/browse/RT-23486.

The focus/selection for the selected cell, in row selection mode is a must, but it is related to a my custom cell implementation.

I have absolutely no problem to give my changes back (my source is Apache 2.0), but we have to talk about my tweaks because you know your implementation a little bit better than I :)</description>
		<content:encoded><![CDATA[<p>The whole database access is handled from JVx and this part is not re-usable for OpenJFX, but all other parts are not related to JVx. The resize policy should work without problems, but the original TableView does not get the "real" contentwidth if data is changed dynamically (toggle v-scroll bar).</p>
<p>I also added a "workaround" for <a href="http://javafx-jira.kenai.com/browse/RT-23486" rel="nofollow">http://javafx-jira.kenai.com/browse/RT-23486</a>.</p>
<p>The focus/selection for the selected cell, in row selection mode is a must, but it is related to a my custom cell implementation.</p>
<p>I have absolutely no problem to give my changes back (my source is Apache 2.0), but we have to talk about my tweaks because you know your implementation a little bit better than I <img src='https://blog.sibvisions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Giles</title>
		<link>https://blog.sibvisions.com/2012/10/22/javafx-tableview-with-database-records/comment-page-1/#comment-148</link>
		<dc:creator>Jonathan Giles</dc:creator>
		<pubDate>Sun, 28 Oct 2012 21:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1623#comment-148</guid>
		<description>You should consider whether any of your improvements can be contributed back into OpenJFX. I would love to get some of them back if possible!</description>
		<content:encoded><![CDATA[<p>You should consider whether any of your improvements can be contributed back into OpenJFX. I would love to get some of them back if possible!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
