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

Uses of Class org.openide.loaders.OperationEvent (Datasystems API) - NetBeans API Javadoc (Current Development Version)

org.openide.loaders 6.4

Uses of Class
org.openide.loaders.OperationEvent

Packages that use OperationEvent
org.openide.loaders Datasystems are the logical layer between a filesystem and higher-level file-oriented operations. 
 

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.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)
           
 


org.openide.loaders 6.4

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