new IMatchFileWindow(instanceId)
Constructs a file window instance and associates it with the specified File Window app instance.
Each File Window App in IMatch has a unique instance id. This id changes when the user swiches between regular File Window Layouts and App Layouts.
Tip: Use the IMatchFileWindow.enumerateRunningApps method of this class to get a list of all runnnig File Window Apps, their type and instance id.
Parameters:
| Name | Type | Description |
|---|---|---|
instanceId |
String | The instance id of the associated File Window. |
Members
-
FileStates :Number
-
The possible states of a file. A file can use any combination of states (bitmask).
Type:
- Number
Properties:
Name Type Default Description noneNumber 0 No specific state.
selectedNumber 1 The file is selected.
focusedNumber 2 The file is focused.
esHiddenSearchNumber 4096 The file is hidden by the currenly active search. The File Window App should suppress the display of this file or indicate this state by some other means.
esHiddenFilterNumber 8192 The file is hidden by the currenly active filter. The File Window App should suppress the display of this file or indicate this state by some other means.
esHiddenStackNumber 16384 The file is part of a stack and hidden.