Constants' Details |
NO_UPDATE
const short NO_UPDATE = 0;
- Description
- Do not update document.
|
|
QUIET_UPDATE
const short QUIET_UPDATE = 1;
- Description
- Update document if it does not require a dialog.
Otherwise do not update. For example a link to a database
can require a dialog to get password for an update.
|
|
ACCORDING_TO_CONFIG
const short ACCORDING_TO_CONFIG = 2;
- Description
- Produce update according to configuration settings.
If there are no settings use dialog.
|
|
FULL_UPDATE
const short FULL_UPDATE = 3;
- Description
- Update document even if it does require a dialog.
|
|
Copyright © 2003 Sun Microsystems, Inc.