Package | Description |
---|---|
org.openide.loaders |
Datasystems
are the logical layer between a filesystem and higher-level file-oriented operations.
|
Modifier and Type | Method | Description |
---|---|---|
static DataShadow |
DataShadow.create(DataFolder folder,
String name,
DataObject original) |
Method that creates new data shadow in a folder.
|
static DataShadow |
DataShadow.create(DataFolder folder,
String name,
DataObject original,
String ext) |
Method that creates new data shadow in a folder.
|
static DataShadow |
DataShadow.create(DataFolder folder,
DataObject original) |
Method that creates new data shadow in a folder.
|
DataShadow |
DataObject.createShadow(DataFolder f) |
Creates shadow for this object in specified folder.
|
protected DataShadow |
DataFolder.handleCreateShadow(DataFolder f) |
Creates shadow for this object in specified folder (overridable in subclasses).
|
protected DataShadow |
DataObject.handleCreateShadow(DataFolder f) |
Creates shadow for this object in specified folder (overridable in subclasses).
|
protected DataShadow |
DataShadow.handleCreateShadow(DataFolder f) |
Modifier and Type | Method | Description |
---|---|---|
protected <T extends org.openide.nodes.Node.Cookie> |
DataObject.getCookie(DataShadow shadow,
Class<T> clazz) |
When a request for a cookie is done on a DataShadow of this DataObject
this methods gets called (by default) so the DataObject knows which
DataShadow is asking and extract some information from the shadow itself.
|
Constructor | Description |
---|---|
ShadowNode(DataShadow shadow) |
Create a shadowing node.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.