Package | Description |
---|---|
com.sun.glass.ui.mac |
Modifier and Type | Method and Description |
---|---|
private static MacFileNSURL |
MacFileNSURL._createFromBookmark(byte[] data,
long baseDocumentPtr) |
static MacFileNSURL |
MacFileNSURL.createFromBookmark(byte[] data)
Returns an instance of the MacFileNSURL class created from bookmark
data stored in the byte array passed as an argument.
|
static MacFileNSURL |
MacFileNSURL.createFromDocumentScopedBookmark(byte[] data,
MacFileNSURL baseDocument)
Returns an instance of the MacFileNSURL class created from a
document-scoped bookmark data stored in the byte array passed as an
argument, relative to the
baseDocument URL. |
Modifier and Type | Method and Description |
---|---|
static MacFileNSURL |
MacFileNSURL.createFromDocumentScopedBookmark(byte[] data,
MacFileNSURL baseDocument)
Returns an instance of the MacFileNSURL class created from a
document-scoped bookmark data stored in the byte array passed as an
argument, relative to the
baseDocument URL. |
byte[] |
MacFileNSURL.getDocumentScopedBookmark(MacFileNSURL baseDocument)
Returns a byte array representing a document-scoped bookmark
for this URL relative to the
baseDocument URL. |