Method summary
- allows_children(self, node)
- can_set_text(self, node, text)
- get_children(self, node)
- get_drag_value(self, node)
- get_monitor(self, node)
- get_text(self, node)
- has_children(self, node)
- is_editable(self, node)
- is_type_for(self, node)
- set_text(self, node, text)
Methods
- allows_children(self, node)
Does the node allow children (ie. a folder vs a file).
- can_set_text(self, node, text)
Returns True if the node's label can be set.
- get_children(self, node)
Returns the children of a node.
- get_drag_value(self, node)
Get the value that is dragged for a node.
- get_monitor(self, node)
Returns a monitor that detects changes to a node.
- get_text(self, node)
Returns the label text for a node.
- has_children(self, node)
Returns True if a node has children, otherwise False.
- is_editable(self, node)
Returns True if the node is editable, otherwise False.
- is_type_for(self, node)
Returns True if this node type recognizes a node.
- set_text(self, node, text)
Sets the label text for a node.