Beispiel #1
0
 public void setPath(String curFilePath) {
   this.curFilePath = curFilePath;
   tmpCodeTreeNode.setName(curFilePath);
 }
Beispiel #2
0
 public void setBase() {
   /** Common * */
   fileOnlyTree.setParentPath("/");
   fileOnlyTree.getNodes().add(tmpCodeTreeNode);
   tmpCodeTreeNode.setNodeType(CodeTreeNodeType.FILE);
 }