|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperationEvent | |
| org.openide.loaders | DataSystems are the logical layer between a filesystem and the regular functions of the IDE. |
| Uses of OperationEvent in org.openide.loaders |
| Subclasses of OperationEvent in org.openide.loaders | |
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. |
| Methods in org.openide.loaders with parameters of type OperationEvent | |
void |
OperationAdapter.operationPostCreate(OperationEvent ev)
|
void |
OperationAdapter.operationDelete(OperationEvent ev)
|
void |
OperationListener.operationPostCreate(OperationEvent ev)
Object has been recognized by DataLoaderPool.findDataObject(org.openide.filesystems.FileObject). |
void |
OperationListener.operationDelete(OperationEvent ev)
Object has been successfully deleted. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||