Package | Description |
---|---|
org.openide.loaders |
Datasystems
are the logical layer between a filesystem and higher-level file-oriented operations.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
void |
OperationAdapter.operationDelete(OperationEvent ev) |
|
void |
OperationListener.operationDelete(OperationEvent ev) |
Object has been successfully deleted.
|
void |
OperationAdapter.operationPostCreate(OperationEvent ev) |
|
void |
OperationListener.operationPostCreate(OperationEvent ev) |
Object has been recognized by
DataLoaderPool.findDataObject(org.openide.filesystems.FileObject) . |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.