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()))

Properties

Link copied to clipboard
var id: Long
Link copied to clipboard
var idDP: Long?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val nameProperty: StringProperty
Link copied to clipboard
var parent: Long?
Link copied to clipboard
Link copied to clipboard
val subItem: SimpleListProperty<ItemTreeDP>
Link copied to clipboard
var type: ProtoNodeType
Link copied to clipboard
var typeVar: ProtoVarType?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun updateSubItemParent(newParent: Long)
Link copied to clipboard
fun updateSubItemsIdDP(newIdDP: Long)