Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
How do I get a UIHelper
Permanently deleted user
Created
I want to install a speedsearch on a tree in a toolwindow. I've found UIHelper.installTreeSpeedSearch() - but how do I get hold of that interface in the first place?
Structural Search is your friend:
class $Class$ {
$ReturnType$ $MethodName$($ParameterType$ $Parameter$);
}
$ReturnType$ = UIHelper
reveals
com.intellij.peer.PeerFactory
Sascha
interesting class this PeerFactory... sigh, stuff I've been looking for
O
On 2005-12-18 22:02:24 +0100, Sascha Weinreuter
<sascha.weinreuter@NOSPAM-cit.de> said: