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 java.lang.Object implements ITreeNode
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Boolean_bFileprivate FileTree_fileprivate SearchLocation_loc
-
Constructor Summary
Constructors Modifier Constructor Description privateSearchTreeNode()SearchTreeNode(FileTree file, SearchLocation loc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileTreegetFile()SearchLocationgetLocation()booleanhasTarget()booleanisFile()voidjumpToTarget()
-
-
-
Field Detail
-
_file
private final FileTree _file
-
_loc
private SearchLocation _loc
-
_bFile
private java.lang.Boolean _bFile
-
-
Constructor Detail
-
SearchTreeNode
private SearchTreeNode()
-
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()
-
-