<HTML>
<HEAD>
<TITLE>Working with Spoon</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
<BR>
OtherBrowser&gt;&gt;#potentialClassNames<BR>
<BR>
potentialClassNames<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&quot;Answer the names of all the classes that could be viewed in this browser. &nbsp;This hook is provided so that HierarchyBrowsers can indicate their restricted subset. &nbsp;For generic Browsers, the entire list of classes known to Smalltalk is provided, though of course that really only is accurate in the case of full system browsers.&quot;<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;^ wormhole classNames<BR>
<BR>
I sugest override <B>findClass and add logic for when you hit the browser button only see the classes in the remote image.<BR>
<BR>
Edgar</B></SPAN></FONT></FONT>
</BODY>
</HTML>