Tree Behaviour
Functions
Link copied to clipboard
When an item is a grid/table/tree is double-clicked, middle-clicked or ENTER is pressed, this method give this Behaviour an option to perform an action, instead of using the default behaviour. If you DO open the item yourself, return true
.
Link copied to clipboard
Link copied to clipboard
To make use of this, your Behaviour must implement FileWatcher When this behaviour is attached
, whenever a file in this list is modified, then FileWatcher.modified is called.
Link copied to clipboard
To make use of this, your Behaviour must implement FolderWatcher When this behaviour is attached
, whenever a file is created/deleted in any of the folders listed, then FolderWatcher.deleted or FolderWatcher.created is called.