Package editor.search
Class SearchTree.SearchTreeNode
- java.lang.Object
-
- editor.search.SearchTree.SearchTreeNode
-
- All Implemented Interfaces:
ITreeNode
- Enclosing class:
- SearchTree
public static class SearchTree.SearchTreeNode extends Object implements ITreeNode
-
-
Constructor Summary
Constructors Constructor Description SearchTreeNode(FileTree file, SearchLocation loc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileTreegetFile()SearchLocationgetLocation()booleanhasTarget()booleanisFile()voidjumpToTarget()
-
-
-
Constructor Detail
-
SearchTreeNode
public SearchTreeNode(FileTree file, SearchLocation loc)
-
-
Method Detail
-
jumpToTarget
public void jumpToTarget()
- Specified by:
jumpToTargetin interfaceITreeNode
-
getFile
public FileTree getFile()
-
getLocation
public SearchLocation getLocation()
-
isFile
public boolean isFile()
-
-