コード例 #1
0
ファイル: CommonIdentify.java プロジェクト: pombredanne/osit
 public void setPath(String curFilePath) {
   this.curFilePath = curFilePath;
   tmpCodeTreeNode.setName(curFilePath);
 }
コード例 #2
0
ファイル: CommonIdentify.java プロジェクト: pombredanne/osit
 public void setBase() {
   /** Common * */
   fileOnlyTree.setParentPath("/");
   fileOnlyTree.getNodes().add(tmpCodeTreeNode);
   tmpCodeTreeNode.setNodeType(CodeTreeNodeType.FILE);
 }