| |
|
| java.lang.Object org.gjt.sp.jedit.search.HyperSearchFileNode
HyperSearchFileNode | public class HyperSearchFileNode implements HyperSearchNode(Code) | | HyperSearch results window.
author: Slava Pestov version: $Id: HyperSearchFileNode.java 9868 2007-06-28 13:35:01Z kpouer $ |
showFullPath | public boolean showFullPath(Code) | | |
HyperSearchFileNode | public HyperSearchFileNode(String path)(Code) | | |
getCount | public int getCount()(Code) | | Returns the result count.
the result count since: jEdit 4.3pre9 |
setCount | public void setCount(int count)(Code) | | Set the result count.
Parameters: count - the result count since: jEdit 4.3pre9 |
|
|
|