|
| dispose |
Disposes this file explorer.
|
| executeNodeCommand |
Executes a node command on the entire explorer.
|
| fromJObject |
Applies the property values from a plain object created from JSON to the properties of this instance.
Inherited from Class. |
| getContainer |
Gets the container element for this file explorer.
|
| getProjectFileTypes |
Gets the types of project files that can be displayed.
|
| getProjectFolderTypeForFile |
Gets the folder type corresponding to the specified file type displayable by file explorers.
|
| refresh |
Tells the file explorer to refresh itself.
This will not modify the layout (such as showing the toolbar).
This is a full refresh, and should be called with caution.
|
| refreshNode |
Refreshes the node that represents the given ID.
|
| setOptions |
Changes the ID of the root item being displayed.
|
| toJSON |
Implementation for toJSON to return an object that will include this class's
prototype property values when stringified.
Inherited from Class. |
| updateLayout |
Redraws the entire layout of the control. This must be called when any UI-related properties are modified.
This call will also reload the data (refresh).
|