Package net.softhills.data
Class Node
java.lang.Object
net.softhills.data.Node
Node Data
-
Field Summary
FieldsModifier and TypeFieldDescription모델 트리 상태int
자식 노드 개수int
깊이int
IDboolean
모델 트리 확장 여부선택 여부boolean
모델 트리에 보여지는지 여부보이기/숨기기 여부자식 노드 목록Nameint
부모 IDint
Type 0 : Assembly, 1 : Part -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public int idID -
childCount
public int childCount자식 노드 개수 -
depth
public int depth깊이 -
isVisible
보이기/숨기기 여부 -
isSelected
선택 여부 -
parentId
public int parentId부모 ID -
name
Name -
type
public int typeType 0 : Assembly, 1 : Part -
listChildNode
자식 노드 목록 -
checkStatus
모델 트리 상태 -
isExpended
public boolean isExpended모델 트리 확장 여부 -
isTreeShow
public boolean isTreeShow모델 트리에 보여지는지 여부
-
-
Constructor Details
-
Node
public Node()
-