Package | Description |
---|---|
org.openide.loaders |
Datasystems
are the logical layer between a filesystem and higher-level file-oriented operations.
|
Modifier and Type | Class and Description |
---|---|
static class |
OperationEvent.Copy
Notification of a copy action of a data object, creation of a shadow,
or creation from a template.
|
static class |
OperationEvent.Move
Notification of a move of a data object.
|
static class |
OperationEvent.Rename
Notification of a rename of a data object.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationListener.operationDelete(OperationEvent ev)
Object has been successfully deleted.
|
void |
OperationAdapter.operationDelete(OperationEvent ev) |
void |
OperationListener.operationPostCreate(OperationEvent ev)
Object has been recognized by
DataLoaderPool.findDataObject(org.openide.filesystems.FileObject) . |
void |
OperationAdapter.operationPostCreate(OperationEvent ev) |