站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Uses of Class org.openide.loaders.OperationEvent (NetBeans Loaders API) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.openide.loaders.OperationEvent

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 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.
 void OperationAdapter.operationPostCreate(OperationEvent ev)
           
 void OperationAdapter.operationDelete(OperationEvent ev)
           
 


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.