Module jEdit

Class HyperSearchFileNode

java.lang.Object
org.gjt.sp.jedit.search.HyperSearchFileNode
All Implemented Interfaces:
HyperSearchNode

public class HyperSearchFileNode extends Object implements HyperSearchNode
A file in the HyperSearch results window.
Version:
$Id: HyperSearchFileNode.java 24421 2016-06-19 15:33:49Z kerik-sf $
Author:
Slava Pestov
  • Field Details

    • path

      public String path
    • showFullPath

      public boolean showFullPath
  • Constructor Details

    • HyperSearchFileNode

      public HyperSearchFileNode(String path)
  • Method Details

    • getBuffer

      public Buffer getBuffer(View view)
      Specified by:
      getBuffer in interface HyperSearchNode
    • goTo

      public void goTo(EditPane editPane)
      Specified by:
      goTo in interface HyperSearchNode
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object compareObj)
      Overrides:
      equals in class Object
    • getCount

      public int getCount()
      Returns the result count.
      Returns:
      the result count
      Since:
      jEdit 4.3pre9
    • setCount

      public void setCount(int count)
      Set the result count.
      Parameters:
      count - the result count
      Since:
      jEdit 4.3pre9