Syntax
constants group CommonFilePickerElementIds;
Description
These constants are used to specify common controls of a FilePicker dialog.
Constants Summary
|
PUSHBUTTON_OK |
The control id of the OK button.
|
|
PUSHBUTTON_CANCEL |
The control id of the Cancel button.
|
|
LISTBOX_FILTER |
The filter listbox of a FilePicker dialog.
|
|
CONTROL_FILEVIEW |
Is used to refer to the file view of the file picker. This view shows the list of
all files/folders in the currently selected folder.
|
|
EDIT_FILEURL |
Is used to refer to the edit line where a file or path can be entered by the user.
|
|
Field Details
|
|
Syntax
const short PUSHBUTTON_OK = 1;
Description
The control id of the OK button.
Syntax
const short PUSHBUTTON_CANCEL = 2;
Description
The control id of the Cancel button.
Syntax
const short LISTBOX_FILTER = 3;
Description
The filter listbox of a FilePicker dialog.
Syntax
const short CONTROL_FILEVIEW = 4;
Description
Is used to refer to the file view of the file picker. This view shows the list of
all files/folders in the currently selected folder.
Syntax
const short EDIT_FILEURL = 5;
Description
Is used to refer to the edit line where a file or path can be entered by the user.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.