Class orion.explorer.FileExplorer.ModelHandler
Handles model changes in a FileExplorer.
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.ui/web/orion/explorers/explorer-table.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Handles model changes.
|
Method Attributes | Method Name and Description |
---|---|
copy(modelEvent)
|
|
copyMultiple(modelEvent)
|
|
create(modelEvent)
|
|
deleteMultiple(modelEvent)
|
|
move(modelEvent)
|
|
moveMultiple(modelEvent)
|
Class Detail
orion.explorer.FileExplorer.ModelHandler()
Handles model changes. Subclasses can override these methods to control how the FileExplorer reacts to various types of model changes.
The default implementations generally just refresh the affected row(s) in the explorer.
Method Detail
copy(modelEvent)
- Parameters:
- modelEvent
copyMultiple(modelEvent)
- Parameters:
- modelEvent
create(modelEvent)
- Parameters:
- modelEvent
deleteMultiple(modelEvent)
- Parameters:
- modelEvent
move(modelEvent)
- Parameters:
- modelEvent
moveMultiple(modelEvent)
- Parameters:
- modelEvent