Constants
|
const short FILEOPEN_SIMPLE
= = 0; |
- Description
- A FileOpen dialog without any additional controls.
|
const short FILESAVE_SIMPLE
= = 1; |
- Description
- A FileSave dialog without any additional controls.
|
const short FILESAVE_AUTOEXTENSION_PASSWORD
= = 2; |
- Description
- A FileSave dialog with additional controls.
- A checkbox "Auto Extension"
- A checkbox "Password"
|
const short FILESAVE_AUTOEXTENSION_PASSWORD_FILTEROPTIONS
= = 3; |
- Description
- A FileSave dialog with additional controls.
- A checkbox "Auto Extension"
- A checkbox "Password"
- A checkbox "Filter Options"
|
const short FILESAVE_AUTOEXTENSION_SELECTION
= = 4; |
- Description
- A FileSave dialog with additional controls.
- A checkbox "Auto Extension"
- A checkbox "Selection"
|
const short FILESAVE_AUTOEXTENSION_TEMPLATE
= = 5; |
- Description
- A FileSave dialog with additional controls.
- A checkbox "Auto Extension"
- A listbox "Template" for selecting different templates
|
const short FILEOPEN_LINK_PREVIEW_IMAGE_TEMPLATE
= = 6; |
- Description
- A FileOpen dialog with additional controls.
- A checkbox "Insert as link"
- A checkbox "Show Preview"
- A listbox "Image Template" for inserting an image with different styles.
- A window for displaying a file preview
|
const short FILEOPEN_PLAY
= = 7; |
- Description
- A FileOpen dialog with additional controls.
-
|
const short FILEOPEN_READONLY_VERSION
= = 8; |
- Description
- A FileOpen dialog with additional controls.
- A checkbox "Read only"
- A listbox "Version" for selecting a document version
|
const short FILEOPEN_LINK_PREVIEW
= = 9; |
- Description
- A FileOpen dialog with additional controls.
- A checkbox "Insert as link"
- A checkbox "Show Preview"
- A window for displaying a file preview
|
const short FILESAVE_AUTOEXTENSION
= = 10; |
- Description
- A FileSave dialog with additional controls.
- A checkbox "Auto Extension"
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.