Syntax
constants group RenderingCapabilities;
Description
These flags describe the capabilities a system clipboard has to transfer
data to other applications via the OS.
See also
- SystemClipboard
-
Constants Summary
|
Delayed |
The implementation supports delayed rendering.
|
|
Persistant |
The implementation is able to store the data persistant in the system
so that it does not get lost when the source application no longer exist.
|
|
Field Details
|
|
Syntax
const byte Delayed = 1;
Description
The implementation supports delayed rendering.
Syntax
const byte Persistant = 2;
Description
The implementation is able to store the data persistant in the system
so that it does not get lost when the source application no longer exist.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.