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.
| Long name (short name) |
[argument types] |
Properties |
-updateCommand(-uc)
|
string
|

|
|
Specify the update command.
|
|
-selectItem(-si)
|
|
 
|
|
Select the given item.
In query mode, this flag needs a value.
|
|
-deselectItem(-di)
|
|
 
|
|
Deselect the given item.
In query mode, this flag needs a value.
|
|
-deselectIndexedItem(-dii)
|
|
 
|
|
Deselect the given index item.
In query mode, this flag needs a value.
|
|
-numberOfSelectedItem(-nsi)
|
|
|
|
Return the number of selected items.
In query mode, this flag needs a value.
|
|
-numberOfItem(-ni)
|
|
|
|
Return the number of items.
In query mode, this flag needs a value.
|
|
-clear(-cl)
|
|

|
|
|
-doubleClickCommand(-dcc)
|
string
|

|
|
String is a command which is executed on a double click.
|
|
-selectCommand(-sc)
|
string
|

|
|
String is a command which is executed when an item is selected.
|
|
-workspace(-ws)
|
string
|
 
|
|
Specify the workspace that this viewer works on.
In query mode, this flag needs a value.
|
|
-forceRefresh(-fr)
|
|

|
|
Force the displayed items to be refreshed.
|
|
-displayMode(-dm)
|
int
|
 
|
|
Set the display mode. Default is icon.
Mode 0 displays as text.
Mode 1 displays as large icons.
Mode 2 displays as small icons.
In query mode, this flag needs a value.
|
|
-sortBy(-sb)
|
string
|
 
|
|
Specifies how the entry should be sorted. Possible
values are "name", "date", and "size".
In query mode, this flag needs a value.
|
|
-displayHidden(-dh)
|
int
|
 
|
|
Indicates whether hidden files should be displayed or not.
In query mode, this flag needs a value.
|
|