| 
org.openide.loaders 6.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openide.loaders.OperationAdapter
public class OperationAdapter
Adapter for methods of OperationListener.
| Constructor Summary | |
|---|---|
OperationAdapter()
 | 
|
| Method Summary | |
|---|---|
 void | 
operationCopy(OperationEvent.Copy ev)
Object has been successfully copied.  | 
 void | 
operationCreateFromTemplate(OperationEvent.Copy ev)
New instance of an object has been created.  | 
 void | 
operationCreateShadow(OperationEvent.Copy ev)
A shadow of a data object has been created.  | 
 void | 
operationDelete(OperationEvent ev)
Object has been successfully deleted.  | 
 void | 
operationMove(OperationEvent.Move ev)
Object has been successfully moved.  | 
 void | 
operationPostCreate(OperationEvent ev)
Object has been recognized by DataLoaderPool.findDataObject(org.openide.filesystems.FileObject). | 
 void | 
operationRename(OperationEvent.Rename ev)
Object has been successfully renamed.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public OperationAdapter()
| Method Detail | 
|---|
public void operationPostCreate(OperationEvent ev)
OperationListenerDataLoaderPool.findDataObject(org.openide.filesystems.FileObject).
 This allows listeners
 to attach additional cookies, etc.
operationPostCreate in interface OperationListenerev - event describing the actionpublic void operationCopy(OperationEvent.Copy ev)
OperationListener
operationCopy in interface OperationListenerev - event describing the actionpublic void operationMove(OperationEvent.Move ev)
OperationListener
operationMove in interface OperationListenerev - event describing the actionpublic void operationDelete(OperationEvent ev)
OperationListener
operationDelete in interface OperationListenerev - event describing the actionpublic void operationRename(OperationEvent.Rename ev)
OperationListener
operationRename in interface OperationListenerev - event describing the actionpublic void operationCreateShadow(OperationEvent.Copy ev)
OperationListener
operationCreateShadow in interface OperationListenerev - event describing the actionpublic void operationCreateFromTemplate(OperationEvent.Copy ev)
OperationListener
operationCreateFromTemplate in interface OperationListenerev - event describing the action
  | 
org.openide.loaders 6.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||