How do I get a UIHelper Permanently deleted user 创建于 2005年12月18日 19:12 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?thanks, O
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: