<?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: ListView Multiple Selection</title>
	<atom:link href="http://fxexperience.com/2010/07/listview-multiple-selection/feed/" rel="self" type="application/rss+xml" />
	<link>http://fxexperience.com/2010/07/listview-multiple-selection/</link>
	<description>Sharing the Experience of JavaFX</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:43:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Richard Bair</title>
		<link>http://fxexperience.com/2010/07/listview-multiple-selection/comment-page-1/#comment-10038</link>
		<dc:creator>Richard Bair</dc:creator>
		<pubDate>Fri, 24 Sep 2010 16:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=948#comment-10038</guid>
		<description>The code we post on this blog is all free -- do whatever you like with it. The code for JavaFX itself has its own license, I would encourage you to visit &lt;a href=&quot;http://javafx.com&quot; rel=&quot;nofollow&quot;&gt;javafx.com&lt;/a&gt; for more information on the license.</description>
		<content:encoded><![CDATA[<p>The code we post on this blog is all free &#8212; do whatever you like with it. The code for JavaFX itself has its own license, I would encourage you to visit <a href="http://javafx.com" rel="nofollow">javafx.com</a> for more information on the license.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wendell</title>
		<link>http://fxexperience.com/2010/07/listview-multiple-selection/comment-page-1/#comment-10004</link>
		<dc:creator>Wendell</dc:creator>
		<pubDate>Thu, 23 Sep 2010 23:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=948#comment-10004</guid>
		<description>Please, what license your code?</description>
		<content:encoded><![CDATA[<p>Please, what license your code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wendell Antildes</title>
		<link>http://fxexperience.com/2010/07/listview-multiple-selection/comment-page-1/#comment-9952</link>
		<dc:creator>Wendell Antildes</dc:creator>
		<pubDate>Wed, 22 Sep 2010 20:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=948#comment-9952</guid>
		<description>Very good code. What is the license it?</description>
		<content:encoded><![CDATA[<p>Very good code. What is the license it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java Desktop links of the week, August 30 &#124; Jonathan Giles</title>
		<link>http://fxexperience.com/2010/07/listview-multiple-selection/comment-page-1/#comment-9109</link>
		<dc:creator>Java Desktop links of the week, August 30 &#124; Jonathan Giles</dc:creator>
		<pubDate>Sun, 29 Aug 2010 20:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=948#comment-9109</guid>
		<description>[...] Dmitiry has two posts this week. His first post discusses improvements to my multiple selection hack for ListView. His second post discusses creating pseudo classes in JavaFX, and builds a TabPanel [...]</description>
		<content:encoded><![CDATA[<p>[...] Dmitiry has two posts this week. His first post discusses improvements to my multiple selection hack for ListView. His second post discusses creating pseudo classes in JavaFX, and builds a TabPanel [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MayB</title>
		<link>http://fxexperience.com/2010/07/listview-multiple-selection/comment-page-1/#comment-9066</link>
		<dc:creator>MayB</dc:creator>
		<pubDate>Fri, 27 Aug 2010 00:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=948#comment-9066</guid>
		<description>I described my workaround here http://mayboroda.blogspot.com/2010/08/listview-multiple-selection-2.html</description>
		<content:encoded><![CDATA[<p>I described my workaround here <a href="http://mayboroda.blogspot.com/2010/08/listview-multiple-selection-2.html" rel="nofollow">http://mayboroda.blogspot.com/2010/08/listview-multiple-selection-2.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MayB</title>
		<link>http://fxexperience.com/2010/07/listview-multiple-selection/comment-page-1/#comment-9065</link>
		<dc:creator>MayB</dc:creator>
		<pubDate>Thu, 26 Aug 2010 22:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=948#comment-9065</guid>
		<description>Dear Jonathan,
First of all THANK YOU for this implementation, I was looking for this. Thank you again :)

Now I also need to to have keys-functionality for multi-selection in ListView, so during 3 days I&#039;m trying to make smth you&#039;ve done with ListCell Behavior, but I&#039;m working with ListViewBehavior and currently I have a problem.
When I&#039;m setting a new behavior to ListViewSkin, in order to override some logic for keys, a scroll-functionality is going away. I&#039;ve already tried to set method from skin to behavior but still no luck. So, I can see that the selection is changing but the scroll in the ListView doesn&#039;t move, so I can&#039;t see my current selection.

Do you have any ideas?</description>
		<content:encoded><![CDATA[<p>Dear Jonathan,<br />
First of all THANK YOU for this implementation, I was looking for this. Thank you again <img src='http://fxexperience.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now I also need to to have keys-functionality for multi-selection in ListView, so during 3 days I&#8217;m trying to make smth you&#8217;ve done with ListCell Behavior, but I&#8217;m working with ListViewBehavior and currently I have a problem.<br />
When I&#8217;m setting a new behavior to ListViewSkin, in order to override some logic for keys, a scroll-functionality is going away. I&#8217;ve already tried to set method from skin to behavior but still no luck. So, I can see that the selection is changing but the scroll in the ListView doesn&#8217;t move, so I can&#8217;t see my current selection.</p>
<p>Do you have any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java desktop links of the week, August 16 &#124; Jonathan Giles</title>
		<link>http://fxexperience.com/2010/07/listview-multiple-selection/comment-page-1/#comment-8930</link>
		<dc:creator>Java desktop links of the week, August 16 &#124; Jonathan Giles</dc:creator>
		<pubDate>Sun, 15 Aug 2010 22:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=948#comment-8930</guid>
		<description>[...] Eric Bruno has posted an article over at Dr Dobbs about building custom controls in JavaFX, in particular a ListView control that supports multiple selection. Remember that recently FX Experience also posted an example on how to create a multiple selection ListView. [...]</description>
		<content:encoded><![CDATA[<p>[...] Eric Bruno has posted an article over at Dr Dobbs about building custom controls in JavaFX, in particular a ListView control that supports multiple selection. Remember that recently FX Experience also posted an example on how to create a multiple selection ListView. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaFX links of the week, August 16 // JavaFX News, Demos and Insight // FX Experience</title>
		<link>http://fxexperience.com/2010/07/listview-multiple-selection/comment-page-1/#comment-8929</link>
		<dc:creator>JavaFX links of the week, August 16 // JavaFX News, Demos and Insight // FX Experience</dc:creator>
		<pubDate>Sun, 15 Aug 2010 22:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=948#comment-8929</guid>
		<description>[...] Eric Bruno has posted an article over at Dr Dobbs about building custom controls in JavaFX, in particular a ListView control that supports multiple selection. Remember that recently FX Experience also posted an example on how to create a multiple selection ListView. [...]</description>
		<content:encoded><![CDATA[<p>[...] Eric Bruno has posted an article over at Dr Dobbs about building custom controls in JavaFX, in particular a ListView control that supports multiple selection. Remember that recently FX Experience also posted an example on how to create a multiple selection ListView. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java desktop links of the week, July 26 &#124; Jonathan Giles</title>
		<link>http://fxexperience.com/2010/07/listview-multiple-selection/comment-page-1/#comment-8454</link>
		<dc:creator>Java desktop links of the week, July 26 &#124; Jonathan Giles</dc:creator>
		<pubDate>Sun, 25 Jul 2010 22:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=948#comment-8454</guid>
		<description>[...] posted an example of how to create a ListView in JavaFX that supports multiple selection over at FX [...]</description>
		<content:encoded><![CDATA[<p>[...] posted an example of how to create a ListView in JavaFX that supports multiple selection over at FX [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaFX links of the week, July 26 // JavaFX News, Demos and Insight // FX Experience</title>
		<link>http://fxexperience.com/2010/07/listview-multiple-selection/comment-page-1/#comment-8453</link>
		<dc:creator>JavaFX links of the week, July 26 // JavaFX News, Demos and Insight // FX Experience</dc:creator>
		<pubDate>Sun, 25 Jul 2010 22:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=948#comment-8453</guid>
		<description>[...] blog posts feedrss                &#171; ListView Multiple Selection [...]</description>
		<content:encoded><![CDATA[<p>[...] blog posts feedrss                &laquo; ListView Multiple Selection [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

