ItemTreeDP
data class ItemTreeDP(var name: String, var idSystem: Int, var parent: Long?, var id: Long, val idType: Long, var idDP: Long?, var type: ProtoNodeType, var typeVar: ProtoVarType?, var structType: ItemTreeDP? = null, val subItem: SimpleListProperty<ItemTreeDP> = SimpleListProperty(FXCollections.observableArrayList()))
Constructors
Link copied to clipboard
constructor(name: String, idSystem: Int, parent: Long?, id: Long, idType: Long, idDP: Long?, type: ProtoNodeType, typeVar: ProtoVarType?, structType: ItemTreeDP? = null, subItem: SimpleListProperty<ItemTreeDP> = SimpleListProperty(FXCollections.observableArrayList()))