<?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: Node Lookup</title>
	<atom:link href="http://fxexperience.com/2009/11/node-lookup/feed/" rel="self" type="application/rss+xml" />
	<link>http://fxexperience.com/2009/11/node-lookup/</link>
	<description>Sharing the Experience of JavaFX</description>
	<lastBuildDate>Tue, 15 May 2012 08:11:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Carl Dea</title>
		<link>http://fxexperience.com/2009/11/node-lookup/comment-page-1/#comment-1581</link>
		<dc:creator>Carl Dea</dc:creator>
		<pubDate>Sat, 21 Nov 2009 17:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=192#comment-1581</guid>
		<description>Richard,

I agree with Joshua. Possibly the boolean would be set to &#039;false&#039; (to not allow the user of the node to traverse tree) by default for be backwards compatible and speed. So, if the custom control or custom node implementer decides to expose the insides they can set it to &#039;true&#039; allowing users to access ids (Except they better be unique and well documented). Unless you create a mixin class which the custom node would inherit called something like &#039;AllowIdNodeTraversable&#039; (excuse my naming) containing the attribute to be set. I&#039;m sure the Node has to be as small as possible and not to add extra attributes. Too bad JavaFX doesn&#039;t have annotations (or is that a bad idea? just thinking out loud)

I also, think by solving this problem I believe GUI builders or JavaFX frameworks could benefit from this.

Thank you.
May you guys bless us with plenty of controls. :)</description>
		<content:encoded><![CDATA[<p>Richard,</p>
<p>I agree with Joshua. Possibly the boolean would be set to &#8216;false&#8217; (to not allow the user of the node to traverse tree) by default for be backwards compatible and speed. So, if the custom control or custom node implementer decides to expose the insides they can set it to &#8216;true&#8217; allowing users to access ids (Except they better be unique and well documented). Unless you create a mixin class which the custom node would inherit called something like &#8216;AllowIdNodeTraversable&#8217; (excuse my naming) containing the attribute to be set. I&#8217;m sure the Node has to be as small as possible and not to add extra attributes. Too bad JavaFX doesn&#8217;t have annotations (or is that a bad idea? just thinking out loud)</p>
<p>I also, think by solving this problem I believe GUI builders or JavaFX frameworks could benefit from this.</p>
<p>Thank you.<br />
May you guys bless us with plenty of controls. <img src='http://fxexperience.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java desktop links of the week, November 16 &#124; Jonathan Giles</title>
		<link>http://fxexperience.com/2009/11/node-lookup/comment-page-1/#comment-1497</link>
		<dc:creator>Java desktop links of the week, November 16 &#124; Jonathan Giles</dc:creator>
		<pubDate>Sun, 15 Nov 2009 20:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=192#comment-1497</guid>
		<description>[...] Richard Bair posted three blogs on FXExperience.com this week. They are related to looping in FX, function delegation, and seeking feedback on node lookup. [...]</description>
		<content:encoded><![CDATA[<p>[...] Richard Bair posted three blogs on FXExperience.com this week. They are related to looping in FX, function delegation, and seeking feedback on node lookup. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Marinacci</title>
		<link>http://fxexperience.com/2009/11/node-lookup/comment-page-1/#comment-1473</link>
		<dc:creator>Josh Marinacci</dc:creator>
		<pubDate>Fri, 13 Nov 2009 18:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=192#comment-1473</guid>
		<description>I hate to say it, but I think we should just have an extra boolean indicating if you want to go inside custom nodes. Sort of like the booleans in other tree based apis for recursion, deep copy, etc. DOM does it. :)</description>
		<content:encoded><![CDATA[<p>I hate to say it, but I think we should just have an extra boolean indicating if you want to go inside custom nodes. Sort of like the booleans in other tree based apis for recursion, deep copy, etc. DOM does it. <img src='http://fxexperience.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

