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

OperationEvent.Rename (NetBeans Loaders API) - NetBeans API Javadoc 5.5.1

org.openide.loaders 5.9.31

org.openide.loaders
Class OperationEvent.Rename

java.lang.Object
  extended by java.util.EventObject
      extended by org.openide.loaders.OperationEvent
          extended by org.openide.loaders.OperationEvent.Rename
All Implemented Interfaces:
Serializable
Enclosing class:
OperationEvent

public static final class OperationEvent.Rename
extends OperationEvent

Notification of a rename of a data object.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.openide.loaders.OperationEvent
OperationEvent.Copy, OperationEvent.Move, OperationEvent.Rename
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 String getOriginalName()
          Get the old name of the object.
 
Methods inherited from class org.openide.loaders.OperationEvent
getObject, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getOriginalName

public String getOriginalName()
Get the old name of the object.

Returns:
the old name

org.openide.loaders 5.9.31

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