Go to: Synopsis. Return value. Flags. MEL examples.
projFileViewer [-clear] [-deselectIndexedItem int]
[-deselectItem string]
[-displayHidden boolean]
[-displayMode int] [-doubleClickCommand script]
[-forceRefresh] [-numberOfItem] [-numberOfSelectedItem] [-selectCommand script] [-selectItem string] [-sortBy string] [-updateCommand script] [-workspace string] string
projFileViewer is undoable, queryable, and editable.
This command creates a viewer that lists the project files in the current working directory. The viewer can then be attached to a pane.None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-updateCommand(-uc) |
script |
![]() ![]() |
||
|
||||
-selectItem(-si) |
string |
![]() ![]() ![]() ![]() |
||
|
||||
-deselectItem(-di) |
string |
![]() ![]() ![]() ![]() |
||
|
||||
-deselectIndexedItem(-dii) |
int |
![]() ![]() ![]() ![]() |
||
|
||||
-numberOfSelectedItem(-nsi) |
![]() |
|||
|
||||
-numberOfItem(-ni) |
![]() |
|||
|
||||
-clear(-cl) |
![]() ![]() |
|||
|
||||
-doubleClickCommand(-dcc) |
script |
![]() ![]() |
||
|
||||
-selectCommand(-sc) |
script |
![]() ![]() |
||
|
||||
-workspace(-ws) |
string |
![]() ![]() ![]() |
||
|
||||
-forceRefresh(-fr) |
![]() ![]() |
|||
|
||||
-displayMode(-dm) |
int |
![]() ![]() ![]() |
||
|
||||
-sortBy(-sb) |
string |
![]() ![]() ![]() |
||
|
||||
-displayHidden(-dh) |
boolean |
![]() ![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
window -rtf 0 -wh 150 150 ProjWindow; paneLayout ProjPanes; projFileViewer -dm 0 ProjFileView; paneLayout -e -cn single -sp ProjFileView 1 ProjPanes; projFileViewer -e -fr ProjFileView; showWindow;